from_config_id
stringlengths 64
64
| m_version
dict | m_name
stringlengths 2
19
⌀ | fail_stderr
stringlengths 124
273k
| fail_type
stringclasses 2
values | fixed_deps
list | fixed_env
dict | fixing_env_diff
list | m_type
stringclasses 3
values | to_config_id
stringlengths 64
64
| broken_deps
list | broken_env
dict |
---|---|---|---|---|---|---|---|---|---|---|---|
e6de3de5440dfbb0646d481ae546bf87f64300643f3853a509fc41b8d05bfdee | {
"major": 1,
"minor": 13,
"patch": 3
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 DONE 0.1s
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile27823-51
#3 transferring dockerfile: 159B 0.0s done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.26kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.13.3"]
#7 1.765 Collecting numpy==1.13.3
#7 1.866 Downloading numpy-1.13.3.zip (5.0 MB)
#7 2.636 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 6.6 MB/s eta 0:00:00
#7 2.794 Preparing metadata (setup.py): started
#7 3.047 Preparing metadata (setup.py): finished with status 'done'
#7 3.051 Building wheels for collected packages: numpy
#7 3.051 Building wheel for numpy (setup.py): started
#7 54.22 Building wheel for numpy (setup.py): finished with status 'error'
#7 54.38 error: subprocess-exited-with-error
#7 54.38
#7 54.38 × python setup.py bdist_wheel did not run successfully.
#7 54.38 │ exit code: 1
#7 54.38 ╰─> [3090 lines of output]
#7 54.38 Running from numpy source directory.
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/numpy/distutils/misc_util.py:469: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 54.38 return is_string(s) and ('*' in s or '?' is s)
#7 54.38 blas_opt_info:
#7 54.38 blas_mkl_info:
#7 54.38 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 blis_info:
#7 54.38 libraries blis not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 openblas_info:
#7 54.38 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_3_10_blas_threads_info:
#7 54.38 Setting PTATLAS=ATLAS
#7 54.38 libraries tatlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_3_10_blas_info:
#7 54.38 libraries satlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_blas_threads_info:
#7 54.38 Setting PTATLAS=ATLAS
#7 54.38 libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_blas_info:
#7 54.38 libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/numpy/distutils/system_info.py:572: UserWarning:
#7 54.38 Atlas (http://math-atlas.sourceforge.net/) libraries not found.
#7 54.38 Directories to search for the libraries can be specified in the
#7 54.38 numpy/distutils/site.cfg file (section [atlas]) or by setting
#7 54.38 the ATLAS environment variable.
#7 54.38 self.calc_info()
#7 54.38 blas_info:
#7 54.38 libraries blas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/numpy/distutils/system_info.py:572: UserWarning:
#7 54.38 Blas (http://www.netlib.org/blas/) libraries not found.
#7 54.38 Directories to search for the libraries can be specified in the
#7 54.38 numpy/distutils/site.cfg file (section [blas]) or by setting
#7 54.38 the BLAS environment variable.
#7 54.38 self.calc_info()
#7 54.38 blas_src_info:
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/numpy/distutils/system_info.py:572: UserWarning:
#7 54.38 Blas (http://www.netlib.org/blas/) sources not found.
#7 54.38 Directories to search for the sources can be specified in the
#7 54.38 numpy/distutils/site.cfg file (section [blas_src]) or by setting
#7 54.38 the BLAS_SRC environment variable.
#7 54.38 self.calc_info()
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 non-existing path in 'numpy/distutils': 'site.cfg'
#7 54.38 F2PY Version 2
#7 54.38 lapack_opt_info:
#7 54.38 lapack_mkl_info:
#7 54.38 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 openblas_lapack_info:
#7 54.38 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_3_10_threads_info:
#7 54.38 Setting PTATLAS=ATLAS
#7 54.38 libraries tatlas,tatlas not found in /usr/local/lib
#7 54.38 libraries lapack_atlas not found in /usr/local/lib
#7 54.38 libraries tatlas,tatlas not found in /usr/lib
#7 54.38 libraries lapack_atlas not found in /usr/lib
#7 54.38 libraries tatlas,tatlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_3_10_info:
#7 54.38 libraries satlas,satlas not found in /usr/local/lib
#7 54.38 libraries lapack_atlas not found in /usr/local/lib
#7 54.38 libraries satlas,satlas not found in /usr/lib
#7 54.38 libraries lapack_atlas not found in /usr/lib
#7 54.38 libraries satlas,satlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 <class 'numpy.distutils.system_info.atlas_3_10_info'>
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_threads_info:
#7 54.38 Setting PTATLAS=ATLAS
#7 54.38 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
#7 54.38 libraries lapack_atlas not found in /usr/local/lib
#7 54.38 libraries ptf77blas,ptcblas,atlas not found in /usr/lib
#7 54.38 libraries lapack_atlas not found in /usr/lib
#7 54.38 libraries ptf77blas,ptcblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 <class 'numpy.distutils.system_info.atlas_threads_info'>
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 atlas_info:
#7 54.38 libraries f77blas,cblas,atlas not found in /usr/local/lib
#7 54.38 libraries lapack_atlas not found in /usr/local/lib
#7 54.38 libraries f77blas,cblas,atlas not found in /usr/lib
#7 54.38 libraries lapack_atlas not found in /usr/lib
#7 54.38 libraries f77blas,cblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.38 <class 'numpy.distutils.system_info.atlas_info'>
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 lapack_info:
#7 54.38 libraries lapack not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/numpy/distutils/system_info.py:572: UserWarning:
#7 54.38 Lapack (http://www.netlib.org/lapack/) libraries not found.
#7 54.38 Directories to search for the libraries can be specified in the
#7 54.38 numpy/distutils/site.cfg file (section [lapack]) or by setting
#7 54.38 the LAPACK environment variable.
#7 54.38 self.calc_info()
#7 54.38 lapack_src_info:
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/numpy/distutils/system_info.py:572: UserWarning:
#7 54.38 Lapack (http://www.netlib.org/lapack/) sources not found.
#7 54.38 Directories to search for the sources can be specified in the
#7 54.38 numpy/distutils/site.cfg file (section [lapack_src]) or by setting
#7 54.38 the LAPACK_SRC environment variable.
#7 54.38 self.calc_info()
#7 54.38 NOT AVAILABLE
#7 54.38
#7 54.38 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'define_macros'
#7 54.38 warnings.warn(msg)
#7 54.38 running bdist_wheel
#7 54.38 running build
#7 54.38 running config_cc
#7 54.38 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
#7 54.38 running config_fc
#7 54.38 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
#7 54.38 running build_src
#7 54.38 build_src
#7 54.38 building py_modules sources
#7 54.38 creating build
#7 54.38 creating build/src.linux-aarch64-3.1
#7 54.38 creating build/src.linux-aarch64-3.1/numpy
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/distutils
#7 54.38 building library "npymath" sources
#7 54.38 customize Gnu95FCompiler
#7 54.38 Could not locate executable gfortran
#7 54.38 Could not locate executable f95
#7 54.38 customize IntelFCompiler
#7 54.38 Could not locate executable ifort
#7 54.38 Could not locate executable ifc
#7 54.38 customize LaheyFCompiler
#7 54.38 Could not locate executable lf95
#7 54.38 customize PGroupFCompiler
#7 54.38 Could not locate executable pgfortran
#7 54.38 customize AbsoftFCompiler
#7 54.38 Could not locate executable f90
#7 54.38 Could not locate executable f77
#7 54.38 customize NAGFCompiler
#7 54.38 customize VastFCompiler
#7 54.38 customize CompaqFCompiler
#7 54.38 Could not locate executable fort
#7 54.38 customize IntelItaniumFCompiler
#7 54.38 Could not locate executable efort
#7 54.38 Could not locate executable efc
#7 54.38 customize IntelEM64TFCompiler
#7 54.38 customize GnuFCompiler
#7 54.38 Could not locate executable g77
#7 54.38 customize G95FCompiler
#7 54.38 Could not locate executable g95
#7 54.38 customize PathScaleFCompiler
#7 54.38 Could not locate executable pathf95
#7 54.38 don't know how to compile Fortran code on platform 'posix'
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int exp (void);
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:6: undefined reference to `exp'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:6: undefined reference to `exp'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int exp (void);
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core/src
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/src/npymath' to include_dirs.
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 54.38 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h']
#7 54.38 building library "npysort" sources
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core/src/private
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 54.38 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h', 'build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h']
#7 54.38 building extension "numpy.core._dummy" sources
#7 54.38 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 54.38 1 | #include <sys/endian.h>
#7 54.38 | ^~~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 54.38 1 | #include <sys/endian.h>
#7 54.38 | ^~~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 54.38 7 | (void) SIZEOF_LONGDOUBLE;
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 | SIZEOF_LONG_DOUBLE
#7 54.38 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 54.38 7 | (void) SIZEOF_LONGDOUBLE;
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 | SIZEOF_LONG_DOUBLE
#7 54.38 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.38 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.38 | ^~~~~~~~~~
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int exp (void);
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:6: undefined reference to `exp'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:6: undefined reference to `exp'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int exp (void);
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘sin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int sin (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘sin’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int sin (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int cos (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:2:5: note: ‘cos’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘tan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int tan (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:3:5: note: ‘tan’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int sinh (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:4:5: note: ‘sinh’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘cosh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int cosh (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:5:5: note: ‘cosh’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int tanh (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:6:5: note: ‘tanh’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabs’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int fabs (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:7:5: note: ‘fabs’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int floor (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:8:5: note: ‘floor’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceil’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int ceil (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:9:5: note: ‘ceil’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 10 | int sqrt (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:10:5: note: ‘sqrt’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:11:5: warning: conflicting types for built-in function ‘log10’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 11 | int log10 (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:11:5: note: ‘log10’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘log’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int log (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:12:5: note: ‘log’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:13:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 13 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:13:5: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:14:5: warning: conflicting types for built-in function ‘asin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 14 | int asin (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:14:5: note: ‘asin’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:15:5: warning: conflicting types for built-in function ‘acos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 15 | int acos (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:15:5: note: ‘acos’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:16:5: warning: conflicting types for built-in function ‘atan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 16 | int atan (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:16:5: note: ‘atan’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:17:5: warning: conflicting types for built-in function ‘fmod’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 17 | int fmod (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:17:5: note: ‘fmod’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:18:5: warning: conflicting types for built-in function ‘modf’; expected ‘double(double, double *)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 18 | int modf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:18:5: note: ‘modf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:19:5: warning: conflicting types for built-in function ‘frexp’; expected ‘double(double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 19 | int frexp (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:19:5: note: ‘frexp’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’; expected ‘double(double, int)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 20 | int ldexp (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:20:5: note: ‘ldexp’ is declared in header ‘<math.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 54.38 8 | (void) HAVE_HYPOT;
#7 54.38 | ^~~~~~~~~~
#7 54.38 | HAVE_CHROOT
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 54.38 8 | (void) HAVE_HYPOT;
#7 54.38 | ^~~~~~~~~~
#7 54.38 | HAVE_CHROOT
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_COPYSIGN;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_COPYSIGN;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘rint’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int rint (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:1:1: note: ‘rint’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int rint (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘trunc’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int trunc (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:2:5: note: ‘trunc’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int exp2 (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:3:5: note: ‘exp2’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘log2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int log2 (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:4:5: note: ‘log2’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘hypot’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int hypot (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:5:5: note: ‘hypot’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘atan2’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int atan2 (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:6:5: note: ‘atan2’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int pow (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:7:5: note: ‘pow’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘copysign’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int copysign (void);
#7 54.38 | ^~~~~~~~
#7 54.38 _configtest.c:8:5: note: ‘copysign’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘nextafter’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int nextafter (void);
#7 54.38 | ^~~~~~~~~
#7 54.38 _configtest.c:9:5: note: ‘nextafter’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘cbrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int cbrt (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:12:5: note: ‘cbrt’ is declared in header ‘<math.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.38 1 | #include <xmmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.38 1 | #include <xmmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.38 1 | #include <emmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.38 1 | #include <emmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 54.38 1 | #include <xlocale.h>
#7 54.38 | ^~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 54.38 1 | #include <xlocale.h>
#7 54.38 | ^~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.38 5 | __builtin_isnan(5.);
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.38 5 | __builtin_isinf(5.);
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.38 5 | __builtin_isfinite(5.);
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.38 5 | __builtin_bswap32(5u);
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.38 5 | __builtin_bswap64(5u);
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.38 5 | __builtin_expect(5, 0);
#7 54.38 | ^~~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:5:3: warning: right-hand operand of comma expression has no effect [-Wunused-value]
#7 54.38 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 _configtest.c:5:3: warning: array subscript 0 is outside array bounds of ‘int[0]’ [-Warray-bounds]
#7 54.38 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:7:20: warning: implicit declaration of function ‘__builtin_cpu_supports’; did you mean ‘__builtin_isupper’? [-Wimplicit-function-declaration]
#7 54.38 7 | volatile int r = __builtin_cpu_supports("sse");
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.38 | __builtin_isupper
#7 54.38 _configtest.c:7:16: warning: unused variable ‘r’ [-Wunused-variable]
#7 54.38 7 | volatile int r = __builtin_cpu_supports("sse");
#7 54.38 | ^
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.38 1 | #include <emmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.38 1 | #include <emmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.38 1 | #include <xmmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.38 1 | #include <xmmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.38 1 | #include <xmmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.38 1 | #include <xmmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.38 1 | #include <emmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.38 1 | #include <emmintrin.h>
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 compilation terminated.
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 /tmp/ccc7HfS2.s: Assembler messages:
#7 54.38 /tmp/ccc7HfS2.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 54.38 /tmp/ccc7HfS2.s: Assembler messages:
#7 54.38 /tmp/ccc7HfS2.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 /tmp/ccl2rbw4.s: Assembler messages:
#7 54.38 /tmp/ccl2rbw4.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 54.38 /tmp/ccl2rbw4.s: Assembler messages:
#7 54.38 /tmp/ccl2rbw4.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 54.38 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 54.38 | ^~~
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 54.38 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 54.38 | ^~~
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 54.38 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 54.38 | ^~~
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 54.38 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 54.38 | ^~~
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 _configtest.c: In function ‘__declspec’:
#7 54.38 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 54.38 5 | int __declspec(thread) foo;
#7 54.38 | ^~~
#7 54.38 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 54.38 9 | {
#7 54.38 | ^
#7 54.38 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 54.38 5 | int __declspec(thread) foo;
#7 54.38 | ^~~~~~~~~~
#7 54.38 _configtest.c:12: error: expected ‘{’ at end of input
#7 54.38 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 54.38 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.38 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.38 |
#7 54.38 _configtest.c: In function ‘__declspec’:
#7 54.38 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 54.38 5 | int __declspec(thread) foo;
#7 54.38 | ^~~
#7 54.38 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 54.38 9 | {
#7 54.38 | ^
#7 54.38 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 54.38 5 | int __declspec(thread) foo;
#7 54.38 | ^~~~~~~~~~
#7 54.38 _configtest.c:12: error: expected ‘{’ at end of input
#7 54.38 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int sinf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:1:1: note: ‘sinf’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int sinf (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int cosf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:2:5: note: ‘cosf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int tanf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:3:5: note: ‘tanf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int sinhf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:4:5: note: ‘sinhf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int coshf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:5:5: note: ‘coshf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int tanhf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:6:5: note: ‘tanhf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int fabsf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:7:5: note: ‘fabsf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int floorf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:8:5: note: ‘floorf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceilf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int ceilf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:9:5: note: ‘ceilf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 10 | int rintf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:10:5: note: ‘rintf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 11 | int truncf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:11:5: note: ‘truncf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int sqrtf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:12:5: note: ‘sqrtf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 13 | int log10f (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:13:5: note: ‘log10f’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:14:5: warning: conflicting types for built-in function ‘logf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 14 | int logf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:14:5: note: ‘logf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 15 | int log1pf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:15:5: note: ‘log1pf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:16:5: warning: conflicting types for built-in function ‘expf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 16 | int expf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:16:5: note: ‘expf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 17 | int expm1f (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:17:5: note: ‘expm1f’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 18 | int asinf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:18:5: note: ‘asinf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 19 | int acosf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:19:5: note: ‘acosf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 20 | int atanf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:20:5: note: ‘atanf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 21 | int asinhf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:21:5: note: ‘asinhf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 22 | int acoshf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:22:5: note: ‘acoshf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 23 | int atanhf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:23:5: note: ‘atanhf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 24 | int hypotf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:24:5: note: ‘hypotf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2f’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 25 | int atan2f (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:25:5: note: ‘atan2f’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:26:5: warning: conflicting types for built-in function ‘powf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 26 | int powf (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:26:5: note: ‘powf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 27 | int fmodf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:27:5: note: ‘fmodf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:28:5: warning: conflicting types for built-in function ‘modff’; expected ‘float(float, float *)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 28 | int modff (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:28:5: note: ‘modff’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpf’; expected ‘float(float, int *)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 29 | int frexpf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:29:5: note: ‘frexpf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpf’; expected ‘float(float, int)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 30 | int ldexpf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:30:5: note: ‘ldexpf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 31 | int exp2f (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:31:5: note: ‘exp2f’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 32 | int log2f (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:32:5: note: ‘log2f’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 33 | int copysignf (void);
#7 54.38 | ^~~~~~~~~
#7 54.38 _configtest.c:33:5: note: ‘copysignf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 34 | int nextafterf (void);
#7 54.38 | ^~~~~~~~~~
#7 54.38 _configtest.c:34:5: note: ‘nextafterf’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 35 | int cbrtf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:35:5: note: ‘cbrtf’ is declared in header ‘<math.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int sinl (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:1:1: note: ‘sinl’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int sinl (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int cosl (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:2:5: note: ‘cosl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int tanl (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:3:5: note: ‘tanl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int sinhl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:4:5: note: ‘sinhl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int coshl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:5:5: note: ‘coshl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int tanhl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:6:5: note: ‘tanhl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int fabsl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:7:5: note: ‘fabsl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int floorl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:8:5: note: ‘floorl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceill’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int ceill (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:9:5: note: ‘ceill’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 10 | int rintl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:10:5: note: ‘rintl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 11 | int truncl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:11:5: note: ‘truncl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int sqrtl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:12:5: note: ‘sqrtl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 13 | int log10l (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:13:5: note: ‘log10l’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:14:5: warning: conflicting types for built-in function ‘logl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 14 | int logl (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:14:5: note: ‘logl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 15 | int log1pl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:15:5: note: ‘log1pl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:16:5: warning: conflicting types for built-in function ‘expl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 16 | int expl (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:16:5: note: ‘expl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 17 | int expm1l (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:17:5: note: ‘expm1l’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 18 | int asinl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:18:5: note: ‘asinl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 19 | int acosl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:19:5: note: ‘acosl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 20 | int atanl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:20:5: note: ‘atanl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 21 | int asinhl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:21:5: note: ‘asinhl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 22 | int acoshl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:22:5: note: ‘acoshl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 23 | int atanhl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:23:5: note: ‘atanhl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 24 | int hypotl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:24:5: note: ‘hypotl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2l’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 25 | int atan2l (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:25:5: note: ‘atan2l’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:26:5: warning: conflicting types for built-in function ‘powl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 26 | int powl (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:26:5: note: ‘powl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 27 | int fmodl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:27:5: note: ‘fmodl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:28:5: warning: conflicting types for built-in function ‘modfl’; expected ‘long double(long double, long double *)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 28 | int modfl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:28:5: note: ‘modfl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpl’; expected ‘long double(long double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 29 | int frexpl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:29:5: note: ‘frexpl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpl’; expected ‘long double(long double, int)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 30 | int ldexpl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:30:5: note: ‘ldexpl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 31 | int exp2l (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:31:5: note: ‘exp2l’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 32 | int log2l (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:32:5: note: ‘log2l’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 33 | int copysignl (void);
#7 54.38 | ^~~~~~~~~
#7 54.38 _configtest.c:33:5: note: ‘copysignl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 34 | int nextafterl (void);
#7 54.38 | ^~~~~~~~~~
#7 54.38 _configtest.c:34:5: note: ‘nextafterl’ is declared in header ‘<math.h>’
#7 54.38 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 35 | int cbrtl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:35:5: note: ‘cbrtl’ is declared in header ‘<math.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_ISNAN;
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_ISNAN;
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_ISINF;
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_ISINF;
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_SIGNBIT;
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_SIGNBIT;
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_ISFINITE;
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 _configtest.c: In function ‘main’:
#7 54.38 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 54.38 8 | (void) HAVE_DECL_ISFINITE;
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabs’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int cabs (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:1:1: note: ‘cabs’ is declared in header ‘<complex.h>’
#7 54.38 +++ |+#include <complex.h>
#7 54.38 1 | int cabs (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int cacos (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:2:5: note: ‘cacos’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int cacosh (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:3:5: note: ‘cacosh’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘carg’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int carg (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:4:5: note: ‘carg’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘casin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int casin (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:5:5: note: ‘casin’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int casinh (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:6:5: note: ‘casinh’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘catan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int catan (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:7:5: note: ‘catan’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int catanh (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:8:5: note: ‘catanh’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int ccos (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:9:5: note: ‘ccos’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 10 | int ccosh (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:10:5: note: ‘ccosh’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexp’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 11 | int cexp (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:11:5: note: ‘cexp’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimag’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int cimag (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:12:5: note: ‘cimag’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:13:5: warning: conflicting types for built-in function ‘clog’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 13 | int clog (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:13:5: note: ‘clog’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:14:5: warning: conflicting types for built-in function ‘conj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 14 | int conj (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:14:5: note: ‘conj’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpow’; expected ‘_Complex double(_Complex double, _Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 15 | int cpow (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:15:5: note: ‘cpow’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:16:5: warning: conflicting types for built-in function ‘cproj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 16 | int cproj (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:16:5: note: ‘cproj’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:17:5: warning: conflicting types for built-in function ‘creal’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 17 | int creal (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:17:5: note: ‘creal’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 18 | int csin (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:18:5: note: ‘csin’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 19 | int csinh (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:19:5: note: ‘csinh’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrt’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 20 | int csqrt (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:20:5: note: ‘csqrt’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 21 | int ctan (void);
#7 54.38 | ^~~~
#7 54.38 _configtest.c:21:5: note: ‘ctan’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 22 | int ctanh (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:22:5: note: ‘ctanh’ is declared in header ‘<complex.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int cabsf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:1:1: note: ‘cabsf’ is declared in header ‘<complex.h>’
#7 54.38 +++ |+#include <complex.h>
#7 54.38 1 | int cabsf (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int cacosf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:2:5: note: ‘cacosf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int cacoshf (void);
#7 54.38 | ^~~~~~~
#7 54.38 _configtest.c:3:5: note: ‘cacoshf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int cargf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:4:5: note: ‘cargf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int casinf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:5:5: note: ‘casinf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int casinhf (void);
#7 54.38 | ^~~~~~~
#7 54.38 _configtest.c:6:5: note: ‘casinhf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int catanf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:7:5: note: ‘catanf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int catanhf (void);
#7 54.38 | ^~~~~~~
#7 54.38 _configtest.c:8:5: note: ‘catanhf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int ccosf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:9:5: note: ‘ccosf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 10 | int ccoshf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:10:5: note: ‘ccoshf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 11 | int cexpf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:11:5: note: ‘cexpf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int cimagf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:12:5: note: ‘cimagf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 13 | int clogf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:13:5: note: ‘clogf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 14 | int conjf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:14:5: note: ‘conjf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowf’; expected ‘_Complex float(_Complex float, _Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 15 | int cpowf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:15:5: note: ‘cpowf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 16 | int cprojf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:16:5: note: ‘cprojf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:17:5: warning: conflicting types for built-in function ‘crealf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 17 | int crealf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:17:5: note: ‘crealf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 18 | int csinf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:18:5: note: ‘csinf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 19 | int csinhf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:19:5: note: ‘csinhf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 20 | int csqrtf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:20:5: note: ‘csqrtf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 21 | int ctanf (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:21:5: note: ‘ctanf’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 22 | int ctanhf (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:22:5: note: ‘ctanhf’ is declared in header ‘<complex.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int cabsl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:1:1: note: ‘cabsl’ is declared in header ‘<complex.h>’
#7 54.38 +++ |+#include <complex.h>
#7 54.38 1 | int cabsl (void);
#7 54.38 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 2 | int cacosl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:2:5: note: ‘cacosl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 3 | int cacoshl (void);
#7 54.38 | ^~~~~~~
#7 54.38 _configtest.c:3:5: note: ‘cacoshl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 4 | int cargl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:4:5: note: ‘cargl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 5 | int casinl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:5:5: note: ‘casinl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 6 | int casinhl (void);
#7 54.38 | ^~~~~~~
#7 54.38 _configtest.c:6:5: note: ‘casinhl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 7 | int catanl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:7:5: note: ‘catanl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 8 | int catanhl (void);
#7 54.38 | ^~~~~~~
#7 54.38 _configtest.c:8:5: note: ‘catanhl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 9 | int ccosl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:9:5: note: ‘ccosl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 10 | int ccoshl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:10:5: note: ‘ccoshl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 11 | int cexpl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:11:5: note: ‘cexpl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 12 | int cimagl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:12:5: note: ‘cimagl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 13 | int clogl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:13:5: note: ‘clogl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 14 | int conjl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:14:5: note: ‘conjl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowl’; expected ‘_Complex long double(_Complex long double, _Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 15 | int cpowl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:15:5: note: ‘cpowl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 16 | int cprojl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:16:5: note: ‘cprojl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:17:5: warning: conflicting types for built-in function ‘creall’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 17 | int creall (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:17:5: note: ‘creall’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 18 | int csinl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:18:5: note: ‘csinl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 19 | int csinhl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:19:5: note: ‘csinhl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 20 | int csqrtl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:20:5: note: ‘csqrtl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 21 | int ctanl (void);
#7 54.38 | ^~~~~
#7 54.38 _configtest.c:21:5: note: ‘ctanl’ is declared in header ‘<complex.h>’
#7 54.38 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 22 | int ctanhl (void);
#7 54.38 | ^~~~~~
#7 54.38 _configtest.c:22:5: note: ‘ctanhl’ is declared in header ‘<complex.h>’
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:2:12: warning: ‘static_func’ defined but not used [-Wunused-function]
#7 54.38 2 | static int static_func (char * restrict a)
#7 54.38 | ^~~~~~~~~~~
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 54.38 #define HAVE_ENDIAN_H 1
#7 54.38 #define SIZEOF_PY_INTPTR_T 8
#7 54.38 #define SIZEOF_OFF_T 8
#7 54.38 #define SIZEOF_PY_LONG_LONG 8
#7 54.38 #define MATHLIB m
#7 54.38 #define HAVE_SIN 1
#7 54.38 #define HAVE_COS 1
#7 54.38 #define HAVE_TAN 1
#7 54.38 #define HAVE_SINH 1
#7 54.38 #define HAVE_COSH 1
#7 54.38 #define HAVE_TANH 1
#7 54.38 #define HAVE_FABS 1
#7 54.38 #define HAVE_FLOOR 1
#7 54.38 #define HAVE_CEIL 1
#7 54.38 #define HAVE_SQRT 1
#7 54.38 #define HAVE_LOG10 1
#7 54.38 #define HAVE_LOG 1
#7 54.38 #define HAVE_EXP 1
#7 54.38 #define HAVE_ASIN 1
#7 54.38 #define HAVE_ACOS 1
#7 54.38 #define HAVE_ATAN 1
#7 54.38 #define HAVE_FMOD 1
#7 54.38 #define HAVE_MODF 1
#7 54.38 #define HAVE_FREXP 1
#7 54.38 #define HAVE_LDEXP 1
#7 54.38 #define HAVE_RINT 1
#7 54.38 #define HAVE_TRUNC 1
#7 54.38 #define HAVE_EXP2 1
#7 54.38 #define HAVE_LOG2 1
#7 54.38 #define HAVE_HYPOT 1
#7 54.38 #define HAVE_ATAN2 1
#7 54.38 #define HAVE_POW 1
#7 54.38 #define HAVE_COPYSIGN 1
#7 54.38 #define HAVE_NEXTAFTER 1
#7 54.38 #define HAVE_STRTOLL 1
#7 54.38 #define HAVE_STRTOULL 1
#7 54.38 #define HAVE_CBRT 1
#7 54.38 #define HAVE_STRTOLD_L 1
#7 54.38 #define HAVE_FALLOCATE 1
#7 54.38 #define HAVE_BACKTRACE 1
#7 54.38 #define HAVE_FEATURES_H 1
#7 54.38 #define HAVE_DLFCN_H 1
#7 54.38 #define HAVE___BUILTIN_ISNAN 1
#7 54.38 #define HAVE___BUILTIN_ISINF 1
#7 54.38 #define HAVE___BUILTIN_ISFINITE 1
#7 54.38 #define HAVE___BUILTIN_BSWAP32 1
#7 54.38 #define HAVE___BUILTIN_BSWAP64 1
#7 54.38 #define HAVE___BUILTIN_EXPECT 1
#7 54.38 #define HAVE___BUILTIN_MUL_OVERFLOW 1
#7 54.38 #define HAVE___BUILTIN_PREFETCH 1
#7 54.38 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1
#7 54.38 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1
#7 54.38 #define HAVE_ATTRIBUTE_NONNULL 1
#7 54.38 #define HAVE___THREAD 1
#7 54.38 #define HAVE_SINF 1
#7 54.38 #define HAVE_COSF 1
#7 54.38 #define HAVE_TANF 1
#7 54.38 #define HAVE_SINHF 1
#7 54.38 #define HAVE_COSHF 1
#7 54.38 #define HAVE_TANHF 1
#7 54.38 #define HAVE_FABSF 1
#7 54.38 #define HAVE_FLOORF 1
#7 54.38 #define HAVE_CEILF 1
#7 54.38 #define HAVE_RINTF 1
#7 54.38 #define HAVE_TRUNCF 1
#7 54.38 #define HAVE_SQRTF 1
#7 54.38 #define HAVE_LOG10F 1
#7 54.38 #define HAVE_LOGF 1
#7 54.38 #define HAVE_LOG1PF 1
#7 54.38 #define HAVE_EXPF 1
#7 54.38 #define HAVE_EXPM1F 1
#7 54.38 #define HAVE_ASINF 1
#7 54.38 #define HAVE_ACOSF 1
#7 54.38 #define HAVE_ATANF 1
#7 54.38 #define HAVE_ASINHF 1
#7 54.38 #define HAVE_ACOSHF 1
#7 54.38 #define HAVE_ATANHF 1
#7 54.38 #define HAVE_HYPOTF 1
#7 54.38 #define HAVE_ATAN2F 1
#7 54.38 #define HAVE_POWF 1
#7 54.38 #define HAVE_FMODF 1
#7 54.38 #define HAVE_MODFF 1
#7 54.38 #define HAVE_FREXPF 1
#7 54.38 #define HAVE_LDEXPF 1
#7 54.38 #define HAVE_EXP2F 1
#7 54.38 #define HAVE_LOG2F 1
#7 54.38 #define HAVE_COPYSIGNF 1
#7 54.38 #define HAVE_NEXTAFTERF 1
#7 54.38 #define HAVE_CBRTF 1
#7 54.38 #define HAVE_SINL 1
#7 54.38 #define HAVE_COSL 1
#7 54.38 #define HAVE_TANL 1
#7 54.38 #define HAVE_SINHL 1
#7 54.38 #define HAVE_COSHL 1
#7 54.38 #define HAVE_TANHL 1
#7 54.38 #define HAVE_FABSL 1
#7 54.38 #define HAVE_FLOORL 1
#7 54.38 #define HAVE_CEILL 1
#7 54.38 #define HAVE_RINTL 1
#7 54.38 #define HAVE_TRUNCL 1
#7 54.38 #define HAVE_SQRTL 1
#7 54.38 #define HAVE_LOG10L 1
#7 54.38 #define HAVE_LOGL 1
#7 54.38 #define HAVE_LOG1PL 1
#7 54.38 #define HAVE_EXPL 1
#7 54.38 #define HAVE_EXPM1L 1
#7 54.38 #define HAVE_ASINL 1
#7 54.38 #define HAVE_ACOSL 1
#7 54.38 #define HAVE_ATANL 1
#7 54.38 #define HAVE_ASINHL 1
#7 54.38 #define HAVE_ACOSHL 1
#7 54.38 #define HAVE_ATANHL 1
#7 54.38 #define HAVE_HYPOTL 1
#7 54.38 #define HAVE_ATAN2L 1
#7 54.38 #define HAVE_POWL 1
#7 54.38 #define HAVE_FMODL 1
#7 54.38 #define HAVE_MODFL 1
#7 54.38 #define HAVE_FREXPL 1
#7 54.38 #define HAVE_LDEXPL 1
#7 54.38 #define HAVE_EXP2L 1
#7 54.38 #define HAVE_LOG2L 1
#7 54.38 #define HAVE_COPYSIGNL 1
#7 54.38 #define HAVE_NEXTAFTERL 1
#7 54.38 #define HAVE_CBRTL 1
#7 54.38 #define HAVE_DECL_ISNAN
#7 54.38 #define HAVE_DECL_ISINF
#7 54.38 #define HAVE_DECL_SIGNBIT
#7 54.38 #define HAVE_DECL_ISFINITE
#7 54.38 #define HAVE_COMPLEX_H 1
#7 54.38 #define HAVE_CABS 1
#7 54.38 #define HAVE_CACOS 1
#7 54.38 #define HAVE_CACOSH 1
#7 54.38 #define HAVE_CARG 1
#7 54.38 #define HAVE_CASIN 1
#7 54.38 #define HAVE_CASINH 1
#7 54.38 #define HAVE_CATAN 1
#7 54.38 #define HAVE_CATANH 1
#7 54.38 #define HAVE_CCOS 1
#7 54.38 #define HAVE_CCOSH 1
#7 54.38 #define HAVE_CEXP 1
#7 54.38 #define HAVE_CIMAG 1
#7 54.38 #define HAVE_CLOG 1
#7 54.38 #define HAVE_CONJ 1
#7 54.38 #define HAVE_CPOW 1
#7 54.38 #define HAVE_CPROJ 1
#7 54.38 #define HAVE_CREAL 1
#7 54.38 #define HAVE_CSIN 1
#7 54.38 #define HAVE_CSINH 1
#7 54.38 #define HAVE_CSQRT 1
#7 54.38 #define HAVE_CTAN 1
#7 54.38 #define HAVE_CTANH 1
#7 54.38 #define HAVE_CABSF 1
#7 54.38 #define HAVE_CACOSF 1
#7 54.38 #define HAVE_CACOSHF 1
#7 54.38 #define HAVE_CARGF 1
#7 54.38 #define HAVE_CASINF 1
#7 54.38 #define HAVE_CASINHF 1
#7 54.38 #define HAVE_CATANF 1
#7 54.38 #define HAVE_CATANHF 1
#7 54.38 #define HAVE_CCOSF 1
#7 54.38 #define HAVE_CCOSHF 1
#7 54.38 #define HAVE_CEXPF 1
#7 54.38 #define HAVE_CIMAGF 1
#7 54.38 #define HAVE_CLOGF 1
#7 54.38 #define HAVE_CONJF 1
#7 54.38 #define HAVE_CPOWF 1
#7 54.38 #define HAVE_CPROJF 1
#7 54.38 #define HAVE_CREALF 1
#7 54.38 #define HAVE_CSINF 1
#7 54.38 #define HAVE_CSINHF 1
#7 54.38 #define HAVE_CSQRTF 1
#7 54.38 #define HAVE_CTANF 1
#7 54.38 #define HAVE_CTANHF 1
#7 54.38 #define HAVE_CABSL 1
#7 54.38 #define HAVE_CACOSL 1
#7 54.38 #define HAVE_CACOSHL 1
#7 54.38 #define HAVE_CARGL 1
#7 54.38 #define HAVE_CASINL 1
#7 54.38 #define HAVE_CASINHL 1
#7 54.38 #define HAVE_CATANL 1
#7 54.38 #define HAVE_CATANHL 1
#7 54.38 #define HAVE_CCOSL 1
#7 54.38 #define HAVE_CCOSHL 1
#7 54.38 #define HAVE_CEXPL 1
#7 54.38 #define HAVE_CIMAGL 1
#7 54.38 #define HAVE_CLOGL 1
#7 54.38 #define HAVE_CONJL 1
#7 54.38 #define HAVE_CPOWL 1
#7 54.38 #define HAVE_CPROJL 1
#7 54.38 #define HAVE_CREALL 1
#7 54.38 #define HAVE_CSINL 1
#7 54.38 #define HAVE_CSINHL 1
#7 54.38 #define HAVE_CSQRTL 1
#7 54.38 #define HAVE_CTANL 1
#7 54.38 #define HAVE_CTANHL 1
#7 54.38 #define NPY_RESTRICT restrict
#7 54.38 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 54.38 #define HAVE_LDOUBLE_IEEE_QUAD_LE 1
#7 54.38 #define NPY_PY3K 1
#7 54.38 #ifndef __cplusplus
#7 54.38 /* #undef inline */
#7 54.38 #endif
#7 54.38
#7 54.38 #ifndef _NPY_NPY_CONFIG_H_
#7 54.38 #error config.h should never be included directly, include npy_config.h instead
#7 54.38 #endif
#7 54.38
#7 54.38 EOF
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 54.38 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int exp (void);
#7 54.38 gcc _configtest.o -o _configtest
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:6: undefined reference to `exp'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 /usr/bin/ld: _configtest.o: in function `main':
#7 54.38 /tmp/pip-install-qn9hf3yi/numpy_6e22ec4697e242209f574fe3be05a484/_configtest.c:6: undefined reference to `exp'
#7 54.38 collect2: error: ld returned 1 exit status
#7 54.38 failure.
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.38 1 | int exp (void);
#7 54.38 | ^~~
#7 54.38 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.38 +++ |+#include <math.h>
#7 54.38 1 | int exp (void);
#7 54.38 gcc _configtest.o -lm -o _configtest
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o _configtest
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.38 gcc: _configtest.c
#7 54.38 success!
#7 54.38 removing: _configtest.c _configtest.o
#7 54.38 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 54.38 #define NPY_HAVE_ENDIAN_H 1
#7 54.38 #define NPY_SIZEOF_SHORT SIZEOF_SHORT
#7 54.38 #define NPY_SIZEOF_INT SIZEOF_INT
#7 54.38 #define NPY_SIZEOF_LONG SIZEOF_LONG
#7 54.38 #define NPY_SIZEOF_FLOAT 4
#7 54.38 #define NPY_SIZEOF_COMPLEX_FLOAT 8
#7 54.38 #define NPY_SIZEOF_DOUBLE 8
#7 54.38 #define NPY_SIZEOF_COMPLEX_DOUBLE 16
#7 54.38 #define NPY_SIZEOF_LONGDOUBLE 16
#7 54.38 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#7 54.38 #define NPY_SIZEOF_PY_INTPTR_T 8
#7 54.38 #define NPY_SIZEOF_OFF_T 8
#7 54.38 #define NPY_SIZEOF_PY_LONG_LONG 8
#7 54.38 #define NPY_SIZEOF_LONGLONG 8
#7 54.38 #define NPY_NO_SMP 0
#7 54.38 #define NPY_HAVE_DECL_ISNAN
#7 54.38 #define NPY_HAVE_DECL_ISINF
#7 54.38 #define NPY_HAVE_DECL_SIGNBIT
#7 54.38 #define NPY_HAVE_DECL_ISFINITE
#7 54.38 #define NPY_USE_C99_COMPLEX 1
#7 54.38 #define NPY_HAVE_COMPLEX_DOUBLE 1
#7 54.38 #define NPY_HAVE_COMPLEX_FLOAT 1
#7 54.38 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#7 54.38 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 54.38 #define NPY_USE_C99_FORMATS 1
#7 54.38 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#7 54.38 #define NPY_ABI_VERSION 0x01000009
#7 54.38 #define NPY_API_VERSION 0x0000000B
#7 54.38
#7 54.38 #ifndef __STDC_FORMAT_MACROS
#7 54.38 #define __STDC_FORMAT_MACROS 1
#7 54.38 #endif
#7 54.38
#7 54.38 EOF
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 54.38 executing numpy/core/code_generators/generate_numpy_api.py
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 54.38 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 54.38 building extension "numpy.core.multiarray" sources
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 54.38 executing numpy/core/code_generators/generate_numpy_api.py
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/scalartypes.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 54.38 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 54.38 building extension "numpy.core.umath" sources
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 54.38 executing numpy/core/code_generators/generate_ufunc_api.py
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h' to sources.
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/core/src/umath
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc
#7 54.38 adding 'build/src.linux-aarch64-3.1/numpy/core/src/umath' to include_dirs.
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.c
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/scalarmath.c
#7 54.38 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h']
#7 54.38 building extension "numpy.core.umath_tests" sources
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/umath_tests.c
#7 54.38 building extension "numpy.core.test_rational" sources
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/test_rational.c
#7 54.38 building extension "numpy.core.struct_ufunc_test" sources
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/struct_ufunc_test.c
#7 54.38 building extension "numpy.core.multiarray_tests" sources
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/multiarray_tests.c
#7 54.38 building extension "numpy.core.operand_flag_tests" sources
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/operand_flag_tests.c
#7 54.38 building extension "numpy.fft.fftpack_lite" sources
#7 54.38 building extension "numpy.linalg.lapack_lite" sources
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/linalg
#7 54.38 ### Warning: Using unoptimized lapack ###
#7 54.38 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 54.38 building extension "numpy.linalg._umath_linalg" sources
#7 54.38 ### Warning: Using unoptimized lapack ###
#7 54.38 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 54.38 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 54.38 conv_template:> build/src.linux-aarch64-3.1/numpy/linalg/umath_linalg.c
#7 54.38 building extension "numpy.random.mtrand" sources
#7 54.38 creating build/src.linux-aarch64-3.1/numpy/random
#7 54.38 building data_files sources
#7 54.38 build_src: building npy-pkg config files
#7 54.38 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
#7 54.38 !!
#7 54.38
#7 54.38 ********************************************************************************
#7 54.38 Please avoid running ``setup.py`` directly.
#7 54.38 Instead, use pypa/build, pypa/installer or other
#7 54.38 standards-based tools.
#7 54.38
#7 54.38 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
#7 54.38 ********************************************************************************
#7 54.38
#7 54.38 !!
#7 54.38 self.initialize_options()
#7 54.38 running build_py
#7 54.38 creating build/lib.linux-aarch64-cpython-312
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/ctypeslib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/_distributor_init.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/matlib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/_globals.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/setup.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/add_newdocs.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/_import_tools.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/version.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying numpy/dual.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 copying build/src.linux-aarch64-3.1/numpy/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.38 copying numpy/compat/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.38 copying numpy/compat/py3k.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.38 copying numpy/compat/_inspect.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.38 copying numpy/compat/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/conv_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/intelccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/msvc9compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/msvccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/line_endings.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/from_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/exec_command.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/log.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/misc_util.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/unixccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/extension.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/lib2def.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/pathccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/core.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/cpuinfo.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/environment.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/numpy_distribution.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/system_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/compat.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying numpy/distutils/info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 copying build/src.linux-aarch64-3.1/numpy/distutils/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/autodist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/build_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/install_data.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/install_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/build_src.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/develop.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/build.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/build_py.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/sdist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/egg_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/build_scripts.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/build_ext.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/install.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/config_compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/install_headers.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/none.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/ufuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/misc.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/subclassing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/glossary.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/byteswapping.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/creation.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/constants.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/broadcasting.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/indexing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/structured_arrays.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/basics.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 copying numpy/doc/internals.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/func2subr.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/f2py2e.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/diagnose.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/crackfortran.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/capi_maps.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/__main__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/f2py_testing.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/auxfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/common_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/cb_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/cfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/use_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/info.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 copying numpy/f2py/f90mod_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.38 copying numpy/fft/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.38 copying numpy/fft/helper.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.38 copying numpy/fft/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.38 copying numpy/fft/fftpack.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.38 copying numpy/fft/info.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/mixins.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/index_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/recfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/format.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/_datasource.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/npyio.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/type_check.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/_version.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/stride_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/arraypad.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/arrayterator.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/twodim_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/scimath.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/_iotools.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/user_array.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/financial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/ufunclike.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/nanfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/info.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 copying numpy/lib/arraysetops.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.38 copying numpy/linalg/linalg.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.38 copying numpy/linalg/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.38 copying numpy/linalg/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.38 copying numpy/linalg/info.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/bench.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/testutils.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/mrecords.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/core.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/version.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/timer_comparison.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 copying numpy/ma/extras.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.38 copying numpy/matrixlib/defmatrix.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.38 copying numpy/matrixlib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.38 copying numpy/matrixlib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/legendre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/polyutils.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/hermite.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/hermite_e.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/chebyshev.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/_polybase.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 copying numpy/polynomial/laguerre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.38 copying numpy/random/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.38 copying numpy/random/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.38 copying numpy/random/info.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.38 creating build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/noseclasses.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/nosetester.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/print_coercion_tables.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 copying numpy/testing/decorators.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.38 running build_clib
#7 54.38 customize UnixCCompiler
#7 54.38 customize UnixCCompiler using build_clib
#7 54.38 building 'npymath' library
#7 54.38 compiling C sources
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 creating build/temp.linux-aarch64-cpython-312
#7 54.38 creating build/temp.linux-aarch64-cpython-312/numpy
#7 54.38 creating build/temp.linux-aarch64-cpython-312/numpy/core
#7 54.38 creating build/temp.linux-aarch64-cpython-312/numpy/core/src
#7 54.38 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/npymath
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 54.38 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.38 gcc: numpy/core/src/npymath/npy_math.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 54.38 gcc: numpy/core/src/npymath/halffloat.c
#7 54.38 ar: adding 4 object files to build/temp.linux-aarch64-cpython-312/libnpymath.a
#7 54.38 building 'npysort' library
#7 54.38 compiling C sources
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 54.38 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 54.38 In file included from numpy/core/src/npysort/selection.c.src:22:
#7 54.38 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 54.38 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.38 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.38 99 | if (type == _part_map[i].typenum) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 54.38 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.38 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.38 115 | if (type == _part_map[i].typenum) {
#7 54.38 | ^~
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 54.38 In file included from numpy/core/src/npysort/binsearch.c.src:6:
#7 54.38 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.38 | ^~
#7 54.38 ar: adding 5 object files to build/temp.linux-aarch64-cpython-312/libnpysort.a
#7 54.38 running build_ext
#7 54.38 customize UnixCCompiler
#7 54.38 customize UnixCCompiler using build_ext
#7 54.38 building 'numpy.core._dummy' extension
#7 54.38 compiling C sources
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.38 gcc: numpy/core/src/dummymodule.c
#7 54.38 gcc -shared build/temp.linux-aarch64-cpython-312/numpy/core/src/dummymodule.o -L/usr/local/lib -Lbuild/temp.linux-aarch64-cpython-312 -lm -o build/lib.linux-aarch64-cpython-312/numpy/core/_dummy.cpython-312-aarch64-linux-gnu.so
#7 54.38 building 'numpy.core.multiarray' extension
#7 54.38 compiling C sources
#7 54.38 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.38
#7 54.38 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray
#7 54.38 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 54.38 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/private
#7 54.38 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.38 gcc: numpy/core/src/multiarray/alloc.c
#7 54.38 In function ‘PyDataMem_FREE’,
#7 54.38 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1,
#7 54.38 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 54.38 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 54.38 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘p’ may be used after ‘free’ [-Wuse-after-free]
#7 54.38 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 54.38 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 247 | _PyDataMem_eventhook_user_data);
#7 54.38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 In function ‘PyDataMem_FREE’,
#7 54.38 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 54.38 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 54.38 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 54.38 241 | free(ptr);
#7 54.38 | ^~~~~~~~~
#7 54.38 In function ‘PyDataMem_FREE’,
#7 54.38 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1:
#7 54.38 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘ptr’ may be used after ‘free’ [-Wuse-after-free]
#7 54.38 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 54.38 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 247 | _PyDataMem_eventhook_user_data);
#7 54.38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
#7 54.38 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 54.38 241 | free(ptr);
#7 54.38 | ^~~~~~~~~
#7 54.38 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
#7 54.38 numpy/core/src/multiarray/alloc.c:263:9: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 54.38 263 | PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 54.38 261 | result = realloc(ptr, size);
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/alloc.c:270:14: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 54.38 270 | (*_PyDataMem_eventhook)(ptr, result, size,
#7 54.38 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 271 | _PyDataMem_eventhook_user_data);
#7 54.38 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 54.38 261 | result = realloc(ptr, size);
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/arrayobject.c
#7 54.38 numpy/core/src/multiarray/arrayobject.c: In function ‘array_repr’:
#7 54.38 numpy/core/src/multiarray/arrayobject.c:673:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 54.38 673 | s = PyEval_CallObject(PyArray_ReprFunction, arglist);
#7 54.38 | ^
#7 54.38 In file included from /usr/local/include/python3.12/Python.h:95,
#7 54.38 from numpy/core/src/multiarray/arrayobject.c:24:
#7 54.38 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 54.38 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/arrayobject.c: In function ‘array_str’:
#7 54.38 numpy/core/src/multiarray/arrayobject.c:689:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 54.38 689 | s = PyEval_CallObject(PyArray_StrFunction, arglist);
#7 54.38 | ^
#7 54.38 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 54.38 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 54.38 numpy/core/src/multiarray/arraytypes.c.src: In function ‘UNICODE_setitem’:
#7 54.38 numpy/core/src/multiarray/arraytypes.c.src:482:11: warning: implicit declaration of function ‘PyUnicode_AS_UNICODE’; did you mean ‘PyUnicode_AsUCS4’? [-Wimplicit-function-declaration]
#7 54.38 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~
#7 54.38 | PyUnicode_AsUCS4
#7 54.38 numpy/core/src/multiarray/arraytypes.c.src:482:9: warning: assignment to ‘Py_UNICODE *’ {aka ‘unsigned int *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#7 54.38 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/arraytypes.c.src:487:15: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.38 487 | datalen = PyUnicode_GET_DATA_SIZE(temp);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_setitem’:
#7 54.38 numpy/core/src/multiarray/arraytypes.c.src:874:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 874 | res = PyObject_AsReadBuffer(op, &buffer, &buflen);
#7 54.38 | ^~~
#7 54.38 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.38 from numpy/core/src/multiarray/arraytypes.c.src:3:
#7 54.38 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.38 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/array_assign.c
#7 54.38 gcc: numpy/core/src/multiarray/array_assign_scalar.c
#7 54.38 numpy/core/src/multiarray/array_assign_scalar.c: In function ‘PyArray_AssignRawScalar’:
#7 54.38 numpy/core/src/multiarray/array_assign_scalar.c:236:34: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
#7 54.38 236 | if (sizeof(scalarbuffer) >= PyArray_DESCR(dst)->elsize) {
#7 54.38 | ^~
#7 54.38 gcc: numpy/core/src/multiarray/array_assign_array.c
#7 54.38 gcc: numpy/core/src/multiarray/buffer.c
#7 54.38 gcc: numpy/core/src/multiarray/calculation.c
#7 54.38 gcc: numpy/core/src/multiarray/compiled_base.c
#7 54.38 numpy/core/src/multiarray/compiled_base.c: In function ‘arr_add_docstring’:
#7 54.38 numpy/core/src/multiarray/compiled_base.c:1386:5: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
#7 54.38 1386 | if (Py_OptimizeFlag > 1) {
#7 54.38 | ^~
#7 54.38 In file included from /usr/local/include/python3.12/Python.h:48,
#7 54.38 from numpy/core/src/multiarray/compiled_base.c:2:
#7 54.38 /usr/local/include/python3.12/cpython/pydebug.h:13:37: note: declared here
#7 54.38 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
#7 54.38 | ^~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/common.c
#7 54.38 numpy/core/src/multiarray/common.c: In function ‘PyArray_DTypeFromObjectHelper’:
#7 54.38 numpy/core/src/multiarray/common.c:186:28: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.38 186 | itemsize = PyUnicode_GET_DATA_SIZE(temp);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/common.c: In function ‘_IsAligned’:
#7 54.38 numpy/core/src/multiarray/common.c:614:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
#7 54.38 614 | for (i = 0; i < PyArray_NDIM(ap); i++) {
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/common.c: In function ‘_IsWriteable’:
#7 54.38 numpy/core/src/multiarray/common.c:671:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 671 | if (PyObject_AsWriteBuffer(base, &dummy, &n) < 0) {
#7 54.38 | ^~
#7 54.38 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.38 from numpy/core/src/multiarray/common.c:2:
#7 54.38 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.38 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/convert.c
#7 54.38 gcc: numpy/core/src/multiarray/convert_datatype.c
#7 54.38 gcc: numpy/core/src/multiarray/conversion_utils.c
#7 54.38 gcc: numpy/core/src/multiarray/ctors.c
#7 54.38 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 54.38 from numpy/core/src/multiarray/ctors.c:14:
#7 54.38 numpy/core/src/multiarray/ctors.c: In function ‘_is_default_descr’:
#7 54.38 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 54.38 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/ctors.c:2136:36: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 54.38 2136 | if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromInterface’:
#7 54.38 numpy/core/src/multiarray/ctors.c:2322:9: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 2322 | res = PyObject_AsWriteBuffer(base, (void **)&data, &buffer_len);
#7 54.38 | ^~~
#7 54.38 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.38 from numpy/core/src/multiarray/ctors.c:2:
#7 54.38 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.38 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/ctors.c:2325:13: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 2325 | res = PyObject_AsReadBuffer(
#7 54.38 | ^~~
#7 54.38 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.38 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromBuffer’:
#7 54.38 numpy/core/src/multiarray/ctors.c:3501:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 3501 | if (PyObject_AsWriteBuffer(buf, (void *)&data, &ts) == -1) {
#7 54.38 | ^~
#7 54.38 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.38 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/ctors.c:3504:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 3504 | if (PyObject_AsReadBuffer(buf, (void *)&data, &ts) == -1) {
#7 54.38 | ^~
#7 54.38 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.38 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/datetime.c
#7 54.38 numpy/core/src/multiarray/datetime.c: In function ‘parse_datetime_extended_unit_from_string’:
#7 54.38 numpy/core/src/multiarray/datetime.c:781:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 781 | if (out_meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c: In function ‘get_datetime_units_factor’:
#7 54.38 numpy/core/src/multiarray/datetime.c:1076:23: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 1076 | while (littlebase > unit) {
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/datetime.c: In function ‘convert_datetime_metadata_tuple_to_datetime_metadata’:
#7 54.38 numpy/core/src/multiarray/datetime.c:1847:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 1847 | if (out_meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_datetime’:
#7 54.38 numpy/core/src/multiarray/datetime.c:2395:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2395 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2411:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2411 | if (meta->base == -1 || meta->base == NPY_FR_GENERIC) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2424:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2424 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2463:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2463 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2495:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2495 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2522:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2522 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_timedelta’:
#7 54.38 numpy/core/src/multiarray/datetime.c:2598:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2598 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2609:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2609 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2622:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2622 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2661:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2661 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2730:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2730 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c:2784:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 2784 | if (meta->base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobjects_to_datetimes’:
#7 54.38 numpy/core/src/multiarray/datetime.c:3118:26: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 3118 | if (inout_meta->base == -1) {
#7 54.38 | ^~
#7 54.38 gcc: numpy/core/src/multiarray/datetime_strings.c
#7 54.38 numpy/core/src/multiarray/datetime_strings.c: In function ‘parse_iso_8601_datetime’:
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:310:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 310 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:350:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 350 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:733:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 733 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’:
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:764:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 764 | if (base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime_strings.c: In function ‘make_iso_8601_datetime’:
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:930:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 930 | if (base == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime_strings.c: In function ‘array_datetime_as_string’:
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:1414:22: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 1414 | if (unit == -1) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/multiarray/datetime_strings.c:1421:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.38 1421 | if (unit != -1 && !can_cast_datetime64_units(meta->base, unit, casting)) {
#7 54.38 | ^~
#7 54.38 gcc: numpy/core/src/multiarray/datetime_busday.c
#7 54.38 gcc: numpy/core/src/multiarray/datetime_busdaycal.c
#7 54.38 gcc: numpy/core/src/multiarray/descriptor.c
#7 54.38 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 54.38 from numpy/core/src/multiarray/descriptor.c:14:
#7 54.38 numpy/core/src/multiarray/descriptor.c: In function ‘_convert_from_array_descr’:
#7 54.38 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 54.38 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/descriptor.c:466:13: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 54.38 466 | if (PyUString_GET_SIZE(name) == 0) {
#7 54.38 | ^~~~~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/dtype_transfer.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 54.38 gcc: numpy/core/src/multiarray/flagsobject.c
#7 54.38 gcc: numpy/core/src/multiarray/getset.c
#7 54.38 numpy/core/src/multiarray/getset.c: In function ‘array_strides_set’:
#7 54.38 numpy/core/src/multiarray/getset.c:134:5: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 134 | if (PyArray_BASE(new) && PyObject_AsReadBuffer(PyArray_BASE(new),
#7 54.38 | ^~
#7 54.38 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.38 from numpy/core/src/multiarray/getset.c:4:
#7 54.38 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.38 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/getset.c: In function ‘array_data_set’:
#7 54.38 numpy/core/src/multiarray/getset.c:344:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 344 | if (PyObject_AsWriteBuffer(op, &buf, &buf_len) < 0) {
#7 54.38 | ^~
#7 54.38 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.38 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/getset.c:346:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.38 346 | if (PyObject_AsReadBuffer(op, (const void **)&buf, &buf_len) < 0) {
#7 54.38 | ^~
#7 54.38 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.38 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/hashdescr.c
#7 54.38 gcc: numpy/core/src/multiarray/item_selection.c
#7 54.38 In file included from numpy/core/src/multiarray/item_selection.c:24:
#7 54.38 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 54.38 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.38 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.38 99 | if (type == _part_map[i].typenum) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 54.38 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.38 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.38 115 | if (type == _part_map[i].typenum) {
#7 54.38 | ^~
#7 54.38 In file included from numpy/core/src/multiarray/item_selection.c:25:
#7 54.38 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.38 | ^~
#7 54.38 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.38 | ^
#7 54.38 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.38 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.38 | ^~
#7 54.38 gcc: numpy/core/src/multiarray/iterators.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 54.38 gcc: numpy/core/src/multiarray/mapping.c
#7 54.38 gcc: numpy/core/src/multiarray/methods.c
#7 54.38 gcc: numpy/core/src/multiarray/multiarraymodule.c
#7 54.38 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 54.38 gcc: numpy/core/src/multiarray/nditer_api.c
#7 54.38 numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’:
#7 54.38 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1697 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 In file included from numpy/core/src/multiarray/nditer_api.c:16:
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1697 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1697 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1697 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1697 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1697 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/nditer_constr.c
#7 54.38 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_replace_axisdata’:
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:1997:33: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1997 | NIT_RESETDATAPTR(iter)[iop] = op_dataptr;
#7 54.38 In file included from numpy/core/src/multiarray/nditer_constr.c:16:
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [32, 4112] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6160] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_reverse_axis_ordering’:
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 2 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 3 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 4 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 5 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 6 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 7 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 8 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 9 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 10 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 11 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 12 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 13 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 2240 | *perm = (npy_int8)i;
#7 54.38 | ~~~~~~^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 14 into destination object ‘iter_flexdata’ of size 1
#7 54.38 numpy/core/src/multiarray/nditer_constr.c: In function ‘NpyIter_AdvancedNew’:
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 284 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 284 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 284 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 284 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 284 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.38 284 | perm[idim] = (npy_int8)idim;
#7 54.38 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 In function ‘npyiter_replace_axisdata’,
#7 54.38 inlined from ‘npyiter_allocate_arrays’ at numpy/core/src/multiarray/nditer_constr.c:2875:13,
#7 54.38 inlined from ‘NpyIter_AdvancedNew’ at numpy/core/src/multiarray/nditer_constr.c:404:10:
#7 54.38 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 54.38 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 54.38 numpy/core/src/multiarray/nditer_impl.h: In function ‘NpyIter_AdvancedNew’:
#7 54.38 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6152] into destination object ‘iter_flexdata’ of size 1
#7 54.38 146 | char iter_flexdata;
#7 54.38 | ^~~~~~~~~~~~~
#7 54.38 gcc: numpy/core/src/multiarray/nditer_pywrap.c
#7 54.38 gcc: numpy/core/src/multiarray/number.c
#7 54.38 gcc: numpy/core/src/multiarray/numpyos.c
#7 54.38 gcc: numpy/core/src/multiarray/refcount.c
#7 54.38 numpy/core/src/multiarray/refcount.c: In function ‘_fillobject’:
#7 54.38 numpy/core/src/multiarray/refcount.c:279:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.38 279 | for (i = 0; i < dtype->elsize / sizeof(obj); i++) {
#7 54.38 | ^
#7 54.38 gcc: numpy/core/src/multiarray/sequence.c
#7 54.38 gcc: numpy/core/src/multiarray/shape.c
#7 54.38 numpy/core/src/multiarray/shape.c: In function ‘_putzero’:
#7 54.38 numpy/core/src/multiarray/shape.c:347:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.38 347 | for (i = 0; i < dtype->elsize / sizeof(zero); i++) {
#7 54.38 | ^
#7 54.38 gcc: numpy/core/src/multiarray/scalarapi.c
#7 54.38 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 54.38 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 54.38 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 | PyUnicode_DATA
#7 54.38 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.38 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.38 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 54.38 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.38 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 54.38 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 54.38 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 54.38 | ^
#7 54.38 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 54.38 from /usr/local/include/python3.12/Python.h:50,
#7 54.38 from numpy/core/src/multiarray/scalarapi.c:2:
#7 54.38 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 54.38 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 54.38 | ^~~~~~~~
#7 54.38 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 54.38 801 | Py_SIZE(vobj) = itemsize;
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 54.38 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 54.38 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.38 | ^~~~~~~~~~~~~~~~~
#7 54.38 | PyUnicode_DATA
#7 54.38 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.38 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.38 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.38 | ^
#7 54.38 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 54.38 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.38 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 54.38 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.38 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 54.38 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 54.38 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 54.38 | ^
#7 54.38 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 54.38 from /usr/local/include/python3.12/Python.h:50,
#7 54.38 from numpy/core/src/multiarray/scalarapi.c:2:
#7 54.38 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 54.38 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 54.38 | ^~~~~~~~
#7 54.38 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 54.38 801 | Py_SIZE(vobj) = itemsize;
#7 54.38 | ^
#7 54.38 error: Command "gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c numpy/core/src/multiarray/scalarapi.c -o build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o -MMD -MF build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o.d" failed with exit status 1
#7 54.38 [end of output]
#7 54.38
#7 54.38 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 54.38 ERROR: Failed building wheel for numpy
#7 54.38 Running setup.py clean for numpy
#7 54.47 error: subprocess-exited-with-error
#7 54.47
#7 54.47 × python setup.py clean did not run successfully.
#7 54.47 │ exit code: 1
#7 54.47 ╰─> [10 lines of output]
#7 54.47 Running from numpy source directory.
#7 54.47
#7 54.47 `setup.py clean` is not supported, use one of the following instead:
#7 54.47
#7 54.47 - `git clean -xdf` (cleans all files)
#7 54.47 - `git clean -Xdf` (cleans all versioned files, doesn't touch
#7 54.47 files that aren't checked into the git repo)
#7 54.47
#7 54.47 Add `--force` to your command to use it anyway if you must (unsupported).
#7 54.47
#7 54.47 [end of output]
#7 54.47
#7 54.47 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 54.47 ERROR: Failed cleaning build dir for numpy
#7 54.47 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
#7 54.47 Failed to build numpy
#7 54.62
#7 54.62 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 54.62 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.13.3"]:
54.47
54.47 [end of output]
54.47
54.47 note: This error originates from a subprocess, and is likely not a problem with pip.
54.47 ERROR: Failed cleaning build dir for numpy
54.47 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
54.47 Failed to build numpy
54.62
54.62 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
54.62 [notice] To update, run: pip install --upgrade pip
------
dockerfile27823-51:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.13.3"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 127e888ffb43955c2cce7b6c6c64db6c90949839f6f87009b7c80d8d7ea24100 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 13,
"patch": 3
}
}
] | null |
e6de3de5440dfbb0646d481ae546bf87f64300643f3853a509fc41b8d05bfdee | null | numpy | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 26,
"patch": 2
}
}
] | delete_dep | 2591a3a6352575cdfda13d6b54d6701703aefa93a6638553914dd12a30e4aa7c | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e6de3de5440dfbb0646d481ae546bf87f64300643f3853a509fc41b8d05bfdee | {
"major": 1,
"minor": 7,
"patch": 2
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile87605-417
#3 transferring dockerfile: 159B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.26kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.7.2"]
#7 5.143 Collecting numpy==1.7.2
#7 7.462 Downloading numpy-1.7.2.zip (3.2 MB)
#7 8.811 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 2.3 MB/s eta 0:00:00
#7 8.899 Preparing metadata (setup.py): started
#7 23.93 Preparing metadata (setup.py): finished with status 'error'
#7 23.98 error: subprocess-exited-with-error
#7 23.98
#7 23.98 × python setup.py egg_info did not run successfully.
#7 23.98 │ exit code: 1
#7 23.98 ╰─> [776 lines of output]
#7 23.98 RefactoringTool: Skipping optional fixer: buffer
#7 23.98 RefactoringTool: Skipping optional fixer: idioms
#7 23.98 RefactoringTool: Skipping optional fixer: set_literal
#7 23.98 RefactoringTool: Skipping optional fixer: ws_comma
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ctypeslib.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matlib.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/add_newdocs.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/_import_tools.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/version.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/dual.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/linalg.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/tests/test_build.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/tests/test_linalg.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/tests/test_regression.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/defmatrix.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/tests/test_regression.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/tests/test_random.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/shape_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/index_tricks.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/recfunctions.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/utils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/format.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/function_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/_datasource.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/npyio.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/type_check.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/stride_tricks.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/arraypad.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/twodim_base.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/scimath.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/_iotools.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/polynomial.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/setupscons.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/user_array.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/financial.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/ufunclike.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/info.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/arraysetops.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_shape_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test__iotools.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_arraypad.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_format.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test__datasource.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_type_check.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_function_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_io.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_regression.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_polynomial.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_utils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_financial.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/helper.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/fftpack.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/tests/test_helper.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/tests/test_fftpack.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/func2subr.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/f2py2e.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/diagnose.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/crackfortran.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/__version__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/capi_maps.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/rules.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/f2py_testing.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/common_rules.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/cb_rules.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/cfuncs.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/setupscons.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/use_rules.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/f90mod_rules.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_callback.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_kind.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_size.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_real.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/util.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_mixed.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_character.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/conv_template.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/intelccompiler.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/line_endings.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/__version__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/from_template.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/exec_command.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/log.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/npy_pkg_config.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/misc_util.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/unixccompiler.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/extension.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/lib2def.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/ccompiler.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/pathccompiler.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/core.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/cpuinfo.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/interactive.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/environment.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/compat.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/vast.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/pg.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/mips.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/g95.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/sun.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/nag.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/none.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/intel.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/autodist.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_clib.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/config.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install_data.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/scons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install_clib.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_src.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/develop.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_py.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/sdist.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/egg_info.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_scripts.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_ext.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/config_compiler.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install_headers.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/noseclasses.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/utils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/numpytest.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/nosetester.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/nulltester.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/print_coercion_tables.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/setupscons.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/decorators.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/tests/test_doctesting.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/tests/test_decorators.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/tests/test_utils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/_inspect.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/ufuncs.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/misc.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/alter_code1.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/array_printer.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/functions.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/matrix.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/typeconv.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/mlab.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/precision.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/fft.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/rng.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/random_array.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/setupscons.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/user_array.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/rng_stats.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/arrayfns.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/compat.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/alter_code2.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/bench.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/testutils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/mrecords.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/setupscons.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/version.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/extras.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_mrecords.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_subclassing.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_regression.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_extras.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/tests/test_matlib.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/tests/test_ctypeslib.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/legendre.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/polyutils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/hermite.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/polytemplate.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/hermite_e.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/chebyshev.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/polynomial.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/laguerre.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_classes.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_printing.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/session.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/ufuncs.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/alter_code1.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/functions.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/matrix.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/linear_algebra.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/util.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/random_array.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/convolve.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/setupscons.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/numerictypes.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/compat.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/nd_image.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/image.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/alter_code2.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/shape_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/memmap.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/getlimits.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/__init__.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/machar.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/_internal.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/records.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/function_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/scons_support.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/numeric.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/fromnumeric.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/setupscons.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/_methods.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/numerictypes.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/arrayprint.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/setup_common.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_print.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_defchararray.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_half.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_shape_base.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_numerictypes.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_getlimits.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_unicode.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_api.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_ufunc.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_indexing.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_machar.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_dtype.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_item_selection.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_umath.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_blasdot.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_memmap.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_multiarray.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_einsum.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_nditer.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_scalarmath.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_arrayprint.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_umath_complex.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_indexerrors.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_function_base.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_regression.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_errstate.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_numeric.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_datetime.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_records.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/genapi.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/numpy_api.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/cversions.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/ufuncs.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/misc.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/subclassing.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/__init__.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/glossary.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/byteswapping.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/performance.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/creation.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/constants.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/broadcasting.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/indexing.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/jargon.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/structured_arrays.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/howtofind.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/methods_vs_functions.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/basics.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/io.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/internals.py
#7 23.98 RefactoringTool: Files that were modified:
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ctypeslib.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matlib.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/add_newdocs.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/_import_tools.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/version.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/dual.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/linalg.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/tests/test_build.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/tests/test_linalg.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/defmatrix.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/tests/test_random.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/shape_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/index_tricks.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/recfunctions.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/utils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/format.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/function_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/_datasource.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/npyio.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/type_check.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/stride_tricks.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/arraypad.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/twodim_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/scimath.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/_iotools.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/polynomial.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/user_array.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/financial.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/ufunclike.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/arraysetops.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_shape_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test__iotools.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_arraypad.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_format.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test__datasource.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_type_check.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_function_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_io.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_polynomial.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_utils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_financial.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/helper.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/fftpack.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/tests/test_helper.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/tests/test_fftpack.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/func2subr.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/f2py2e.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/diagnose.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/crackfortran.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/__version__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/capi_maps.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/rules.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/f2py_testing.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/common_rules.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/cb_rules.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/cfuncs.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/use_rules.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/f90mod_rules.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_callback.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_kind.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_size.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_real.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/util.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_mixed.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/tests/test_return_character.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/conv_template.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/intelccompiler.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/line_endings.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/__version__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/from_template.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/exec_command.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/log.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/npy_pkg_config.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/misc_util.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/unixccompiler.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/extension.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/lib2def.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/ccompiler.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/pathccompiler.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/core.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/cpuinfo.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/interactive.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/environment.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/compat.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/vast.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/pg.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/mips.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/g95.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/sun.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/nag.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/none.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/fcompiler/intel.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/autodist.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_clib.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/config.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install_data.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/scons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install_clib.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_src.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/develop.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_py.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/sdist.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/egg_info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_scripts.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/build_ext.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/config_compiler.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/install_headers.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/noseclasses.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/utils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/numpytest.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/nosetester.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/nulltester.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/print_coercion_tables.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/decorators.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/tests/test_doctesting.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/tests/test_decorators.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/tests/test_utils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/_inspect.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/ufuncs.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/misc.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/alter_code1.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/array_printer.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/functions.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/matrix.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/typeconv.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/mlab.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/precision.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/fft.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/rng.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/random_array.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/user_array.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/rng_stats.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/arrayfns.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/compat.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/alter_code2.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/bench.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/testutils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/mrecords.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/version.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/extras.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_mrecords.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_subclassing.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_extras.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/tests/test_matlib.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/tests/test_ctypeslib.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/legendre.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/polyutils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/hermite.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/polytemplate.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/hermite_e.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/chebyshev.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/polynomial.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/laguerre.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_classes.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_printing.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/session.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/ufuncs.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/alter_code1.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/functions.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/matrix.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/linear_algebra.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/util.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/random_array.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/convolve.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/numerictypes.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/compat.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/nd_image.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/image.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/alter_code2.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/shape_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/memmap.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/getlimits.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/machar.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/_internal.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/records.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/function_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/scons_support.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/numeric.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/fromnumeric.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/setupscons.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/_methods.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/numerictypes.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/arrayprint.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/setup_common.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_print.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_defchararray.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_half.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_shape_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_numerictypes.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_getlimits.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_unicode.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_api.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_ufunc.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_indexing.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_machar.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_dtype.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_item_selection.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_umath.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_blasdot.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_memmap.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_multiarray.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_einsum.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_nditer.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_scalarmath.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_arrayprint.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_umath_complex.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_indexerrors.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_function_base.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_regression.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_errstate.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_numeric.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_datetime.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/tests/test_records.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/genapi.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/numpy_api.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/cversions.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/ufuncs.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/misc.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/subclassing.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/__init__.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/glossary.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/byteswapping.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/performance.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/creation.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/constants.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/broadcasting.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/indexing.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/jargon.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/structured_arrays.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/howtofind.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/methods_vs_functions.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/basics.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/io.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/doc/internals.py
#7 23.98 RefactoringTool: Warnings/messages while refactoring:
#7 23.98 RefactoringTool: ### In file /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/_iotools.py ###
#7 23.98 RefactoringTool: Line 715: You should use a for loop here
#7 23.98 RefactoringTool: ### In file /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/fromnumeric.py ###
#7 23.98 RefactoringTool: Line 344: You should use 'operator.mul(repeats, axis)' here.
#7 23.98 RefactoringTool: Skipping optional fixer: buffer
#7 23.98 RefactoringTool: Skipping optional fixer: idioms
#7 23.98 RefactoringTool: Skipping optional fixer: set_literal
#7 23.98 RefactoringTool: Skipping optional fixer: ws_comma
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/setup.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/setup.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/setup.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/setup.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/generate_umath.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 23.98 RefactoringTool: Files that were modified:
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/linalg/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/matrixlib/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/random/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/fft/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/testing/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/polynomial/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/numarray/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/setup.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/generate_umath.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 23.98 RefactoringTool: Skipping optional fixer: buffer
#7 23.98 RefactoringTool: Skipping optional fixer: idioms
#7 23.98 RefactoringTool: Skipping optional fixer: set_literal
#7 23.98 RefactoringTool: Skipping optional fixer: ws_comma
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/arrayterator.py
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/auxfuncs.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/system_info.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/ma.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/core.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/timer_comparison.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_core.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_old_ma.py
#7 23.98 RefactoringTool: Files that were modified:
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/arrayterator.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/f2py/auxfuncs.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/system_info.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/oldnumeric/ma.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/core.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/timer_comparison.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_core.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_old_ma.py
#7 23.98 RefactoringTool: Warnings/messages while refactoring:
#7 23.98 RefactoringTool: ### In file /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_core.py ###
#7 23.98 RefactoringTool: Line 327: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 23.98 RefactoringTool: Line 329: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 23.98 RefactoringTool: ### In file /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/ma/tests/test_old_ma.py ###
#7 23.98 RefactoringTool: Line 298: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 23.98 RefactoringTool: Line 300: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 23.98 RefactoringTool: Skipping optional fixer: buffer
#7 23.98 RefactoringTool: Skipping optional fixer: idioms
#7 23.98 RefactoringTool: Skipping optional fixer: set_literal
#7 23.98 RefactoringTool: Skipping optional fixer: ws_comma
#7 23.98 RefactoringTool: No changes to /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/py3k.py
#7 23.98 RefactoringTool: Refactored /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/defchararray.py
#7 23.98 RefactoringTool: Files that were modified:
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/compat/py3k.py
#7 23.98 RefactoringTool: /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/core/defchararray.py
#7 23.98 Running from numpy source directory.
#7 23.98 /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/misc_util.py:1944: SyntaxWarning: invalid escape sequence '\_'
#7 23.98 """Try to get version string of a package.
#7 23.98 /tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/misc_util.py:427: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 23.98 return is_string(s) and ('*' in s or '?' is s)
#7 23.98 Traceback (most recent call last):
#7 23.98 File "<string>", line 2, in <module>
#7 23.98 File "<pip-setuptools-caller>", line 34, in <module>
#7 23.98 File "/tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/setup.py", line 214, in <module>
#7 23.98 setup_package()
#7 23.98 File "/tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/setup.py", line 191, in setup_package
#7 23.98 from numpy.distutils.core import setup
#7 23.98 File "/tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/__init__.py", line 22, in <module>
#7 23.98 import numpy.distutils.ccompiler
#7 23.98 File "/tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/ccompiler.py", line 14, in <module>
#7 23.98 from numpy.distutils import log
#7 23.98 File "/tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/log.py", line 11, in <module>
#7 23.98 from numpy.distutils.misc_util import red_text, default_text, cyan_text, green_text, is_sequence, is_string
#7 23.98 File "/tmp/pip-install-zp5e3lpk/numpy_aa1b1610190146e39daa5c86b06e6a5a/build/py3k/numpy/distutils/misc_util.py", line 4, in <module>
#7 23.98 import imp
#7 23.98 ModuleNotFoundError: No module named 'imp'
#7 23.98 Converting to Python3 via 2to3...
#7 23.98 [end of output]
#7 23.98
#7 23.98 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 23.98 error: metadata-generation-failed
#7 23.98
#7 23.98 × Encountered error while generating package metadata.
#7 23.98 ╰─> See above for output.
#7 23.98
#7 23.98 note: This is an issue with the package mentioned above, not pip.
#7 23.98 hint: See above for details.
#7 24.99
#7 24.99 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 24.99 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.7.2"]:
23.98 error: metadata-generation-failed
23.98
23.98 × Encountered error while generating package metadata.
23.98 ╰─> See above for output.
23.98
23.98 note: This is an issue with the package mentioned above, not pip.
23.98 hint: See above for details.
24.99
24.99 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
24.99 [notice] To update, run: pip install --upgrade pip
------
dockerfile87605-417:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.7.2"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | d5f04b59b213337a8f4b9a7bc250de3f1745e91bef7c0022f84201d8fa8b7b31 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 7,
"patch": 2
}
}
] | null |
e76293af9a205c0354c04201ce49915a88d9e69b7fd0a48e013041542763a2eb | null | mock | Traceback (most recent call last):
File "//snippet.py", line 6, in <module>
import mock
ModuleNotFoundError: No module named 'mock'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": {
"major": 5,
"minor": 1,
"patch": 0
},
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "mock",
"v": {
"major": 5,
"minor": 1,
"patch": 0
}
}
] | delete_dep | dbd1997e83efbbb277799d3f3b58f34bbeb98ba877e269fcadf6acf67f7adacb | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e790e3372904cc82493bbb3c4099ab0771a7d49360f2711d97ed9a0acec7e256 | null | requests | Traceback (most recent call last):
File "snippet.py", line 5, in <module>
import requests
ImportError: No module named requests
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
}
] | delete_dep | 3406b2b076c3bb68d50a9c42e3ce787623af27b0d8341bd259f6fd8bb9baa9be | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e7a7ba6dc13dca4f1b1e0bd23f51cee35d612d00b3899c52c92c18e80d4c3245 | null | PyQt4 | #0 building with "desktop-linux" instance using docker driver
#1 [1/5] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile26599-515
#2 transferring dockerfile: 217B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 7.72kB done
#5 DONE 0.0s
#6 [3/5] RUN ["pip", "install", "sip"]
#6 CACHED
#7 [2/5] ADD snippet.py snippet.py
#7 CACHED
#8 [4/5] RUN ["pip", "install", "PyQt4"]
#8 0.483 ERROR: Could not find a version that satisfies the requirement PyQt4 (from versions: none)
#8 0.483 ERROR: No matching distribution found for PyQt4
#8 0.490
#8 0.490 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#8 0.490 [notice] To update, run: pip install --upgrade pip
#8 ERROR: process "pip install PyQt4" did not complete successfully: exit code: 1
------
> [4/5] RUN ["pip", "install", "PyQt4"]:
0.483 ERROR: Could not find a version that satisfies the requirement PyQt4 (from versions: none)
0.483 ERROR: No matching distribution found for PyQt4
0.490
0.490 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
0.490 [notice] To update, run: pip install --upgrade pip
------
dockerfile26599-515:4
--------------------
2 | ADD snippet.py snippet.py
3 | RUN ["pip", "install", "sip"]
4 | >>> RUN ["pip", "install", "PyQt4"]
5 | RUN ["pip", "install", "pytest"]
6 | CMD ["python", "snippet.py"]
--------------------
ERROR: failed to solve: process "pip install PyQt4" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "sip",
"v": null
},
{
"con": "*",
"name": "pytest",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": {
"major": 2,
"minor": 0,
"patch": 0
},
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 23,
"minor": 2,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": {
"major": 1,
"minor": 3,
"patch": 0
},
"ply": {
"major": 3,
"minor": 11,
"patch": 0
},
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": {
"major": 7,
"minor": 4,
"patch": 3
},
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": {
"major": 6,
"minor": 7,
"patch": 12
},
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | delete_dep | ddfb617d53baa24f9752521067191c4a8edd85c15c8af55c692732dda6b830ce | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "sip",
"v": null
},
{
"con": "*",
"name": "PyQt4",
"v": null
},
{
"con": "*",
"name": "pytest",
"v": null
}
] | null |
e848c9ddb5634ca1e2cee058c8d404cd47ff9c1e9fbad0ee12413a6973c03cfe | {
"major": 1,
"minor": 7,
"patch": 2
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile94787-404
#2 transferring dockerfile: 159B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 2.15kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.7.2"]
#7 1.737 Collecting numpy==1.7.2
#7 1.828 Downloading numpy-1.7.2.zip (3.2 MB)
#7 2.253 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 7.5 MB/s eta 0:00:00
#7 2.361 Preparing metadata (setup.py): started
#7 17.83 Preparing metadata (setup.py): finished with status 'error'
#7 17.88 error: subprocess-exited-with-error
#7 17.88
#7 17.88 × python setup.py egg_info did not run successfully.
#7 17.88 │ exit code: 1
#7 17.88 ╰─> [776 lines of output]
#7 17.88 RefactoringTool: Skipping optional fixer: buffer
#7 17.88 RefactoringTool: Skipping optional fixer: idioms
#7 17.88 RefactoringTool: Skipping optional fixer: set_literal
#7 17.88 RefactoringTool: Skipping optional fixer: ws_comma
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ctypeslib.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matlib.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/add_newdocs.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/_import_tools.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/version.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/dual.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/linalg.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/tests/test_build.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/tests/test_linalg.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/tests/test_regression.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/defmatrix.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/tests/test_regression.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/tests/test_random.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/shape_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/index_tricks.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/recfunctions.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/utils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/format.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/function_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/_datasource.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/npyio.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/type_check.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/stride_tricks.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/arraypad.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/twodim_base.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/scimath.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/_iotools.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/polynomial.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/setupscons.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/user_array.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/financial.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/ufunclike.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/info.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/arraysetops.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_shape_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test__iotools.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_arraypad.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_format.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test__datasource.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_type_check.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_function_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_io.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_regression.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_polynomial.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_utils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_financial.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/helper.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/fftpack.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/tests/test_helper.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/tests/test_fftpack.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/func2subr.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/f2py2e.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/diagnose.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/crackfortran.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/__version__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/capi_maps.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/rules.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/f2py_testing.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/common_rules.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/cb_rules.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/cfuncs.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/setupscons.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/use_rules.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/f90mod_rules.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_callback.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_kind.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_size.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_real.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/util.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_mixed.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_character.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/conv_template.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/intelccompiler.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/line_endings.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/__version__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/from_template.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/exec_command.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/log.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/npy_pkg_config.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/misc_util.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/unixccompiler.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/extension.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/lib2def.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/ccompiler.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/pathccompiler.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/core.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/cpuinfo.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/interactive.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/environment.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/compat.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/vast.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/pg.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/mips.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/g95.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/sun.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/nag.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/none.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/intel.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/autodist.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_clib.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/config.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install_data.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/scons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install_clib.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_src.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/develop.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_py.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/sdist.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/egg_info.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_scripts.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_ext.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/config_compiler.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install_headers.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/noseclasses.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/utils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/numpytest.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/nosetester.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/nulltester.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/print_coercion_tables.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/setupscons.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/decorators.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/tests/test_doctesting.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/tests/test_decorators.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/tests/test_utils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/_inspect.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/ufuncs.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/misc.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/alter_code1.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/array_printer.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/functions.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/matrix.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/typeconv.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/mlab.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/precision.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/fft.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/rng.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/random_array.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/setupscons.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/user_array.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/rng_stats.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/arrayfns.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/compat.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/alter_code2.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/bench.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/testutils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/mrecords.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/setupscons.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/version.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/extras.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_mrecords.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_subclassing.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_regression.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_extras.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/tests/test_matlib.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/tests/test_ctypeslib.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/legendre.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/polyutils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/hermite.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/polytemplate.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/hermite_e.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/chebyshev.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/polynomial.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/laguerre.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_classes.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_printing.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/session.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/ufuncs.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/alter_code1.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/functions.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/matrix.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/linear_algebra.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/util.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/random_array.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/convolve.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/setupscons.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/numerictypes.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/compat.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/nd_image.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/image.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/alter_code2.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/shape_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/memmap.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/getlimits.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/__init__.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/machar.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/_internal.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/records.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/function_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/scons_support.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/numeric.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/fromnumeric.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/setupscons.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/_methods.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/numerictypes.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/arrayprint.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/setup_common.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_print.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_defchararray.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_half.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_shape_base.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_numerictypes.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_getlimits.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_unicode.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_api.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_ufunc.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_indexing.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_machar.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_dtype.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_item_selection.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_umath.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_blasdot.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_memmap.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_multiarray.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_einsum.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_nditer.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_scalarmath.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_arrayprint.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_umath_complex.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_indexerrors.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_function_base.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_regression.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_errstate.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_numeric.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_datetime.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_records.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/genapi.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/numpy_api.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/cversions.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/ufuncs.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/misc.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/subclassing.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/__init__.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/glossary.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/byteswapping.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/performance.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/creation.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/constants.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/broadcasting.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/indexing.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/jargon.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/structured_arrays.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/howtofind.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/methods_vs_functions.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/basics.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/io.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/internals.py
#7 17.88 RefactoringTool: Files that were modified:
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ctypeslib.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matlib.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/add_newdocs.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/_import_tools.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/version.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/dual.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/linalg.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/tests/test_build.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/tests/test_linalg.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/defmatrix.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/tests/test_random.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/shape_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/index_tricks.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/recfunctions.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/utils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/format.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/function_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/_datasource.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/npyio.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/type_check.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/stride_tricks.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/arraypad.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/twodim_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/scimath.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/_iotools.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/polynomial.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/user_array.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/financial.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/ufunclike.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/arraysetops.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_shape_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test__iotools.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_arraypad.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_format.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test__datasource.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_type_check.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_function_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_io.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_polynomial.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_utils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_financial.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/helper.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/fftpack.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/tests/test_helper.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/tests/test_fftpack.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/func2subr.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/f2py2e.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/diagnose.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/crackfortran.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/__version__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/capi_maps.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/rules.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/f2py_testing.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/common_rules.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/cb_rules.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/cfuncs.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/use_rules.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/f90mod_rules.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_callback.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_kind.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_size.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_real.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/util.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_mixed.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/tests/test_return_character.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/conv_template.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/intelccompiler.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/line_endings.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/__version__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/from_template.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/exec_command.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/log.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/npy_pkg_config.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/misc_util.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/unixccompiler.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/extension.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/lib2def.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/ccompiler.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/pathccompiler.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/core.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/cpuinfo.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/interactive.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/environment.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/compat.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/vast.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/pg.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/mips.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/g95.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/sun.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/nag.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/none.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/fcompiler/intel.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/autodist.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_clib.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/config.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install_data.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/scons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install_clib.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_src.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/develop.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_py.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/sdist.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/egg_info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_scripts.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/build_ext.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/config_compiler.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/install_headers.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/noseclasses.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/utils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/numpytest.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/nosetester.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/nulltester.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/print_coercion_tables.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/decorators.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/tests/test_doctesting.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/tests/test_decorators.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/tests/test_utils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/_inspect.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/ufuncs.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/misc.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/alter_code1.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/array_printer.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/functions.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/matrix.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/typeconv.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/mlab.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/precision.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/fft.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/rng.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/random_array.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/user_array.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/rng_stats.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/arrayfns.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/compat.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/alter_code2.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/bench.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/testutils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/mrecords.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/version.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/extras.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_mrecords.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_subclassing.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_extras.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/tests/test_matlib.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/tests/test_ctypeslib.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/legendre.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/polyutils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/hermite.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/polytemplate.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/hermite_e.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/chebyshev.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/polynomial.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/laguerre.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_classes.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_printing.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/session.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/ufuncs.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/alter_code1.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/functions.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/matrix.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/linear_algebra.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/util.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/random_array.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/convolve.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/numerictypes.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/compat.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/nd_image.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/image.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/alter_code2.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/shape_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/memmap.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/getlimits.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/machar.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/_internal.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/records.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/function_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/scons_support.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/numeric.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/fromnumeric.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/setupscons.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/_methods.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/numerictypes.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/arrayprint.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/setup_common.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_print.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_defchararray.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_half.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_shape_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_numerictypes.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_getlimits.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_unicode.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_api.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_ufunc.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_indexing.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_machar.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_dtype.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_item_selection.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_umath.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_blasdot.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_memmap.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_multiarray.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_einsum.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_nditer.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_scalarmath.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_arrayprint.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_umath_complex.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_indexerrors.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_function_base.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_regression.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_errstate.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_numeric.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_datetime.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/tests/test_records.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/genapi.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/numpy_api.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/cversions.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/ufuncs.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/misc.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/subclassing.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/__init__.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/glossary.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/byteswapping.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/performance.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/creation.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/constants.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/broadcasting.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/indexing.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/jargon.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/structured_arrays.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/howtofind.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/methods_vs_functions.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/basics.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/io.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/doc/internals.py
#7 17.88 RefactoringTool: Warnings/messages while refactoring:
#7 17.88 RefactoringTool: ### In file /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/_iotools.py ###
#7 17.88 RefactoringTool: Line 715: You should use a for loop here
#7 17.88 RefactoringTool: ### In file /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/fromnumeric.py ###
#7 17.88 RefactoringTool: Line 344: You should use 'operator.mul(repeats, axis)' here.
#7 17.88 RefactoringTool: Skipping optional fixer: buffer
#7 17.88 RefactoringTool: Skipping optional fixer: idioms
#7 17.88 RefactoringTool: Skipping optional fixer: set_literal
#7 17.88 RefactoringTool: Skipping optional fixer: ws_comma
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/setup.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/setup.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/setup.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/setup.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/generate_umath.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 17.88 RefactoringTool: Files that were modified:
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/linalg/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/matrixlib/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/random/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/fft/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/testing/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/polynomial/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/numarray/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/setup.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/generate_umath.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 17.88 RefactoringTool: Skipping optional fixer: buffer
#7 17.88 RefactoringTool: Skipping optional fixer: idioms
#7 17.88 RefactoringTool: Skipping optional fixer: set_literal
#7 17.88 RefactoringTool: Skipping optional fixer: ws_comma
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/arrayterator.py
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/auxfuncs.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/system_info.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/ma.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/core.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/timer_comparison.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_core.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_old_ma.py
#7 17.88 RefactoringTool: Files that were modified:
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/arrayterator.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/f2py/auxfuncs.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/system_info.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/oldnumeric/ma.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/core.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/timer_comparison.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_core.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_old_ma.py
#7 17.88 RefactoringTool: Warnings/messages while refactoring:
#7 17.88 RefactoringTool: ### In file /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_core.py ###
#7 17.88 RefactoringTool: Line 327: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 17.88 RefactoringTool: Line 329: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 17.88 RefactoringTool: ### In file /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/ma/tests/test_old_ma.py ###
#7 17.88 RefactoringTool: Line 298: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 17.88 RefactoringTool: Line 300: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 17.88 RefactoringTool: Skipping optional fixer: buffer
#7 17.88 RefactoringTool: Skipping optional fixer: idioms
#7 17.88 RefactoringTool: Skipping optional fixer: set_literal
#7 17.88 RefactoringTool: Skipping optional fixer: ws_comma
#7 17.88 RefactoringTool: No changes to /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/py3k.py
#7 17.88 RefactoringTool: Refactored /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/defchararray.py
#7 17.88 RefactoringTool: Files that were modified:
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/compat/py3k.py
#7 17.88 RefactoringTool: /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/core/defchararray.py
#7 17.88 Running from numpy source directory.
#7 17.88 /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/misc_util.py:1944: SyntaxWarning: invalid escape sequence '\_'
#7 17.88 """Try to get version string of a package.
#7 17.88 /tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/misc_util.py:427: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 17.88 return is_string(s) and ('*' in s or '?' is s)
#7 17.88 Traceback (most recent call last):
#7 17.88 File "<string>", line 2, in <module>
#7 17.88 File "<pip-setuptools-caller>", line 34, in <module>
#7 17.88 File "/tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/setup.py", line 214, in <module>
#7 17.88 setup_package()
#7 17.88 File "/tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/setup.py", line 191, in setup_package
#7 17.88 from numpy.distutils.core import setup
#7 17.88 File "/tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/__init__.py", line 22, in <module>
#7 17.88 import numpy.distutils.ccompiler
#7 17.88 File "/tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/ccompiler.py", line 14, in <module>
#7 17.88 from numpy.distutils import log
#7 17.88 File "/tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/log.py", line 11, in <module>
#7 17.88 from numpy.distutils.misc_util import red_text, default_text, cyan_text, green_text, is_sequence, is_string
#7 17.88 File "/tmp/pip-install-mhh_2mnh/numpy_3872d9dc2cd2433484519bd5920887fd/build/py3k/numpy/distutils/misc_util.py", line 4, in <module>
#7 17.88 import imp
#7 17.88 ModuleNotFoundError: No module named 'imp'
#7 17.88 Converting to Python3 via 2to3...
#7 17.88 [end of output]
#7 17.88
#7 17.88 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 17.88 error: metadata-generation-failed
#7 17.88
#7 17.88 × Encountered error while generating package metadata.
#7 17.88 ╰─> See above for output.
#7 17.88
#7 17.88 note: This is an issue with the package mentioned above, not pip.
#7 17.88 hint: See above for details.
#7 18.04
#7 18.04 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 18.04 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.7.2"]:
17.88 error: metadata-generation-failed
17.88
17.88 × Encountered error while generating package metadata.
17.88 ╰─> See above for output.
17.88
17.88 note: This is an issue with the package mentioned above, not pip.
17.88 hint: See above for details.
18.04
18.04 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
18.04 [notice] To update, run: pip install --upgrade pip
------
dockerfile94787-404:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.7.2"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 73f1f26c27e95e8d1d27a103bc9188d9382da94b92146f2dbc05ae4948e5827c | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 7,
"patch": 2
}
}
] | null |
e848c9ddb5634ca1e2cee058c8d404cd47ff9c1e9fbad0ee12413a6973c03cfe | null | numpy | Traceback (most recent call last):
File "//snippet.py", line 2, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 26,
"patch": 2
}
}
] | delete_dep | b645ffa17f9607dd637b17d1bd9b8fb3c1ebebb80d7876518ad0e8c98b9fca6e | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e848c9ddb5634ca1e2cee058c8d404cd47ff9c1e9fbad0ee12413a6973c03cfe | {
"major": 1,
"minor": 13,
"patch": 3
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile80994-645
#2 transferring dockerfile: 160B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 2.15kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.13.3"]
#7 1.803 Collecting numpy==1.13.3
#7 1.914 Downloading numpy-1.13.3.zip (5.0 MB)
#7 2.489 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 8.8 MB/s eta 0:00:00
#7 2.631 Preparing metadata (setup.py): started
#7 2.928 Preparing metadata (setup.py): finished with status 'done'
#7 2.930 Building wheels for collected packages: numpy
#7 2.930 Building wheel for numpy (setup.py): started
#7 59.51 Building wheel for numpy (setup.py): finished with status 'error'
#7 59.71 error: subprocess-exited-with-error
#7 59.71
#7 59.71 × python setup.py bdist_wheel did not run successfully.
#7 59.71 │ exit code: 1
#7 59.71 ╰─> [3090 lines of output]
#7 59.71 Running from numpy source directory.
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/numpy/distutils/misc_util.py:469: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 59.71 return is_string(s) and ('*' in s or '?' is s)
#7 59.71 blas_opt_info:
#7 59.71 blas_mkl_info:
#7 59.71 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 blis_info:
#7 59.71 libraries blis not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 openblas_info:
#7 59.71 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_3_10_blas_threads_info:
#7 59.71 Setting PTATLAS=ATLAS
#7 59.71 libraries tatlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_3_10_blas_info:
#7 59.71 libraries satlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_blas_threads_info:
#7 59.71 Setting PTATLAS=ATLAS
#7 59.71 libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_blas_info:
#7 59.71 libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/numpy/distutils/system_info.py:572: UserWarning:
#7 59.71 Atlas (http://math-atlas.sourceforge.net/) libraries not found.
#7 59.71 Directories to search for the libraries can be specified in the
#7 59.71 numpy/distutils/site.cfg file (section [atlas]) or by setting
#7 59.71 the ATLAS environment variable.
#7 59.71 self.calc_info()
#7 59.71 blas_info:
#7 59.71 libraries blas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/numpy/distutils/system_info.py:572: UserWarning:
#7 59.71 Blas (http://www.netlib.org/blas/) libraries not found.
#7 59.71 Directories to search for the libraries can be specified in the
#7 59.71 numpy/distutils/site.cfg file (section [blas]) or by setting
#7 59.71 the BLAS environment variable.
#7 59.71 self.calc_info()
#7 59.71 blas_src_info:
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/numpy/distutils/system_info.py:572: UserWarning:
#7 59.71 Blas (http://www.netlib.org/blas/) sources not found.
#7 59.71 Directories to search for the sources can be specified in the
#7 59.71 numpy/distutils/site.cfg file (section [blas_src]) or by setting
#7 59.71 the BLAS_SRC environment variable.
#7 59.71 self.calc_info()
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 non-existing path in 'numpy/distutils': 'site.cfg'
#7 59.71 F2PY Version 2
#7 59.71 lapack_opt_info:
#7 59.71 lapack_mkl_info:
#7 59.71 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 openblas_lapack_info:
#7 59.71 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_3_10_threads_info:
#7 59.71 Setting PTATLAS=ATLAS
#7 59.71 libraries tatlas,tatlas not found in /usr/local/lib
#7 59.71 libraries lapack_atlas not found in /usr/local/lib
#7 59.71 libraries tatlas,tatlas not found in /usr/lib
#7 59.71 libraries lapack_atlas not found in /usr/lib
#7 59.71 libraries tatlas,tatlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_3_10_info:
#7 59.71 libraries satlas,satlas not found in /usr/local/lib
#7 59.71 libraries lapack_atlas not found in /usr/local/lib
#7 59.71 libraries satlas,satlas not found in /usr/lib
#7 59.71 libraries lapack_atlas not found in /usr/lib
#7 59.71 libraries satlas,satlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 <class 'numpy.distutils.system_info.atlas_3_10_info'>
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_threads_info:
#7 59.71 Setting PTATLAS=ATLAS
#7 59.71 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
#7 59.71 libraries lapack_atlas not found in /usr/local/lib
#7 59.71 libraries ptf77blas,ptcblas,atlas not found in /usr/lib
#7 59.71 libraries lapack_atlas not found in /usr/lib
#7 59.71 libraries ptf77blas,ptcblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 <class 'numpy.distutils.system_info.atlas_threads_info'>
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 atlas_info:
#7 59.71 libraries f77blas,cblas,atlas not found in /usr/local/lib
#7 59.71 libraries lapack_atlas not found in /usr/local/lib
#7 59.71 libraries f77blas,cblas,atlas not found in /usr/lib
#7 59.71 libraries lapack_atlas not found in /usr/lib
#7 59.71 libraries f77blas,cblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 59.71 <class 'numpy.distutils.system_info.atlas_info'>
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 lapack_info:
#7 59.71 libraries lapack not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/numpy/distutils/system_info.py:572: UserWarning:
#7 59.71 Lapack (http://www.netlib.org/lapack/) libraries not found.
#7 59.71 Directories to search for the libraries can be specified in the
#7 59.71 numpy/distutils/site.cfg file (section [lapack]) or by setting
#7 59.71 the LAPACK environment variable.
#7 59.71 self.calc_info()
#7 59.71 lapack_src_info:
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/numpy/distutils/system_info.py:572: UserWarning:
#7 59.71 Lapack (http://www.netlib.org/lapack/) sources not found.
#7 59.71 Directories to search for the sources can be specified in the
#7 59.71 numpy/distutils/site.cfg file (section [lapack_src]) or by setting
#7 59.71 the LAPACK_SRC environment variable.
#7 59.71 self.calc_info()
#7 59.71 NOT AVAILABLE
#7 59.71
#7 59.71 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'define_macros'
#7 59.71 warnings.warn(msg)
#7 59.71 running bdist_wheel
#7 59.71 running build
#7 59.71 running config_cc
#7 59.71 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
#7 59.71 running config_fc
#7 59.71 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
#7 59.71 running build_src
#7 59.71 build_src
#7 59.71 building py_modules sources
#7 59.71 creating build
#7 59.71 creating build/src.linux-aarch64-3.1
#7 59.71 creating build/src.linux-aarch64-3.1/numpy
#7 59.71 creating build/src.linux-aarch64-3.1/numpy/distutils
#7 59.71 building library "npymath" sources
#7 59.71 customize Gnu95FCompiler
#7 59.71 Could not locate executable gfortran
#7 59.71 Could not locate executable f95
#7 59.71 customize IntelFCompiler
#7 59.71 Could not locate executable ifort
#7 59.71 Could not locate executable ifc
#7 59.71 customize LaheyFCompiler
#7 59.71 Could not locate executable lf95
#7 59.71 customize PGroupFCompiler
#7 59.71 Could not locate executable pgfortran
#7 59.71 customize AbsoftFCompiler
#7 59.71 Could not locate executable f90
#7 59.71 Could not locate executable f77
#7 59.71 customize NAGFCompiler
#7 59.71 customize VastFCompiler
#7 59.71 customize CompaqFCompiler
#7 59.71 Could not locate executable fort
#7 59.71 customize IntelItaniumFCompiler
#7 59.71 Could not locate executable efort
#7 59.71 Could not locate executable efc
#7 59.71 customize IntelEM64TFCompiler
#7 59.71 customize GnuFCompiler
#7 59.71 Could not locate executable g77
#7 59.71 customize G95FCompiler
#7 59.71 Could not locate executable g95
#7 59.71 customize PathScaleFCompiler
#7 59.71 Could not locate executable pathf95
#7 59.71 don't know how to compile Fortran code on platform 'posix'
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int exp (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int exp (void);
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 /usr/bin/ld: _configtest.o: in function `main':
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:6: undefined reference to `exp'
#7 59.71 collect2: error: ld returned 1 exit status
#7 59.71 /usr/bin/ld: _configtest.o: in function `main':
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:6: undefined reference to `exp'
#7 59.71 collect2: error: ld returned 1 exit status
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int exp (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int exp (void);
#7 59.71 gcc _configtest.o -lm -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 creating build/src.linux-aarch64-3.1/numpy/core
#7 59.71 creating build/src.linux-aarch64-3.1/numpy/core/src
#7 59.71 creating build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h
#7 59.71 adding 'build/src.linux-aarch64-3.1/numpy/core/src/npymath' to include_dirs.
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 59.71 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h']
#7 59.71 building library "npysort" sources
#7 59.71 creating build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 59.71 creating build/src.linux-aarch64-3.1/numpy/core/src/private
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h
#7 59.71 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h
#7 59.71 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 59.71 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h', 'build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h']
#7 59.71 building extension "numpy.core._dummy" sources
#7 59.71 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 59.71 1 | #include <sys/endian.h>
#7 59.71 | ^~~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 59.71 1 | #include <sys/endian.h>
#7 59.71 | ^~~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 59.71 7 | (void) SIZEOF_LONGDOUBLE;
#7 59.71 | ^~~~~~~~~~~~~~~~~
#7 59.71 | SIZEOF_LONG_DOUBLE
#7 59.71 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 59.71 7 | (void) SIZEOF_LONGDOUBLE;
#7 59.71 | ^~~~~~~~~~~~~~~~~
#7 59.71 | SIZEOF_LONG_DOUBLE
#7 59.71 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 59.71 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 59.71 | ^~~~~~~~~~
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int exp (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int exp (void);
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 /usr/bin/ld: _configtest.o: in function `main':
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:6: undefined reference to `exp'
#7 59.71 collect2: error: ld returned 1 exit status
#7 59.71 /usr/bin/ld: _configtest.o: in function `main':
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:6: undefined reference to `exp'
#7 59.71 collect2: error: ld returned 1 exit status
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int exp (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int exp (void);
#7 59.71 gcc _configtest.o -lm -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘sin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int sin (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:1:1: note: ‘sin’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int sin (void);
#7 59.71 _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 2 | int cos (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:2:5: note: ‘cos’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:3:5: warning: conflicting types for built-in function ‘tan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 3 | int tan (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:3:5: note: ‘tan’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 4 | int sinh (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:4:5: note: ‘sinh’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:5:5: warning: conflicting types for built-in function ‘cosh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 5 | int cosh (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:5:5: note: ‘cosh’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 6 | int tanh (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:6:5: note: ‘tanh’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabs’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 7 | int fabs (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:7:5: note: ‘fabs’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 8 | int floor (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:8:5: note: ‘floor’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceil’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 9 | int ceil (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:9:5: note: ‘ceil’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 10 | int sqrt (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:10:5: note: ‘sqrt’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:11:5: warning: conflicting types for built-in function ‘log10’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 11 | int log10 (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:11:5: note: ‘log10’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:12:5: warning: conflicting types for built-in function ‘log’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 12 | int log (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:12:5: note: ‘log’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:13:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 13 | int exp (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:13:5: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:14:5: warning: conflicting types for built-in function ‘asin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 14 | int asin (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:14:5: note: ‘asin’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:15:5: warning: conflicting types for built-in function ‘acos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 15 | int acos (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:15:5: note: ‘acos’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:16:5: warning: conflicting types for built-in function ‘atan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 16 | int atan (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:16:5: note: ‘atan’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:17:5: warning: conflicting types for built-in function ‘fmod’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 17 | int fmod (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:17:5: note: ‘fmod’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:18:5: warning: conflicting types for built-in function ‘modf’; expected ‘double(double, double *)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 18 | int modf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:18:5: note: ‘modf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:19:5: warning: conflicting types for built-in function ‘frexp’; expected ‘double(double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 19 | int frexp (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:19:5: note: ‘frexp’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’; expected ‘double(double, int)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 20 | int ldexp (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:20:5: note: ‘ldexp’ is declared in header ‘<math.h>’
#7 59.71 gcc _configtest.o -lm -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 59.71 8 | (void) HAVE_HYPOT;
#7 59.71 | ^~~~~~~~~~
#7 59.71 | HAVE_CHROOT
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 59.71 8 | (void) HAVE_HYPOT;
#7 59.71 | ^~~~~~~~~~
#7 59.71 | HAVE_CHROOT
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_COPYSIGN;
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_COPYSIGN;
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘rint’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int rint (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:1:1: note: ‘rint’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int rint (void);
#7 59.71 _configtest.c:2:5: warning: conflicting types for built-in function ‘trunc’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 2 | int trunc (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:2:5: note: ‘trunc’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 3 | int exp2 (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:3:5: note: ‘exp2’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:4:5: warning: conflicting types for built-in function ‘log2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 4 | int log2 (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:4:5: note: ‘log2’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:5:5: warning: conflicting types for built-in function ‘hypot’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 5 | int hypot (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:5:5: note: ‘hypot’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:6:5: warning: conflicting types for built-in function ‘atan2’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 6 | int atan2 (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:6:5: note: ‘atan2’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:7:5: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 7 | int pow (void);
#7 59.71 | ^~~
#7 59.71 _configtest.c:7:5: note: ‘pow’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:8:5: warning: conflicting types for built-in function ‘copysign’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 8 | int copysign (void);
#7 59.71 | ^~~~~~~~
#7 59.71 _configtest.c:8:5: note: ‘copysign’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:9:5: warning: conflicting types for built-in function ‘nextafter’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 9 | int nextafter (void);
#7 59.71 | ^~~~~~~~~
#7 59.71 _configtest.c:9:5: note: ‘nextafter’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:12:5: warning: conflicting types for built-in function ‘cbrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 12 | int cbrt (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:12:5: note: ‘cbrt’ is declared in header ‘<math.h>’
#7 59.71 gcc _configtest.o -lm -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 59.71 1 | #include <xmmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 59.71 1 | #include <xmmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 59.71 1 | #include <emmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 59.71 1 | #include <emmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 59.71 1 | #include <xlocale.h>
#7 59.71 | ^~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 59.71 1 | #include <xlocale.h>
#7 59.71 | ^~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 59.71 5 | __builtin_isnan(5.);
#7 59.71 | ^~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 59.71 5 | __builtin_isinf(5.);
#7 59.71 | ^~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 59.71 5 | __builtin_isfinite(5.);
#7 59.71 | ^~~~~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 59.71 5 | __builtin_bswap32(5u);
#7 59.71 | ^~~~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 59.71 5 | __builtin_bswap64(5u);
#7 59.71 | ^~~~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 59.71 5 | __builtin_expect(5, 0);
#7 59.71 | ^~~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:5:3: warning: right-hand operand of comma expression has no effect [-Wunused-value]
#7 59.71 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 59.71 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.71 _configtest.c:5:3: warning: array subscript 0 is outside array bounds of ‘int[0]’ [-Warray-bounds]
#7 59.71 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 59.71 | ^~~~~~~~~~~~~~~~~~~~~~
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:7:20: warning: implicit declaration of function ‘__builtin_cpu_supports’; did you mean ‘__builtin_isupper’? [-Wimplicit-function-declaration]
#7 59.71 7 | volatile int r = __builtin_cpu_supports("sse");
#7 59.71 | ^~~~~~~~~~~~~~~~~~~~~~
#7 59.71 | __builtin_isupper
#7 59.71 _configtest.c:7:16: warning: unused variable ‘r’ [-Wunused-variable]
#7 59.71 7 | volatile int r = __builtin_cpu_supports("sse");
#7 59.71 | ^
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 /usr/bin/ld: _configtest.o: in function `main':
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 59.71 collect2: error: ld returned 1 exit status
#7 59.71 /usr/bin/ld: _configtest.o: in function `main':
#7 59.71 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 59.71 collect2: error: ld returned 1 exit status
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 59.71 1 | #include <emmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 59.71 1 | #include <emmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 59.71 1 | #include <xmmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 59.71 1 | #include <xmmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 59.71 1 | #include <xmmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 59.71 1 | #include <xmmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 59.71 1 | #include <emmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 59.71 1 | #include <emmintrin.h>
#7 59.71 | ^~~~~~~~~~~~~
#7 59.71 compilation terminated.
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 gcc _configtest.o -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 /tmp/ccM84DVg.s: Assembler messages:
#7 59.71 /tmp/ccM84DVg.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 59.71 /tmp/ccM84DVg.s: Assembler messages:
#7 59.71 /tmp/ccM84DVg.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 /tmp/ccOI7vxe.s: Assembler messages:
#7 59.71 /tmp/ccOI7vxe.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 59.71 /tmp/ccOI7vxe.s: Assembler messages:
#7 59.71 /tmp/ccOI7vxe.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 59.71 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 59.71 | ^~~
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 59.71 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 59.71 | ^~~
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 59.71 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 59.71 | ^~~
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 59.71 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 59.71 | ^~~
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 _configtest.c: In function ‘__declspec’:
#7 59.71 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 59.71 5 | int __declspec(thread) foo;
#7 59.71 | ^~~
#7 59.71 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 59.71 9 | {
#7 59.71 | ^
#7 59.71 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 59.71 5 | int __declspec(thread) foo;
#7 59.71 | ^~~~~~~~~~
#7 59.71 _configtest.c:12: error: expected ‘{’ at end of input
#7 59.71 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 59.71 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 59.71 3 | #pragma clang diagnostic error "-Wattributes"
#7 59.71 |
#7 59.71 _configtest.c: In function ‘__declspec’:
#7 59.71 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 59.71 5 | int __declspec(thread) foo;
#7 59.71 | ^~~
#7 59.71 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 59.71 9 | {
#7 59.71 | ^
#7 59.71 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 59.71 5 | int __declspec(thread) foo;
#7 59.71 | ^~~~~~~~~~
#7 59.71 _configtest.c:12: error: expected ‘{’ at end of input
#7 59.71 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int sinf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:1:1: note: ‘sinf’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int sinf (void);
#7 59.71 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 2 | int cosf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:2:5: note: ‘cosf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 3 | int tanf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:3:5: note: ‘tanf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 4 | int sinhf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:4:5: note: ‘sinhf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 5 | int coshf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:5:5: note: ‘coshf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 6 | int tanhf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:6:5: note: ‘tanhf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 7 | int fabsf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:7:5: note: ‘fabsf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 8 | int floorf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:8:5: note: ‘floorf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceilf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 9 | int ceilf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:9:5: note: ‘ceilf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 10 | int rintf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:10:5: note: ‘rintf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 11 | int truncf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:11:5: note: ‘truncf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 12 | int sqrtf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:12:5: note: ‘sqrtf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 13 | int log10f (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:13:5: note: ‘log10f’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:14:5: warning: conflicting types for built-in function ‘logf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 14 | int logf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:14:5: note: ‘logf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 15 | int log1pf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:15:5: note: ‘log1pf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:16:5: warning: conflicting types for built-in function ‘expf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 16 | int expf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:16:5: note: ‘expf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 17 | int expm1f (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:17:5: note: ‘expm1f’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 18 | int asinf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:18:5: note: ‘asinf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 19 | int acosf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:19:5: note: ‘acosf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 20 | int atanf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:20:5: note: ‘atanf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 21 | int asinhf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:21:5: note: ‘asinhf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 22 | int acoshf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:22:5: note: ‘acoshf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 23 | int atanhf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:23:5: note: ‘atanhf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 24 | int hypotf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:24:5: note: ‘hypotf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2f’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 25 | int atan2f (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:25:5: note: ‘atan2f’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:26:5: warning: conflicting types for built-in function ‘powf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 26 | int powf (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:26:5: note: ‘powf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 27 | int fmodf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:27:5: note: ‘fmodf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:28:5: warning: conflicting types for built-in function ‘modff’; expected ‘float(float, float *)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 28 | int modff (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:28:5: note: ‘modff’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpf’; expected ‘float(float, int *)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 29 | int frexpf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:29:5: note: ‘frexpf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpf’; expected ‘float(float, int)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 30 | int ldexpf (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:30:5: note: ‘ldexpf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 31 | int exp2f (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:31:5: note: ‘exp2f’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 32 | int log2f (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:32:5: note: ‘log2f’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 33 | int copysignf (void);
#7 59.71 | ^~~~~~~~~
#7 59.71 _configtest.c:33:5: note: ‘copysignf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 34 | int nextafterf (void);
#7 59.71 | ^~~~~~~~~~
#7 59.71 _configtest.c:34:5: note: ‘nextafterf’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 35 | int cbrtf (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:35:5: note: ‘cbrtf’ is declared in header ‘<math.h>’
#7 59.71 gcc _configtest.o -lm -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 1 | int sinl (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:1:1: note: ‘sinl’ is declared in header ‘<math.h>’
#7 59.71 +++ |+#include <math.h>
#7 59.71 1 | int sinl (void);
#7 59.71 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 2 | int cosl (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:2:5: note: ‘cosl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 3 | int tanl (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:3:5: note: ‘tanl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 4 | int sinhl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:4:5: note: ‘sinhl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 5 | int coshl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:5:5: note: ‘coshl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 6 | int tanhl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:6:5: note: ‘tanhl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 7 | int fabsl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:7:5: note: ‘fabsl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 8 | int floorl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:8:5: note: ‘floorl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceill’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 9 | int ceill (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:9:5: note: ‘ceill’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 10 | int rintl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:10:5: note: ‘rintl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 11 | int truncl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:11:5: note: ‘truncl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 12 | int sqrtl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:12:5: note: ‘sqrtl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 13 | int log10l (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:13:5: note: ‘log10l’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:14:5: warning: conflicting types for built-in function ‘logl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 14 | int logl (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:14:5: note: ‘logl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 15 | int log1pl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:15:5: note: ‘log1pl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:16:5: warning: conflicting types for built-in function ‘expl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 16 | int expl (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:16:5: note: ‘expl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 17 | int expm1l (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:17:5: note: ‘expm1l’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 18 | int asinl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:18:5: note: ‘asinl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 19 | int acosl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:19:5: note: ‘acosl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 20 | int atanl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:20:5: note: ‘atanl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 21 | int asinhl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:21:5: note: ‘asinhl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 22 | int acoshl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:22:5: note: ‘acoshl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 23 | int atanhl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:23:5: note: ‘atanhl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 24 | int hypotl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:24:5: note: ‘hypotl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2l’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 25 | int atan2l (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:25:5: note: ‘atan2l’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:26:5: warning: conflicting types for built-in function ‘powl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 26 | int powl (void);
#7 59.71 | ^~~~
#7 59.71 _configtest.c:26:5: note: ‘powl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 27 | int fmodl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:27:5: note: ‘fmodl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:28:5: warning: conflicting types for built-in function ‘modfl’; expected ‘long double(long double, long double *)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 28 | int modfl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:28:5: note: ‘modfl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpl’; expected ‘long double(long double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 29 | int frexpl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:29:5: note: ‘frexpl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpl’; expected ‘long double(long double, int)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 30 | int ldexpl (void);
#7 59.71 | ^~~~~~
#7 59.71 _configtest.c:30:5: note: ‘ldexpl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 31 | int exp2l (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:31:5: note: ‘exp2l’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 32 | int log2l (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:32:5: note: ‘log2l’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 33 | int copysignl (void);
#7 59.71 | ^~~~~~~~~
#7 59.71 _configtest.c:33:5: note: ‘copysignl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 34 | int nextafterl (void);
#7 59.71 | ^~~~~~~~~~
#7 59.71 _configtest.c:34:5: note: ‘nextafterl’ is declared in header ‘<math.h>’
#7 59.71 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.71 35 | int cbrtl (void);
#7 59.71 | ^~~~~
#7 59.71 _configtest.c:35:5: note: ‘cbrtl’ is declared in header ‘<math.h>’
#7 59.71 gcc _configtest.o -lm -o _configtest
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o _configtest
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_ISNAN;
#7 59.71 | ^~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_ISNAN;
#7 59.71 | ^~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_ISINF;
#7 59.71 | ^~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_ISINF;
#7 59.71 | ^~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_SIGNBIT;
#7 59.71 | ^~~~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_SIGNBIT;
#7 59.71 | ^~~~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_ISFINITE;
#7 59.71 | ^~~~~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 _configtest.c: In function ‘main’:
#7 59.71 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 59.71 8 | (void) HAVE_DECL_ISFINITE;
#7 59.71 | ^~~~~~~~~~~~~~~~~~
#7 59.71 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 59.71 failure.
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 success!
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 removing: _configtest.c _configtest.o
#7 59.71 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.71
#7 59.71 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.71 gcc: _configtest.c
#7 59.71 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabs’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 1 | int cabs (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:1:1: note: ‘cabs’ is declared in header ‘<complex.h>’
#7 59.72 +++ |+#include <complex.h>
#7 59.72 1 | int cabs (void);
#7 59.72 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 2 | int cacos (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:2:5: note: ‘cacos’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 3 | int cacosh (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:3:5: note: ‘cacosh’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:4:5: warning: conflicting types for built-in function ‘carg’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 4 | int carg (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:4:5: note: ‘carg’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:5:5: warning: conflicting types for built-in function ‘casin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 5 | int casin (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:5:5: note: ‘casin’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 6 | int casinh (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:6:5: note: ‘casinh’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:7:5: warning: conflicting types for built-in function ‘catan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 7 | int catan (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:7:5: note: ‘catan’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 8 | int catanh (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:8:5: note: ‘catanh’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 9 | int ccos (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:9:5: note: ‘ccos’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 10 | int ccosh (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:10:5: note: ‘ccosh’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexp’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 11 | int cexp (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:11:5: note: ‘cexp’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimag’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 12 | int cimag (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:12:5: note: ‘cimag’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:13:5: warning: conflicting types for built-in function ‘clog’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 13 | int clog (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:13:5: note: ‘clog’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:14:5: warning: conflicting types for built-in function ‘conj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 14 | int conj (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:14:5: note: ‘conj’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpow’; expected ‘_Complex double(_Complex double, _Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 15 | int cpow (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:15:5: note: ‘cpow’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:16:5: warning: conflicting types for built-in function ‘cproj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 16 | int cproj (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:16:5: note: ‘cproj’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:17:5: warning: conflicting types for built-in function ‘creal’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 17 | int creal (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:17:5: note: ‘creal’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 18 | int csin (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:18:5: note: ‘csin’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 19 | int csinh (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:19:5: note: ‘csinh’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrt’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 20 | int csqrt (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:20:5: note: ‘csqrt’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 21 | int ctan (void);
#7 59.72 | ^~~~
#7 59.72 _configtest.c:21:5: note: ‘ctan’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 22 | int ctanh (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:22:5: note: ‘ctanh’ is declared in header ‘<complex.h>’
#7 59.72 gcc _configtest.o -lm -o _configtest
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o _configtest
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 1 | int cabsf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:1:1: note: ‘cabsf’ is declared in header ‘<complex.h>’
#7 59.72 +++ |+#include <complex.h>
#7 59.72 1 | int cabsf (void);
#7 59.72 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 2 | int cacosf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:2:5: note: ‘cacosf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 3 | int cacoshf (void);
#7 59.72 | ^~~~~~~
#7 59.72 _configtest.c:3:5: note: ‘cacoshf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 4 | int cargf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:4:5: note: ‘cargf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 5 | int casinf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:5:5: note: ‘casinf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 6 | int casinhf (void);
#7 59.72 | ^~~~~~~
#7 59.72 _configtest.c:6:5: note: ‘casinhf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 7 | int catanf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:7:5: note: ‘catanf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 8 | int catanhf (void);
#7 59.72 | ^~~~~~~
#7 59.72 _configtest.c:8:5: note: ‘catanhf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 9 | int ccosf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:9:5: note: ‘ccosf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 10 | int ccoshf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:10:5: note: ‘ccoshf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 11 | int cexpf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:11:5: note: ‘cexpf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 12 | int cimagf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:12:5: note: ‘cimagf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 13 | int clogf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:13:5: note: ‘clogf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 14 | int conjf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:14:5: note: ‘conjf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowf’; expected ‘_Complex float(_Complex float, _Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 15 | int cpowf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:15:5: note: ‘cpowf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 16 | int cprojf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:16:5: note: ‘cprojf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:17:5: warning: conflicting types for built-in function ‘crealf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 17 | int crealf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:17:5: note: ‘crealf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 18 | int csinf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:18:5: note: ‘csinf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 19 | int csinhf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:19:5: note: ‘csinhf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 20 | int csqrtf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:20:5: note: ‘csqrtf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 21 | int ctanf (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:21:5: note: ‘ctanf’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 22 | int ctanhf (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:22:5: note: ‘ctanhf’ is declared in header ‘<complex.h>’
#7 59.72 gcc _configtest.o -lm -o _configtest
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o _configtest
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 1 | int cabsl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:1:1: note: ‘cabsl’ is declared in header ‘<complex.h>’
#7 59.72 +++ |+#include <complex.h>
#7 59.72 1 | int cabsl (void);
#7 59.72 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 2 | int cacosl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:2:5: note: ‘cacosl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 3 | int cacoshl (void);
#7 59.72 | ^~~~~~~
#7 59.72 _configtest.c:3:5: note: ‘cacoshl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 4 | int cargl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:4:5: note: ‘cargl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 5 | int casinl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:5:5: note: ‘casinl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 6 | int casinhl (void);
#7 59.72 | ^~~~~~~
#7 59.72 _configtest.c:6:5: note: ‘casinhl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 7 | int catanl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:7:5: note: ‘catanl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 8 | int catanhl (void);
#7 59.72 | ^~~~~~~
#7 59.72 _configtest.c:8:5: note: ‘catanhl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 9 | int ccosl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:9:5: note: ‘ccosl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 10 | int ccoshl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:10:5: note: ‘ccoshl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 11 | int cexpl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:11:5: note: ‘cexpl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 12 | int cimagl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:12:5: note: ‘cimagl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 13 | int clogl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:13:5: note: ‘clogl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 14 | int conjl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:14:5: note: ‘conjl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowl’; expected ‘_Complex long double(_Complex long double, _Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 15 | int cpowl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:15:5: note: ‘cpowl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 16 | int cprojl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:16:5: note: ‘cprojl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:17:5: warning: conflicting types for built-in function ‘creall’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 17 | int creall (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:17:5: note: ‘creall’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 18 | int csinl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:18:5: note: ‘csinl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 19 | int csinhl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:19:5: note: ‘csinhl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 20 | int csqrtl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:20:5: note: ‘csqrtl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 21 | int ctanl (void);
#7 59.72 | ^~~~~
#7 59.72 _configtest.c:21:5: note: ‘ctanl’ is declared in header ‘<complex.h>’
#7 59.72 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 22 | int ctanhl (void);
#7 59.72 | ^~~~~~
#7 59.72 _configtest.c:22:5: note: ‘ctanhl’ is declared in header ‘<complex.h>’
#7 59.72 gcc _configtest.o -lm -o _configtest
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o _configtest
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 _configtest.c:2:12: warning: ‘static_func’ defined but not used [-Wunused-function]
#7 59.72 2 | static int static_func (char * restrict a)
#7 59.72 | ^~~~~~~~~~~
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 removing: _configtest.c _configtest.o
#7 59.72 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 59.72 #define HAVE_ENDIAN_H 1
#7 59.72 #define SIZEOF_PY_INTPTR_T 8
#7 59.72 #define SIZEOF_OFF_T 8
#7 59.72 #define SIZEOF_PY_LONG_LONG 8
#7 59.72 #define MATHLIB m
#7 59.72 #define HAVE_SIN 1
#7 59.72 #define HAVE_COS 1
#7 59.72 #define HAVE_TAN 1
#7 59.72 #define HAVE_SINH 1
#7 59.72 #define HAVE_COSH 1
#7 59.72 #define HAVE_TANH 1
#7 59.72 #define HAVE_FABS 1
#7 59.72 #define HAVE_FLOOR 1
#7 59.72 #define HAVE_CEIL 1
#7 59.72 #define HAVE_SQRT 1
#7 59.72 #define HAVE_LOG10 1
#7 59.72 #define HAVE_LOG 1
#7 59.72 #define HAVE_EXP 1
#7 59.72 #define HAVE_ASIN 1
#7 59.72 #define HAVE_ACOS 1
#7 59.72 #define HAVE_ATAN 1
#7 59.72 #define HAVE_FMOD 1
#7 59.72 #define HAVE_MODF 1
#7 59.72 #define HAVE_FREXP 1
#7 59.72 #define HAVE_LDEXP 1
#7 59.72 #define HAVE_RINT 1
#7 59.72 #define HAVE_TRUNC 1
#7 59.72 #define HAVE_EXP2 1
#7 59.72 #define HAVE_LOG2 1
#7 59.72 #define HAVE_HYPOT 1
#7 59.72 #define HAVE_ATAN2 1
#7 59.72 #define HAVE_POW 1
#7 59.72 #define HAVE_COPYSIGN 1
#7 59.72 #define HAVE_NEXTAFTER 1
#7 59.72 #define HAVE_STRTOLL 1
#7 59.72 #define HAVE_STRTOULL 1
#7 59.72 #define HAVE_CBRT 1
#7 59.72 #define HAVE_STRTOLD_L 1
#7 59.72 #define HAVE_FALLOCATE 1
#7 59.72 #define HAVE_BACKTRACE 1
#7 59.72 #define HAVE_FEATURES_H 1
#7 59.72 #define HAVE_DLFCN_H 1
#7 59.72 #define HAVE___BUILTIN_ISNAN 1
#7 59.72 #define HAVE___BUILTIN_ISINF 1
#7 59.72 #define HAVE___BUILTIN_ISFINITE 1
#7 59.72 #define HAVE___BUILTIN_BSWAP32 1
#7 59.72 #define HAVE___BUILTIN_BSWAP64 1
#7 59.72 #define HAVE___BUILTIN_EXPECT 1
#7 59.72 #define HAVE___BUILTIN_MUL_OVERFLOW 1
#7 59.72 #define HAVE___BUILTIN_PREFETCH 1
#7 59.72 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1
#7 59.72 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1
#7 59.72 #define HAVE_ATTRIBUTE_NONNULL 1
#7 59.72 #define HAVE___THREAD 1
#7 59.72 #define HAVE_SINF 1
#7 59.72 #define HAVE_COSF 1
#7 59.72 #define HAVE_TANF 1
#7 59.72 #define HAVE_SINHF 1
#7 59.72 #define HAVE_COSHF 1
#7 59.72 #define HAVE_TANHF 1
#7 59.72 #define HAVE_FABSF 1
#7 59.72 #define HAVE_FLOORF 1
#7 59.72 #define HAVE_CEILF 1
#7 59.72 #define HAVE_RINTF 1
#7 59.72 #define HAVE_TRUNCF 1
#7 59.72 #define HAVE_SQRTF 1
#7 59.72 #define HAVE_LOG10F 1
#7 59.72 #define HAVE_LOGF 1
#7 59.72 #define HAVE_LOG1PF 1
#7 59.72 #define HAVE_EXPF 1
#7 59.72 #define HAVE_EXPM1F 1
#7 59.72 #define HAVE_ASINF 1
#7 59.72 #define HAVE_ACOSF 1
#7 59.72 #define HAVE_ATANF 1
#7 59.72 #define HAVE_ASINHF 1
#7 59.72 #define HAVE_ACOSHF 1
#7 59.72 #define HAVE_ATANHF 1
#7 59.72 #define HAVE_HYPOTF 1
#7 59.72 #define HAVE_ATAN2F 1
#7 59.72 #define HAVE_POWF 1
#7 59.72 #define HAVE_FMODF 1
#7 59.72 #define HAVE_MODFF 1
#7 59.72 #define HAVE_FREXPF 1
#7 59.72 #define HAVE_LDEXPF 1
#7 59.72 #define HAVE_EXP2F 1
#7 59.72 #define HAVE_LOG2F 1
#7 59.72 #define HAVE_COPYSIGNF 1
#7 59.72 #define HAVE_NEXTAFTERF 1
#7 59.72 #define HAVE_CBRTF 1
#7 59.72 #define HAVE_SINL 1
#7 59.72 #define HAVE_COSL 1
#7 59.72 #define HAVE_TANL 1
#7 59.72 #define HAVE_SINHL 1
#7 59.72 #define HAVE_COSHL 1
#7 59.72 #define HAVE_TANHL 1
#7 59.72 #define HAVE_FABSL 1
#7 59.72 #define HAVE_FLOORL 1
#7 59.72 #define HAVE_CEILL 1
#7 59.72 #define HAVE_RINTL 1
#7 59.72 #define HAVE_TRUNCL 1
#7 59.72 #define HAVE_SQRTL 1
#7 59.72 #define HAVE_LOG10L 1
#7 59.72 #define HAVE_LOGL 1
#7 59.72 #define HAVE_LOG1PL 1
#7 59.72 #define HAVE_EXPL 1
#7 59.72 #define HAVE_EXPM1L 1
#7 59.72 #define HAVE_ASINL 1
#7 59.72 #define HAVE_ACOSL 1
#7 59.72 #define HAVE_ATANL 1
#7 59.72 #define HAVE_ASINHL 1
#7 59.72 #define HAVE_ACOSHL 1
#7 59.72 #define HAVE_ATANHL 1
#7 59.72 #define HAVE_HYPOTL 1
#7 59.72 #define HAVE_ATAN2L 1
#7 59.72 #define HAVE_POWL 1
#7 59.72 #define HAVE_FMODL 1
#7 59.72 #define HAVE_MODFL 1
#7 59.72 #define HAVE_FREXPL 1
#7 59.72 #define HAVE_LDEXPL 1
#7 59.72 #define HAVE_EXP2L 1
#7 59.72 #define HAVE_LOG2L 1
#7 59.72 #define HAVE_COPYSIGNL 1
#7 59.72 #define HAVE_NEXTAFTERL 1
#7 59.72 #define HAVE_CBRTL 1
#7 59.72 #define HAVE_DECL_ISNAN
#7 59.72 #define HAVE_DECL_ISINF
#7 59.72 #define HAVE_DECL_SIGNBIT
#7 59.72 #define HAVE_DECL_ISFINITE
#7 59.72 #define HAVE_COMPLEX_H 1
#7 59.72 #define HAVE_CABS 1
#7 59.72 #define HAVE_CACOS 1
#7 59.72 #define HAVE_CACOSH 1
#7 59.72 #define HAVE_CARG 1
#7 59.72 #define HAVE_CASIN 1
#7 59.72 #define HAVE_CASINH 1
#7 59.72 #define HAVE_CATAN 1
#7 59.72 #define HAVE_CATANH 1
#7 59.72 #define HAVE_CCOS 1
#7 59.72 #define HAVE_CCOSH 1
#7 59.72 #define HAVE_CEXP 1
#7 59.72 #define HAVE_CIMAG 1
#7 59.72 #define HAVE_CLOG 1
#7 59.72 #define HAVE_CONJ 1
#7 59.72 #define HAVE_CPOW 1
#7 59.72 #define HAVE_CPROJ 1
#7 59.72 #define HAVE_CREAL 1
#7 59.72 #define HAVE_CSIN 1
#7 59.72 #define HAVE_CSINH 1
#7 59.72 #define HAVE_CSQRT 1
#7 59.72 #define HAVE_CTAN 1
#7 59.72 #define HAVE_CTANH 1
#7 59.72 #define HAVE_CABSF 1
#7 59.72 #define HAVE_CACOSF 1
#7 59.72 #define HAVE_CACOSHF 1
#7 59.72 #define HAVE_CARGF 1
#7 59.72 #define HAVE_CASINF 1
#7 59.72 #define HAVE_CASINHF 1
#7 59.72 #define HAVE_CATANF 1
#7 59.72 #define HAVE_CATANHF 1
#7 59.72 #define HAVE_CCOSF 1
#7 59.72 #define HAVE_CCOSHF 1
#7 59.72 #define HAVE_CEXPF 1
#7 59.72 #define HAVE_CIMAGF 1
#7 59.72 #define HAVE_CLOGF 1
#7 59.72 #define HAVE_CONJF 1
#7 59.72 #define HAVE_CPOWF 1
#7 59.72 #define HAVE_CPROJF 1
#7 59.72 #define HAVE_CREALF 1
#7 59.72 #define HAVE_CSINF 1
#7 59.72 #define HAVE_CSINHF 1
#7 59.72 #define HAVE_CSQRTF 1
#7 59.72 #define HAVE_CTANF 1
#7 59.72 #define HAVE_CTANHF 1
#7 59.72 #define HAVE_CABSL 1
#7 59.72 #define HAVE_CACOSL 1
#7 59.72 #define HAVE_CACOSHL 1
#7 59.72 #define HAVE_CARGL 1
#7 59.72 #define HAVE_CASINL 1
#7 59.72 #define HAVE_CASINHL 1
#7 59.72 #define HAVE_CATANL 1
#7 59.72 #define HAVE_CATANHL 1
#7 59.72 #define HAVE_CCOSL 1
#7 59.72 #define HAVE_CCOSHL 1
#7 59.72 #define HAVE_CEXPL 1
#7 59.72 #define HAVE_CIMAGL 1
#7 59.72 #define HAVE_CLOGL 1
#7 59.72 #define HAVE_CONJL 1
#7 59.72 #define HAVE_CPOWL 1
#7 59.72 #define HAVE_CPROJL 1
#7 59.72 #define HAVE_CREALL 1
#7 59.72 #define HAVE_CSINL 1
#7 59.72 #define HAVE_CSINHL 1
#7 59.72 #define HAVE_CSQRTL 1
#7 59.72 #define HAVE_CTANL 1
#7 59.72 #define HAVE_CTANHL 1
#7 59.72 #define NPY_RESTRICT restrict
#7 59.72 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 59.72 #define HAVE_LDOUBLE_IEEE_QUAD_LE 1
#7 59.72 #define NPY_PY3K 1
#7 59.72 #ifndef __cplusplus
#7 59.72 /* #undef inline */
#7 59.72 #endif
#7 59.72
#7 59.72 #ifndef _NPY_NPY_CONFIG_H_
#7 59.72 #error config.h should never be included directly, include npy_config.h instead
#7 59.72 #endif
#7 59.72
#7 59.72 EOF
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 59.72 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 1 | int exp (void);
#7 59.72 | ^~~
#7 59.72 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.72 +++ |+#include <math.h>
#7 59.72 1 | int exp (void);
#7 59.72 gcc _configtest.o -o _configtest
#7 59.72 /usr/bin/ld: _configtest.o: in function `main':
#7 59.72 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:6: undefined reference to `exp'
#7 59.72 collect2: error: ld returned 1 exit status
#7 59.72 /usr/bin/ld: _configtest.o: in function `main':
#7 59.72 /tmp/pip-install-40kq3c34/numpy_1892fc45b8884ee99e34532e7730c21d/_configtest.c:6: undefined reference to `exp'
#7 59.72 collect2: error: ld returned 1 exit status
#7 59.72 failure.
#7 59.72 removing: _configtest.c _configtest.o
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 59.72 1 | int exp (void);
#7 59.72 | ^~~
#7 59.72 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 59.72 +++ |+#include <math.h>
#7 59.72 1 | int exp (void);
#7 59.72 gcc _configtest.o -lm -o _configtest
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o _configtest
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 59.72 gcc: _configtest.c
#7 59.72 success!
#7 59.72 removing: _configtest.c _configtest.o
#7 59.72 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 59.72 #define NPY_HAVE_ENDIAN_H 1
#7 59.72 #define NPY_SIZEOF_SHORT SIZEOF_SHORT
#7 59.72 #define NPY_SIZEOF_INT SIZEOF_INT
#7 59.72 #define NPY_SIZEOF_LONG SIZEOF_LONG
#7 59.72 #define NPY_SIZEOF_FLOAT 4
#7 59.72 #define NPY_SIZEOF_COMPLEX_FLOAT 8
#7 59.72 #define NPY_SIZEOF_DOUBLE 8
#7 59.72 #define NPY_SIZEOF_COMPLEX_DOUBLE 16
#7 59.72 #define NPY_SIZEOF_LONGDOUBLE 16
#7 59.72 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#7 59.72 #define NPY_SIZEOF_PY_INTPTR_T 8
#7 59.72 #define NPY_SIZEOF_OFF_T 8
#7 59.72 #define NPY_SIZEOF_PY_LONG_LONG 8
#7 59.72 #define NPY_SIZEOF_LONGLONG 8
#7 59.72 #define NPY_NO_SMP 0
#7 59.72 #define NPY_HAVE_DECL_ISNAN
#7 59.72 #define NPY_HAVE_DECL_ISINF
#7 59.72 #define NPY_HAVE_DECL_SIGNBIT
#7 59.72 #define NPY_HAVE_DECL_ISFINITE
#7 59.72 #define NPY_USE_C99_COMPLEX 1
#7 59.72 #define NPY_HAVE_COMPLEX_DOUBLE 1
#7 59.72 #define NPY_HAVE_COMPLEX_FLOAT 1
#7 59.72 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#7 59.72 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 59.72 #define NPY_USE_C99_FORMATS 1
#7 59.72 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#7 59.72 #define NPY_ABI_VERSION 0x01000009
#7 59.72 #define NPY_API_VERSION 0x0000000B
#7 59.72
#7 59.72 #ifndef __STDC_FORMAT_MACROS
#7 59.72 #define __STDC_FORMAT_MACROS 1
#7 59.72 #endif
#7 59.72
#7 59.72 EOF
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 59.72 executing numpy/core/code_generators/generate_numpy_api.py
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 59.72 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 59.72 building extension "numpy.core.multiarray" sources
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 59.72 executing numpy/core/code_generators/generate_numpy_api.py
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 59.72 creating build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/scalartypes.c
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 59.72 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 59.72 building extension "numpy.core.umath" sources
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 59.72 executing numpy/core/code_generators/generate_ufunc_api.py
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h' to sources.
#7 59.72 creating build/src.linux-aarch64-3.1/numpy/core/src/umath
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc
#7 59.72 adding 'build/src.linux-aarch64-3.1/numpy/core/src/umath' to include_dirs.
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.c
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/scalarmath.c
#7 59.72 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h']
#7 59.72 building extension "numpy.core.umath_tests" sources
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/umath_tests.c
#7 59.72 building extension "numpy.core.test_rational" sources
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/test_rational.c
#7 59.72 building extension "numpy.core.struct_ufunc_test" sources
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/struct_ufunc_test.c
#7 59.72 building extension "numpy.core.multiarray_tests" sources
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/multiarray_tests.c
#7 59.72 building extension "numpy.core.operand_flag_tests" sources
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/operand_flag_tests.c
#7 59.72 building extension "numpy.fft.fftpack_lite" sources
#7 59.72 building extension "numpy.linalg.lapack_lite" sources
#7 59.72 creating build/src.linux-aarch64-3.1/numpy/linalg
#7 59.72 ### Warning: Using unoptimized lapack ###
#7 59.72 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 59.72 building extension "numpy.linalg._umath_linalg" sources
#7 59.72 ### Warning: Using unoptimized lapack ###
#7 59.72 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 59.72 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 59.72 conv_template:> build/src.linux-aarch64-3.1/numpy/linalg/umath_linalg.c
#7 59.72 building extension "numpy.random.mtrand" sources
#7 59.72 creating build/src.linux-aarch64-3.1/numpy/random
#7 59.72 building data_files sources
#7 59.72 build_src: building npy-pkg config files
#7 59.72 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
#7 59.72 !!
#7 59.72
#7 59.72 ********************************************************************************
#7 59.72 Please avoid running ``setup.py`` directly.
#7 59.72 Instead, use pypa/build, pypa/installer or other
#7 59.72 standards-based tools.
#7 59.72
#7 59.72 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
#7 59.72 ********************************************************************************
#7 59.72
#7 59.72 !!
#7 59.72 self.initialize_options()
#7 59.72 running build_py
#7 59.72 creating build/lib.linux-aarch64-cpython-312
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/ctypeslib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/_distributor_init.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/matlib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/_globals.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/setup.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/add_newdocs.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/_import_tools.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/version.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying numpy/dual.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 copying build/src.linux-aarch64-3.1/numpy/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/compat
#7 59.72 copying numpy/compat/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 59.72 copying numpy/compat/py3k.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 59.72 copying numpy/compat/_inspect.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 59.72 copying numpy/compat/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/conv_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/intelccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/msvc9compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/msvccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/line_endings.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/from_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/exec_command.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/log.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/misc_util.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/unixccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/extension.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/lib2def.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/pathccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/core.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/cpuinfo.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/environment.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/numpy_distribution.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/system_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/compat.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying numpy/distutils/info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 copying build/src.linux-aarch64-3.1/numpy/distutils/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/autodist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/build_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/install_data.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/install_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/build_src.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/develop.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/build.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/build_py.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/sdist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/egg_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/build_scripts.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/build_ext.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/install.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/config_compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/install_headers.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/none.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/ufuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/misc.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/subclassing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/glossary.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/byteswapping.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/creation.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/constants.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/broadcasting.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/indexing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/structured_arrays.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/basics.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 copying numpy/doc/internals.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/func2subr.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/f2py2e.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/diagnose.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/crackfortran.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/capi_maps.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/__main__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/f2py_testing.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/auxfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/common_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/cb_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/cfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/use_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/info.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 copying numpy/f2py/f90mod_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/fft
#7 59.72 copying numpy/fft/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 59.72 copying numpy/fft/helper.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 59.72 copying numpy/fft/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 59.72 copying numpy/fft/fftpack.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 59.72 copying numpy/fft/info.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/mixins.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/index_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/recfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/format.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/_datasource.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/npyio.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/type_check.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/_version.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/stride_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/arraypad.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/arrayterator.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/twodim_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/scimath.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/_iotools.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/user_array.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/financial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/ufunclike.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/nanfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/info.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 copying numpy/lib/arraysetops.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 59.72 copying numpy/linalg/linalg.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 59.72 copying numpy/linalg/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 59.72 copying numpy/linalg/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 59.72 copying numpy/linalg/info.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/bench.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/testutils.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/mrecords.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/core.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/version.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/timer_comparison.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 copying numpy/ma/extras.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 59.72 copying numpy/matrixlib/defmatrix.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 59.72 copying numpy/matrixlib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 59.72 copying numpy/matrixlib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/legendre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/polyutils.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/hermite.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/hermite_e.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/chebyshev.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/_polybase.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 copying numpy/polynomial/laguerre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/random
#7 59.72 copying numpy/random/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 59.72 copying numpy/random/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 59.72 copying numpy/random/info.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 59.72 creating build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/noseclasses.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/nosetester.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/print_coercion_tables.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 copying numpy/testing/decorators.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 59.72 running build_clib
#7 59.72 customize UnixCCompiler
#7 59.72 customize UnixCCompiler using build_clib
#7 59.72 building 'npymath' library
#7 59.72 compiling C sources
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 creating build/temp.linux-aarch64-cpython-312
#7 59.72 creating build/temp.linux-aarch64-cpython-312/numpy
#7 59.72 creating build/temp.linux-aarch64-cpython-312/numpy/core
#7 59.72 creating build/temp.linux-aarch64-cpython-312/numpy/core/src
#7 59.72 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/npymath
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 59.72 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 59.72 gcc: numpy/core/src/npymath/npy_math.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 59.72 gcc: numpy/core/src/npymath/halffloat.c
#7 59.72 ar: adding 4 object files to build/temp.linux-aarch64-cpython-312/libnpymath.a
#7 59.72 building 'npysort' library
#7 59.72 compiling C sources
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 59.72 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 59.72 In file included from numpy/core/src/npysort/selection.c.src:22:
#7 59.72 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 59.72 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 59.72 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 59.72 99 | if (type == _part_map[i].typenum) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 59.72 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 59.72 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 59.72 115 | if (type == _part_map[i].typenum) {
#7 59.72 | ^~
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 59.72 In file included from numpy/core/src/npysort/binsearch.c.src:6:
#7 59.72 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 59.72 | ^~
#7 59.72 ar: adding 5 object files to build/temp.linux-aarch64-cpython-312/libnpysort.a
#7 59.72 running build_ext
#7 59.72 customize UnixCCompiler
#7 59.72 customize UnixCCompiler using build_ext
#7 59.72 building 'numpy.core._dummy' extension
#7 59.72 compiling C sources
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 59.72 gcc: numpy/core/src/dummymodule.c
#7 59.72 gcc -shared build/temp.linux-aarch64-cpython-312/numpy/core/src/dummymodule.o -L/usr/local/lib -Lbuild/temp.linux-aarch64-cpython-312 -lm -o build/lib.linux-aarch64-cpython-312/numpy/core/_dummy.cpython-312-aarch64-linux-gnu.so
#7 59.72 building 'numpy.core.multiarray' extension
#7 59.72 compiling C sources
#7 59.72 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 59.72
#7 59.72 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray
#7 59.72 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 59.72 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/private
#7 59.72 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 59.72 gcc: numpy/core/src/multiarray/alloc.c
#7 59.72 In function ‘PyDataMem_FREE’,
#7 59.72 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1,
#7 59.72 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 59.72 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 59.72 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘p’ may be used after ‘free’ [-Wuse-after-free]
#7 59.72 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 59.72 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 247 | _PyDataMem_eventhook_user_data);
#7 59.72 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 In function ‘PyDataMem_FREE’,
#7 59.72 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 59.72 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 59.72 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 59.72 241 | free(ptr);
#7 59.72 | ^~~~~~~~~
#7 59.72 In function ‘PyDataMem_FREE’,
#7 59.72 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1:
#7 59.72 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘ptr’ may be used after ‘free’ [-Wuse-after-free]
#7 59.72 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 59.72 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 247 | _PyDataMem_eventhook_user_data);
#7 59.72 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
#7 59.72 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 59.72 241 | free(ptr);
#7 59.72 | ^~~~~~~~~
#7 59.72 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
#7 59.72 numpy/core/src/multiarray/alloc.c:263:9: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 59.72 263 | PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 59.72 261 | result = realloc(ptr, size);
#7 59.72 | ^~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/alloc.c:270:14: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 59.72 270 | (*_PyDataMem_eventhook)(ptr, result, size,
#7 59.72 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 271 | _PyDataMem_eventhook_user_data);
#7 59.72 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 59.72 261 | result = realloc(ptr, size);
#7 59.72 | ^~~~~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/arrayobject.c
#7 59.72 numpy/core/src/multiarray/arrayobject.c: In function ‘array_repr’:
#7 59.72 numpy/core/src/multiarray/arrayobject.c:673:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 59.72 673 | s = PyEval_CallObject(PyArray_ReprFunction, arglist);
#7 59.72 | ^
#7 59.72 In file included from /usr/local/include/python3.12/Python.h:95,
#7 59.72 from numpy/core/src/multiarray/arrayobject.c:24:
#7 59.72 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 59.72 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/arrayobject.c: In function ‘array_str’:
#7 59.72 numpy/core/src/multiarray/arrayobject.c:689:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 59.72 689 | s = PyEval_CallObject(PyArray_StrFunction, arglist);
#7 59.72 | ^
#7 59.72 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 59.72 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 59.72 numpy/core/src/multiarray/arraytypes.c.src: In function ‘UNICODE_setitem’:
#7 59.72 numpy/core/src/multiarray/arraytypes.c.src:482:11: warning: implicit declaration of function ‘PyUnicode_AS_UNICODE’; did you mean ‘PyUnicode_AsUCS4’? [-Wimplicit-function-declaration]
#7 59.72 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~
#7 59.72 | PyUnicode_AsUCS4
#7 59.72 numpy/core/src/multiarray/arraytypes.c.src:482:9: warning: assignment to ‘Py_UNICODE *’ {aka ‘unsigned int *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#7 59.72 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/arraytypes.c.src:487:15: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 59.72 487 | datalen = PyUnicode_GET_DATA_SIZE(temp);
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_setitem’:
#7 59.72 numpy/core/src/multiarray/arraytypes.c.src:874:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 874 | res = PyObject_AsReadBuffer(op, &buffer, &buflen);
#7 59.72 | ^~~
#7 59.72 In file included from /usr/local/include/python3.12/Python.h:100,
#7 59.72 from numpy/core/src/multiarray/arraytypes.c.src:3:
#7 59.72 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 59.72 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/array_assign.c
#7 59.72 gcc: numpy/core/src/multiarray/array_assign_scalar.c
#7 59.72 numpy/core/src/multiarray/array_assign_scalar.c: In function ‘PyArray_AssignRawScalar’:
#7 59.72 numpy/core/src/multiarray/array_assign_scalar.c:236:34: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
#7 59.72 236 | if (sizeof(scalarbuffer) >= PyArray_DESCR(dst)->elsize) {
#7 59.72 | ^~
#7 59.72 gcc: numpy/core/src/multiarray/array_assign_array.c
#7 59.72 gcc: numpy/core/src/multiarray/buffer.c
#7 59.72 gcc: numpy/core/src/multiarray/calculation.c
#7 59.72 gcc: numpy/core/src/multiarray/compiled_base.c
#7 59.72 numpy/core/src/multiarray/compiled_base.c: In function ‘arr_add_docstring’:
#7 59.72 numpy/core/src/multiarray/compiled_base.c:1386:5: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
#7 59.72 1386 | if (Py_OptimizeFlag > 1) {
#7 59.72 | ^~
#7 59.72 In file included from /usr/local/include/python3.12/Python.h:48,
#7 59.72 from numpy/core/src/multiarray/compiled_base.c:2:
#7 59.72 /usr/local/include/python3.12/cpython/pydebug.h:13:37: note: declared here
#7 59.72 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
#7 59.72 | ^~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/common.c
#7 59.72 numpy/core/src/multiarray/common.c: In function ‘PyArray_DTypeFromObjectHelper’:
#7 59.72 numpy/core/src/multiarray/common.c:186:28: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 59.72 186 | itemsize = PyUnicode_GET_DATA_SIZE(temp);
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/common.c: In function ‘_IsAligned’:
#7 59.72 numpy/core/src/multiarray/common.c:614:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
#7 59.72 614 | for (i = 0; i < PyArray_NDIM(ap); i++) {
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/common.c: In function ‘_IsWriteable’:
#7 59.72 numpy/core/src/multiarray/common.c:671:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 671 | if (PyObject_AsWriteBuffer(base, &dummy, &n) < 0) {
#7 59.72 | ^~
#7 59.72 In file included from /usr/local/include/python3.12/Python.h:100,
#7 59.72 from numpy/core/src/multiarray/common.c:2:
#7 59.72 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 59.72 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/convert.c
#7 59.72 gcc: numpy/core/src/multiarray/convert_datatype.c
#7 59.72 gcc: numpy/core/src/multiarray/conversion_utils.c
#7 59.72 gcc: numpy/core/src/multiarray/ctors.c
#7 59.72 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 59.72 from numpy/core/src/multiarray/ctors.c:14:
#7 59.72 numpy/core/src/multiarray/ctors.c: In function ‘_is_default_descr’:
#7 59.72 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 59.72 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 59.72 | ^~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/ctors.c:2136:36: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 59.72 2136 | if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
#7 59.72 | ^~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromInterface’:
#7 59.72 numpy/core/src/multiarray/ctors.c:2322:9: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 2322 | res = PyObject_AsWriteBuffer(base, (void **)&data, &buffer_len);
#7 59.72 | ^~~
#7 59.72 In file included from /usr/local/include/python3.12/Python.h:100,
#7 59.72 from numpy/core/src/multiarray/ctors.c:2:
#7 59.72 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 59.72 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/ctors.c:2325:13: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 2325 | res = PyObject_AsReadBuffer(
#7 59.72 | ^~~
#7 59.72 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 59.72 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromBuffer’:
#7 59.72 numpy/core/src/multiarray/ctors.c:3501:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 3501 | if (PyObject_AsWriteBuffer(buf, (void *)&data, &ts) == -1) {
#7 59.72 | ^~
#7 59.72 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 59.72 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/ctors.c:3504:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 3504 | if (PyObject_AsReadBuffer(buf, (void *)&data, &ts) == -1) {
#7 59.72 | ^~
#7 59.72 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 59.72 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/datetime.c
#7 59.72 numpy/core/src/multiarray/datetime.c: In function ‘parse_datetime_extended_unit_from_string’:
#7 59.72 numpy/core/src/multiarray/datetime.c:781:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 781 | if (out_meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c: In function ‘get_datetime_units_factor’:
#7 59.72 numpy/core/src/multiarray/datetime.c:1076:23: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 1076 | while (littlebase > unit) {
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/datetime.c: In function ‘convert_datetime_metadata_tuple_to_datetime_metadata’:
#7 59.72 numpy/core/src/multiarray/datetime.c:1847:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 1847 | if (out_meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_datetime’:
#7 59.72 numpy/core/src/multiarray/datetime.c:2395:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2395 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2411:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2411 | if (meta->base == -1 || meta->base == NPY_FR_GENERIC) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2424:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2424 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2463:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2463 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2495:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2495 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2522:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2522 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_timedelta’:
#7 59.72 numpy/core/src/multiarray/datetime.c:2598:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2598 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2609:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2609 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2622:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2622 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2661:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2661 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2730:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2730 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c:2784:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 2784 | if (meta->base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobjects_to_datetimes’:
#7 59.72 numpy/core/src/multiarray/datetime.c:3118:26: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 3118 | if (inout_meta->base == -1) {
#7 59.72 | ^~
#7 59.72 gcc: numpy/core/src/multiarray/datetime_strings.c
#7 59.72 numpy/core/src/multiarray/datetime_strings.c: In function ‘parse_iso_8601_datetime’:
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:310:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 310 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:350:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 350 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:733:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 733 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’:
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:764:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 764 | if (base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime_strings.c: In function ‘make_iso_8601_datetime’:
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:930:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 930 | if (base == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime_strings.c: In function ‘array_datetime_as_string’:
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:1414:22: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 1414 | if (unit == -1) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/multiarray/datetime_strings.c:1421:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 59.72 1421 | if (unit != -1 && !can_cast_datetime64_units(meta->base, unit, casting)) {
#7 59.72 | ^~
#7 59.72 gcc: numpy/core/src/multiarray/datetime_busday.c
#7 59.72 gcc: numpy/core/src/multiarray/datetime_busdaycal.c
#7 59.72 gcc: numpy/core/src/multiarray/descriptor.c
#7 59.72 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 59.72 from numpy/core/src/multiarray/descriptor.c:14:
#7 59.72 numpy/core/src/multiarray/descriptor.c: In function ‘_convert_from_array_descr’:
#7 59.72 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 59.72 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 59.72 | ^~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/descriptor.c:466:13: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 59.72 466 | if (PyUString_GET_SIZE(name) == 0) {
#7 59.72 | ^~~~~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/dtype_transfer.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 59.72 gcc: numpy/core/src/multiarray/flagsobject.c
#7 59.72 gcc: numpy/core/src/multiarray/getset.c
#7 59.72 numpy/core/src/multiarray/getset.c: In function ‘array_strides_set’:
#7 59.72 numpy/core/src/multiarray/getset.c:134:5: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 134 | if (PyArray_BASE(new) && PyObject_AsReadBuffer(PyArray_BASE(new),
#7 59.72 | ^~
#7 59.72 In file included from /usr/local/include/python3.12/Python.h:100,
#7 59.72 from numpy/core/src/multiarray/getset.c:4:
#7 59.72 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 59.72 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/getset.c: In function ‘array_data_set’:
#7 59.72 numpy/core/src/multiarray/getset.c:344:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 344 | if (PyObject_AsWriteBuffer(op, &buf, &buf_len) < 0) {
#7 59.72 | ^~
#7 59.72 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 59.72 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/getset.c:346:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 59.72 346 | if (PyObject_AsReadBuffer(op, (const void **)&buf, &buf_len) < 0) {
#7 59.72 | ^~
#7 59.72 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 59.72 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/hashdescr.c
#7 59.72 gcc: numpy/core/src/multiarray/item_selection.c
#7 59.72 In file included from numpy/core/src/multiarray/item_selection.c:24:
#7 59.72 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 59.72 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 59.72 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 59.72 99 | if (type == _part_map[i].typenum) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 59.72 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 59.72 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 59.72 115 | if (type == _part_map[i].typenum) {
#7 59.72 | ^~
#7 59.72 In file included from numpy/core/src/multiarray/item_selection.c:25:
#7 59.72 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 59.72 | ^~
#7 59.72 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 59.72 | ^
#7 59.72 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 59.72 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 59.72 | ^~
#7 59.72 gcc: numpy/core/src/multiarray/iterators.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 59.72 gcc: numpy/core/src/multiarray/mapping.c
#7 59.72 gcc: numpy/core/src/multiarray/methods.c
#7 59.72 gcc: numpy/core/src/multiarray/multiarraymodule.c
#7 59.72 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 59.72 gcc: numpy/core/src/multiarray/nditer_api.c
#7 59.72 numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’:
#7 59.72 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1697 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 In file included from numpy/core/src/multiarray/nditer_api.c:16:
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1697 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 253] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1697 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 253] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1697 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 253] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1697 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 253] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1697 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 253] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/nditer_constr.c
#7 59.72 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_replace_axisdata’:
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:1997:33: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1997 | NIT_RESETDATAPTR(iter)[iop] = op_dataptr;
#7 59.72 In file included from numpy/core/src/multiarray/nditer_constr.c:16:
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [32, 4112] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6160] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_reverse_axis_ordering’:
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 2 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 3 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 4 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 5 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 6 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 7 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 8 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 9 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 10 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 11 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 12 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 13 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 2240 | *perm = (npy_int8)i;
#7 59.72 | ~~~~~~^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 14 into destination object ‘iter_flexdata’ of size 1
#7 59.72 numpy/core/src/multiarray/nditer_constr.c: In function ‘NpyIter_AdvancedNew’:
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 284 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 284 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 284 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 284 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 284 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 59.72 284 | perm[idim] = (npy_int8)idim;
#7 59.72 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 In function ‘npyiter_replace_axisdata’,
#7 59.72 inlined from ‘npyiter_allocate_arrays’ at numpy/core/src/multiarray/nditer_constr.c:2875:13,
#7 59.72 inlined from ‘NpyIter_AdvancedNew’ at numpy/core/src/multiarray/nditer_constr.c:404:10:
#7 59.72 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 59.72 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 59.72 numpy/core/src/multiarray/nditer_impl.h: In function ‘NpyIter_AdvancedNew’:
#7 59.72 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6152] into destination object ‘iter_flexdata’ of size 1
#7 59.72 146 | char iter_flexdata;
#7 59.72 | ^~~~~~~~~~~~~
#7 59.72 gcc: numpy/core/src/multiarray/nditer_pywrap.c
#7 59.72 gcc: numpy/core/src/multiarray/number.c
#7 59.72 gcc: numpy/core/src/multiarray/numpyos.c
#7 59.72 gcc: numpy/core/src/multiarray/refcount.c
#7 59.72 numpy/core/src/multiarray/refcount.c: In function ‘_fillobject’:
#7 59.72 numpy/core/src/multiarray/refcount.c:279:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 59.72 279 | for (i = 0; i < dtype->elsize / sizeof(obj); i++) {
#7 59.72 | ^
#7 59.72 gcc: numpy/core/src/multiarray/sequence.c
#7 59.72 gcc: numpy/core/src/multiarray/shape.c
#7 59.72 numpy/core/src/multiarray/shape.c: In function ‘_putzero’:
#7 59.72 numpy/core/src/multiarray/shape.c:347:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 59.72 347 | for (i = 0; i < dtype->elsize / sizeof(zero); i++) {
#7 59.72 | ^
#7 59.72 gcc: numpy/core/src/multiarray/scalarapi.c
#7 59.72 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 59.72 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 59.72 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 59.72 | ^~~~~~~~~~~~~~~~~
#7 59.72 | PyUnicode_DATA
#7 59.72 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 59.72 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 59.72 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 59.72 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 59.72 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 59.72 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 59.72 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 59.72 | ^
#7 59.72 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 59.72 from /usr/local/include/python3.12/Python.h:50,
#7 59.72 from numpy/core/src/multiarray/scalarapi.c:2:
#7 59.72 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 59.72 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 59.72 | ^~~~~~~~
#7 59.72 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 59.72 801 | Py_SIZE(vobj) = itemsize;
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 59.72 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 59.72 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 59.72 | ^~~~~~~~~~~~~~~~~
#7 59.72 | PyUnicode_DATA
#7 59.72 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 59.72 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 59.72 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 59.72 | ^
#7 59.72 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 59.72 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 59.72 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 59.72 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 59.72 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 59.72 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 59.72 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 59.72 | ^
#7 59.72 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 59.72 from /usr/local/include/python3.12/Python.h:50,
#7 59.72 from numpy/core/src/multiarray/scalarapi.c:2:
#7 59.72 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 59.72 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 59.72 | ^~~~~~~~
#7 59.72 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 59.72 801 | Py_SIZE(vobj) = itemsize;
#7 59.72 | ^
#7 59.72 error: Command "gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c numpy/core/src/multiarray/scalarapi.c -o build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o -MMD -MF build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o.d" failed with exit status 1
#7 59.72 [end of output]
#7 59.72
#7 59.72 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 59.72 Running setup.py clean for numpy
#7 59.72 ERROR: Failed building wheel for numpy
#7 59.85 error: subprocess-exited-with-error
#7 59.85
#7 59.85 × python setup.py clean did not run successfully.
#7 59.85 │ exit code: 1
#7 59.85 ╰─> [10 lines of output]
#7 59.85 Running from numpy source directory.
#7 59.85
#7 59.85 `setup.py clean` is not supported, use one of the following instead:
#7 59.85
#7 59.85 - `git clean -xdf` (cleans all files)
#7 59.85 - `git clean -Xdf` (cleans all versioned files, doesn't touch
#7 59.85 files that aren't checked into the git repo)
#7 59.85
#7 59.85 Add `--force` to your command to use it anyway if you must (unsupported).
#7 59.85
#7 59.85 [end of output]
#7 59.85
#7 59.85 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 59.85 ERROR: Failed cleaning build dir for numpy
#7 59.86 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
#7 59.86 Failed to build numpy
#7 60.03
#7 60.03 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 60.03 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.13.3"]:
59.85
59.85 [end of output]
59.85
59.85 note: This error originates from a subprocess, and is likely not a problem with pip.
59.85 ERROR: Failed cleaning build dir for numpy
59.86 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
59.86 Failed to build numpy
60.03
60.03 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
60.03 [notice] To update, run: pip install --upgrade pip
------
dockerfile80994-645:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.13.3"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | ba74599c04c574300e912dee21550fead5ed2d4a96796518b4e05b4df4bbb364 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 13,
"patch": 3
}
}
] | null |
e84e8200c4ddbc81e90b294d2fddfb8a3eeb17f5404c36565cee76eb2d0ba061 | null | lxml | Traceback (most recent call last):
File "//snippet.py", line 75, in <module>
from lxml.html import fromstring
ModuleNotFoundError: No module named 'lxml'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "//snippet.py", line 78, in <module>
sys.exit(1)
^^^
NameError: name 'sys' is not defined. Did you forget to import 'sys'?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "lxml",
"v": {
"major": 4,
"minor": 9,
"patch": 3
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | delete_dep | 1bc8d7577e646a9d17af5076ea1435db61986c5b1345d20b2598bfd75cafe6e0 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e84e8200c4ddbc81e90b294d2fddfb8a3eeb17f5404c36565cee76eb2d0ba061 | null | requests | Traceback (most recent call last):
File "//snippet.py", line 3, in <module>
from requests import post, get
ModuleNotFoundError: No module named 'requests'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2023,
"minor": 11,
"patch": 17
}
},
{
"diff_type": "add",
"name": "charset-normalizer",
"v": {
"major": 3,
"minor": 3,
"patch": 2
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 31,
"patch": 0
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 2,
"minor": 1,
"patch": 0
}
}
] | delete_dep | d78a4939f4c0a28b79850cf129962da008e75a700667d53e3f19c436f198ab76 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e870a8041b6c587a23501c26b9c8e9ba494dd068bee8c0d6256ebd25a05abaf6 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile74433-2297
#2 transferring dockerfile: 159B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 659B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "pycallgraph"]
#7 1.519 Collecting pycallgraph
#7 1.628 Downloading pycallgraph-1.0.1.tar.gz (36 kB)
#7 1.648 Preparing metadata (setup.py): started
#7 1.926 Preparing metadata (setup.py): finished with status 'error'
#7 1.929 error: subprocess-exited-with-error
#7 1.929
#7 1.929 × python setup.py egg_info did not run successfully.
#7 1.929 │ exit code: 1
#7 1.929 ╰─> [3 lines of output]
#7 1.929 /tmp/pip-install-2os5q1jv/pycallgraph_88eea58907254fc99172e08c17593db0/pycallgraph/output/output.py:99: SyntaxWarning: invalid escape sequence '\A'
#7 1.929 regex_user_expand = re.compile('\A~')
#7 1.929 error in pycallgraph setup command: use_2to3 is invalid.
#7 1.929 [end of output]
#7 1.929
#7 1.929 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 1.930 error: metadata-generation-failed
#7 1.930
#7 1.930 × Encountered error while generating package metadata.
#7 1.930 ╰─> See above for output.
#7 1.930
#7 1.930 note: This is an issue with the package mentioned above, not pip.
#7 1.930 hint: See above for details.
#7 2.071
#7 2.071 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 2.071 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install pycallgraph" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "pycallgraph"]:
1.930 error: metadata-generation-failed
1.930
1.930 × Encountered error while generating package metadata.
1.930 ╰─> See above for output.
1.930
1.930 note: This is an issue with the package mentioned above, not pip.
1.930 hint: See above for details.
2.071
2.071 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
2.071 [notice] To update, run: pip install --upgrade pip
------
dockerfile74433-2297:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "pycallgraph"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install pycallgraph" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pycallgraph",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": {
"major": 1,
"minor": 0,
"patch": 1
},
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_python_version | cac3eaaef9ab25cc7b15b70abe0c730966a6946fc0258a971686d25614526323 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pycallgraph",
"v": null
}
] | null |
e870a8041b6c587a23501c26b9c8e9ba494dd068bee8c0d6256ebd25a05abaf6 | null | pycallgraph | Traceback (most recent call last):
File "snippet.py", line 2, in <module>
from pycallgraph import PyCallGraph
ImportError: No module named pycallgraph
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pycallgraph",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": {
"major": 1,
"minor": 0,
"patch": 1
},
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "pycallgraph",
"v": {
"major": 1,
"minor": 0,
"patch": 1
}
}
] | delete_dep | eb9fd32a023b5690e1c60715ee3a7359528a58b0d00999e5e9edb4059e5bcc39 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e91115b523adac2282a2d2647760065b5186b4b6c53d53531ffacbd6a9dba8b7 | null | boto3 | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import boto3
ImportError: No module named boto3
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "boto3",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 17,
"patch": 112
},
"botocore": {
"major": 1,
"minor": 20,
"patch": 112
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 10,
"patch": 0
},
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 4,
"patch": 2
},
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "futures",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "add",
"name": "six",
"v": {
"major": 1,
"minor": 16,
"patch": 0
}
},
{
"diff_type": "add",
"name": "s3transfer",
"v": {
"major": 0,
"minor": 4,
"patch": 2
}
},
{
"diff_type": "add",
"name": "python-dateutil",
"v": {
"major": 2,
"minor": 8,
"patch": 2
}
},
{
"diff_type": "add",
"name": "jmespath",
"v": {
"major": 0,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "botocore",
"v": {
"major": 1,
"minor": 20,
"patch": 112
}
},
{
"diff_type": "add",
"name": "boto3",
"v": {
"major": 1,
"minor": 17,
"patch": 112
}
}
] | delete_dep | 49f56f2db5c5e5f60ceaa0870958503eacd0bdb456a43c9b462a7aa469d92567 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e91115b523adac2282a2d2647760065b5186b4b6c53d53531ffacbd6a9dba8b7 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 61
print "[LOG] Cleaning out old entries starting on " + str(cleanDate)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "boto3",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 17,
"patch": 112
},
"botocore": {
"major": 1,
"minor": 20,
"patch": 112
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 10,
"patch": 0
},
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 4,
"patch": 2
},
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "s3transfer",
"v": {
"major": 0,
"minor": 4,
"patch": 2
}
},
{
"diff_type": "change",
"name": "boto3",
"v": {
"major": 1,
"minor": 17,
"patch": 112
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "change",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "change",
"name": "jmespath",
"v": {
"major": 0,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "change",
"name": "botocore",
"v": {
"major": 1,
"minor": 20,
"patch": 112
}
},
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "add",
"name": "futures",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
}
] | set_python_version | be168d48e32effa3ed18cfeeeb582424cf865b24f19d003557bd8bf3a5cf1664 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "boto3",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 29,
"patch": 4
},
"botocore": {
"major": 1,
"minor": 32,
"patch": 4
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 1,
"minor": 0,
"patch": 1
},
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 7,
"patch": 0
},
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 0,
"patch": 7
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
e9c156e548f2230fe1a3de5ced1b43f65115649c3915db4b49c03f26fb913ef1 | null | flask | Traceback (most recent call last):
File "//snippet.py", line 5, in <module>
from flask import make_response
ModuleNotFoundError: No module named 'flask'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "flask",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": {
"major": 3,
"minor": 0,
"patch": 0
},
"Hoover": null,
"Jinja2": {
"major": 3,
"minor": 1,
"patch": 2
},
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 2,
"minor": 1,
"patch": 3
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 3,
"minor": 0,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": {
"major": 1,
"minor": 7,
"patch": 0
},
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": {
"major": 2,
"minor": 1,
"patch": 2
},
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "Jinja2",
"v": {
"major": 3,
"minor": 1,
"patch": 2
}
},
{
"diff_type": "add",
"name": "Flask",
"v": {
"major": 3,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "itsdangerous",
"v": {
"major": 2,
"minor": 1,
"patch": 2
}
},
{
"diff_type": "add",
"name": "click",
"v": {
"major": 8,
"minor": 1,
"patch": 7
}
},
{
"diff_type": "add",
"name": "blinker",
"v": {
"major": 1,
"minor": 7,
"patch": 0
}
},
{
"diff_type": "add",
"name": "Werkzeug",
"v": {
"major": 3,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "MarkupSafe",
"v": {
"major": 2,
"minor": 1,
"patch": 3
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | delete_dep | cf2a683f620c7bb47c59cda88fcb388b47b513298be553440f509190ddda510c | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ea045b3f6016e8a81401d7ab0b8bf72ffcb7382982c30daf5b2c0e6a2161a03d | {
"major": 0,
"minor": 9,
"patch": 4
} | werkzeug | Traceback (most recent call last):
File "snippet.py", line 7, in <module>
from werkzeug.contrib.sessions import SessionStore
ImportError: No module named contrib.sessions
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "tnetstring",
"v": null
},
{
"con": "==",
"name": "werkzeug",
"v": {
"major": 0,
"minor": 9,
"patch": 4
}
},
{
"con": "*",
"name": "users",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 0,
"minor": 9,
"patch": 4
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": {
"major": 0,
"minor": 2,
"patch": 1
},
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": {
"major": 1,
"minor": 0,
"patch": 0
},
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "Werkzeug",
"v": {
"major": 0,
"minor": 9,
"patch": 4
}
}
] | set_dep_version | 51ab6133f7bcd301191c54f524fdf54e4ddc1d771f4fa38b01a021808f6ca4d4 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "tnetstring",
"v": null
},
{
"con": "*",
"name": "werkzeug",
"v": null
},
{
"con": "*",
"name": "users",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 1,
"minor": 0,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": {
"major": 0,
"minor": 2,
"patch": 1
},
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": {
"major": 1,
"minor": 0,
"patch": 0
},
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ea045b3f6016e8a81401d7ab0b8bf72ffcb7382982c30daf5b2c0e6a2161a03d | {
"major": 0,
"minor": 14,
"patch": 1
} | werkzeug | Traceback (most recent call last):
File "snippet.py", line 7, in <module>
from werkzeug.contrib.sessions import SessionStore
ImportError: No module named contrib.sessions
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "tnetstring",
"v": null
},
{
"con": "==",
"name": "werkzeug",
"v": {
"major": 0,
"minor": 14,
"patch": 1
}
},
{
"con": "*",
"name": "users",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 0,
"minor": 14,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": {
"major": 0,
"minor": 2,
"patch": 1
},
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": {
"major": 1,
"minor": 0,
"patch": 0
},
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "Werkzeug",
"v": {
"major": 0,
"minor": 14,
"patch": 1
}
}
] | set_dep_version | 64675ff9dbe77a0e8b12fe77ac5a3497654cd6cf8ea2368cbcfb3c82a6b37abd | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "tnetstring",
"v": null
},
{
"con": "*",
"name": "werkzeug",
"v": null
},
{
"con": "*",
"name": "users",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 1,
"minor": 0,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": {
"major": 0,
"minor": 2,
"patch": 1
},
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": {
"major": 1,
"minor": 0,
"patch": 0
},
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ea34ba362a7844e1265e4de068bab7c5bd2cdaf33d1a3ea8b96eac136457ff99 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 19
xs = sorted(zip(indices, C.flatten()), key=lambda (a, b): b)
^^^^^^
SyntaxError: Lambda expression parameters cannot be parenthesized
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "change",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
}
] | set_python_version | 13cbea9294f57dedb891e04c0cd4b453bedc3d108545aec338fe69ce4c827c18 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ea34ba362a7844e1265e4de068bab7c5bd2cdaf33d1a3ea8b96eac136457ff99 | null | numpy | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import numpy as np
ImportError: No module named numpy
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
}
] | delete_dep | a21dcd1ed5801aec83b0f891218dc96f380a63d51c2654118f8235e6bf1a76da | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eae99d7b9dfda1a8ecf8123605de3fbb0eeac699fea3d8f0feea673bce9b8cf8 | null | flask | Traceback (most recent call last):
File "snippet.py", line 23, in <module>
from flask import g, request
ImportError: No module named flask
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "flask",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": {
"major": 1,
"minor": 1,
"patch": 4
},
"Hoover": null,
"Jinja2": {
"major": 2,
"minor": 11,
"patch": 3
},
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 1,
"minor": 1,
"patch": 1
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 1,
"minor": 0,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 7,
"minor": 1,
"patch": 2
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": {
"major": 1,
"minor": 1,
"patch": 0
},
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "Flask",
"v": {
"major": 1,
"minor": 1,
"patch": 4
}
},
{
"diff_type": "add",
"name": "itsdangerous",
"v": {
"major": 1,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "click",
"v": {
"major": 7,
"minor": 1,
"patch": 2
}
},
{
"diff_type": "add",
"name": "Werkzeug",
"v": {
"major": 1,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "MarkupSafe",
"v": {
"major": 1,
"minor": 1,
"patch": 1
}
},
{
"diff_type": "add",
"name": "Jinja2",
"v": {
"major": 2,
"minor": 11,
"patch": 3
}
}
] | delete_dep | c2bc784b3423ecea83ce392d50b406c7f90be67d820a43ff43798faeefa9958f | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eaec736e8eda1f1eb6d54b7ee5fedd737be29bb1293a62f0aa34e36630aec302 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 28
print self.D
^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "change",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
},
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
}
] | set_python_version | 41f88cbaa5231a53064e11b073f51b5cca5337a4303838835871b29bb74c6dce | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eaec736e8eda1f1eb6d54b7ee5fedd737be29bb1293a62f0aa34e36630aec302 | null | numpy | Traceback (most recent call last):
File "snippet.py", line 2, in <module>
import numpy as np
ImportError: No module named numpy
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
}
] | delete_dep | 7de3902df633e3e4a5c0a52f751b28a7a4155a65bf8bf1307096fb823f3f958c | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eb271ef350cb93a8d0523f6ebeb401a5ea7df80740cbb0c70a8b8fd3323a630e | null | PyPDF2 | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
import PyPDF2
ModuleNotFoundError: No module named 'PyPDF2'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "PyPDF2",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": {
"major": 3,
"minor": 0,
"patch": 1
},
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "PyPDF2",
"v": {
"major": 3,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | delete_dep | e32188e33f537848390d8bc27a1b95656bb675e8a27fadcea5e60c873514e754 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eb61ac9ca4aed85cb61edf35f346547cae7ca325638db1c6eb492a78f5734eaa | null | bitarray | Traceback (most recent call last):
File "snippet.py", line 19, in <module>
import bitarray
ImportError: No module named bitarray
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bitarray",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": {
"major": 2,
"minor": 8,
"patch": 2
},
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "bitarray",
"v": {
"major": 2,
"minor": 8,
"patch": 2
}
}
] | delete_dep | 5e43409864f9e5145ed023a95209185be24d182b5c136ddb01b1b3b20e7df8ec | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ebf046436f0ab1b8b67afbb826eaaf0035b91760e66e594c0724ab9dbce6b504 | null | queue | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context:
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile26593-80
#2 transferring dockerfile: 185B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.1s
#4 [1/4] FROM docker.io/library/python:2.7.13@sha256:ac21ec6277f7da89c32f977b25224abbbbb0f4d3d10ce37461210c14019bc955
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/4] ADD snippet.py snippet.py
#6 CACHED
#7 [3/4] RUN ["pip", "install", "queue"]
#7 0.480 Collecting queue
#7 1.389 Could not find a version that satisfies the requirement queue (from versions: )
#7 1.403 No matching distribution found for queue
#7 1.737 You are using pip version 9.0.1, however version 23.3.1 is available.
#7 1.737 You should consider upgrading via the 'pip install --upgrade pip' command.
#7 ERROR: process "pip install queue" did not complete successfully: exit code: 1
------
> [3/4] RUN ["pip", "install", "queue"]:
0.480 Collecting queue
1.389 Could not find a version that satisfies the requirement queue (from versions: )
1.403 No matching distribution found for queue
1.737 You are using pip version 9.0.1, however version 23.3.1 is available.
1.737 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile26593-80:3
--------------------
1 | FROM python:2.7.13
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "queue"]
4 | RUN ["pip", "install", "numpy"]
5 | CMD ["python", "snippet.py"]
--------------------
ERROR: failed to solve: process "pip install queue" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | delete_dep | 0104c05b8756feb5efa6a5eb485ef66d85cf2c3244adf6a04d94a65aa6f6922f | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "queue",
"v": null
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | null |
ec54fbade1ac6073ea623df39bf4bd8c66f450c8d542132c90c3022ce8d185ad | null | os | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile74433-144
#3 transferring dockerfile: 182B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.20kB done
#5 DONE 0.0s
#6 [2/4] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/4] RUN ["pip", "install", "pep8"]
#7 1.371 Collecting pep8
#7 1.478 Downloading pep8-1.7.1-py2.py3-none-any.whl (41 kB)
#7 1.532 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/41.5 kB 882.9 kB/s eta 0:00:00
#7 1.557 Installing collected packages: pep8
#7 1.571 Successfully installed pep8-1.7.1
#7 1.571 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#7 1.712
#7 1.712 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 1.712 [notice] To update, run: pip install --upgrade pip
#7 DONE 1.9s
#8 [4/4] RUN ["pip", "install", "os"]
#8 0.515 ERROR: Could not find a version that satisfies the requirement os (from versions: none)
#8 0.515 ERROR: No matching distribution found for os
#8 0.525
#8 0.525 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#8 0.525 [notice] To update, run: pip install --upgrade pip
#8 ERROR: process "pip install os" did not complete successfully: exit code: 1
------
> [4/4] RUN ["pip", "install", "os"]:
0.515 ERROR: Could not find a version that satisfies the requirement os (from versions: none)
0.515 ERROR: No matching distribution found for os
0.525
0.525 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
0.525 [notice] To update, run: pip install --upgrade pip
------
dockerfile74433-144:4
--------------------
2 | ADD snippet.py snippet.py
3 | RUN ["pip", "install", "pep8"]
4 | >>> RUN ["pip", "install", "os"]
5 | CMD ["python", "snippet.py"]
6 |
--------------------
ERROR: failed to solve: process "pip install os" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pep8",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": {
"major": 1,
"minor": 7,
"patch": 1
},
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | delete_dep | 704a53de803671ad747196817cc203a8b0381360738759c659ddd09ad639e414 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pep8",
"v": null
},
{
"con": "*",
"name": "os",
"v": null
}
] | null |
ec7e67e0ec2087f1812b734485b73ef2e3e5de1ca6e9a5de38aabfe40df491c5 | null | networkx | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import networkx as nx
ImportError: No module named networkx
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": {
"major": 4,
"minor": 4,
"patch": 2
},
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 2,
"minor": 2,
"patch": 0
},
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "decorator",
"v": {
"major": 4,
"minor": 4,
"patch": 2
}
},
{
"diff_type": "add",
"name": "networkx",
"v": {
"major": 2,
"minor": 2,
"patch": 0
}
}
] | delete_dep | 9e942446e9070e1135a7f896d20f643f663fbf7fa853364bd4e1f0b71b8d8240 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ecd7daeb2ad7039417b26d0b9376dff00c65ab6e176121d1d460f2e9dc98eaf5 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile26593-1760
#2 transferring dockerfile: 154B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.1s
#4 [1/4] FROM docker.io/library/python:2.7.13@sha256:ac21ec6277f7da89c32f977b25224abbbbb0f4d3d10ce37461210c14019bc955
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 CACHED
#7 [3/3] RUN ["pip", "install", "pygame"]
#7 0.353 Collecting pygame
#7 1.082 Downloading https://files.pythonhosted.org/packages/47/a6/bd02c7354ac7e975e52443a24dbd0be8d071c59b75d54db9dfa87cd2979f/pygame-2.0.3.tar.gz (5.8MB)
#7 2.580 Complete output from command python setup.py egg_info:
#7 2.580
#7 2.580
#7 2.580 WARNING, No "Setup" File Exists, Running "buildconfig/config.py"
#7 2.580 Using UNIX configuration...
#7 2.580
#7 2.580 sh: 1: sdl2-config: not found
#7 2.580 sh: 1: sdl2-config: not found
#7 2.580 sh: 1: sdl2-config: not found
#7 2.580
#7 2.580 Hunting dependencies...
#7 2.580
#7 2.580 ---
#7 2.580 For help with compilation see:
#7 2.580 https://www.pygame.org/wiki/CompileDebian
#7 2.580 To contribute to pygame development see:
#7 2.580 https://www.pygame.org/contribute.html
#7 2.580 ---
#7 2.580
#7 2.580 Traceback (most recent call last):
#7 2.580 File "<string>", line 1, in <module>
#7 2.580 File "/tmp/pip-build-dAn3lQ/pygame/setup.py", line 400, in <module>
#7 2.580 buildconfig.config.main(AUTO_CONFIG)
#7 2.580 File "buildconfig/config.py", line 241, in main
#7 2.580 deps = CFG.main(**kwds)
#7 2.580 File "buildconfig/config_unix.py", line 194, in main
#7 2.580 DependencyProg('SDL', 'SDL_CONFIG', 'sdl2-config', '2.0', ['sdl']),
#7 2.580 File "buildconfig/config_unix.py", line 39, in __init__
#7 2.580 self.ver = config[0].strip()
#7 2.580 IndexError: list index out of range
#7 2.580
#7 2.580 ----------------------------------------
#7 2.596 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-dAn3lQ/pygame/
#7 2.869 You are using pip version 9.0.1, however version 23.3.1 is available.
#7 2.869 You should consider upgrading via the 'pip install --upgrade pip' command.
#7 ERROR: process "pip install pygame" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "pygame"]:
2.580 File "buildconfig/config_unix.py", line 194, in main
2.580 DependencyProg('SDL', 'SDL_CONFIG', 'sdl2-config', '2.0', ['sdl']),
2.580 File "buildconfig/config_unix.py", line 39, in __init__
2.580 self.ver = config[0].strip()
2.580 IndexError: list index out of range
2.580
2.580 ----------------------------------------
2.596 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-dAn3lQ/pygame/
2.869 You are using pip version 9.0.1, however version 23.3.1 is available.
2.869 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile26593-1760:3
--------------------
1 | FROM python:2.7.13
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "pygame"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install pygame" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pygame",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": {
"major": 2,
"minor": 5,
"patch": 2
},
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_python_version | f5d235f6d7668c1b63bc79c2e771c25c81ee9f0f4f04fc5552c78e80aea95976 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pygame",
"v": null
}
] | null |
ed09b7fae96c71afd382692afce5b2dfbd1e1787ad7f524267383e1b3c8a07bc | {
"major": 2,
"minor": 1,
"patch": 0
} | requests | Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py", line 3, in <module>
from ssl import CertificateError, match_hostname
ImportError: cannot import name 'match_hostname' from 'ssl' (/usr/local/lib/python3.12/ssl.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py", line 7, in <module>
from backports.ssl_match_hostname import CertificateError, match_hostname
ModuleNotFoundError: No module named 'backports'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "//snippet.py", line 8, in <module>
import requests
File "/usr/local/lib/python3.12/site-packages/requests/__init__.py", line 58, in <module>
from . import utils
File "/usr/local/lib/python3.12/site-packages/requests/utils.py", line 25, in <module>
from .compat import parse_http_list as _parse_list_header
File "/usr/local/lib/python3.12/site-packages/requests/compat.py", line 7, in <module>
from .packages import charade as chardet
File "/usr/local/lib/python3.12/site-packages/requests/packages/__init__.py", line 3, in <module>
from . import urllib3
File "/usr/local/lib/python3.12/site-packages/requests/packages/urllib3/__init__.py", line 16, in <module>
from .connectionpool import (
File "/usr/local/lib/python3.12/site-packages/requests/packages/urllib3/connectionpool.py", line 31, in <module>
from .packages.ssl_match_hostname import CertificateError
File "/usr/local/lib/python3.12/site-packages/requests/packages/urllib3/packages/__init__.py", line 3, in <module>
from . import ssl_match_hostname
File "/usr/local/lib/python3.12/site-packages/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py", line 10, in <module>
from _implementation import CertificateError, match_hostname
ModuleNotFoundError: No module named '_implementation'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2023,
"minor": 11,
"patch": 17
}
},
{
"diff_type": "add",
"name": "charset-normalizer",
"v": {
"major": 3,
"minor": 3,
"patch": 2
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 2,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "change",
"name": "requests",
"v": {
"major": 2,
"minor": 31,
"patch": 0
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | set_dep_version | 030c0ba5600a898cbc7b4d45b7840f8de4e395c4dcb9987a24e611895b23f1ba | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "requests",
"v": {
"major": 2,
"minor": 1,
"patch": 0
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 1,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ed09b7fae96c71afd382692afce5b2dfbd1e1787ad7f524267383e1b3c8a07bc | null | requests | Traceback (most recent call last):
File "//snippet.py", line 8, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 2,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2023,
"minor": 11,
"patch": 17
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 31,
"patch": 0
}
},
{
"diff_type": "add",
"name": "charset-normalizer",
"v": {
"major": 3,
"minor": 3,
"patch": 2
}
}
] | delete_dep | 5a561bb076efe8c658d4aa3b0072a21c9e0ad56a150e68b054d93f80df9ab8e4 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ed09b7fae96c71afd382692afce5b2dfbd1e1787ad7f524267383e1b3c8a07bc | {
"major": 2,
"minor": 18,
"patch": 4
} | requests | Traceback (most recent call last):
File "//snippet.py", line 8, in <module>
import requests
File "/usr/local/lib/python3.12/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/usr/local/lib/python3.12/site-packages/urllib3/__init__.py", line 8, in <module>
from .connectionpool import (
File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in <module>
from .exceptions import (
File "/usr/local/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in <module>
from .packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "rm",
"name": "chardet",
"v": null
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
},
{
"diff_type": "change",
"name": "idna",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "change",
"name": "requests",
"v": {
"major": 2,
"minor": 31,
"patch": 0
}
},
{
"diff_type": "change",
"name": "urllib3",
"v": {
"major": 2,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "charset-normalizer",
"v": {
"major": 3,
"minor": 3,
"patch": 2
}
}
] | set_dep_version | ad5ef40c5766281b87504fdd0bec0840cd0003d4d0b4c28a4fc35b0fe9b04763 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "requests",
"v": {
"major": 2,
"minor": 18,
"patch": 4
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": {
"major": 3,
"minor": 0,
"patch": 4
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 6,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 18,
"patch": 4
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 22,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ed5535f95e33339de5d5141d933973d70c6b0099d204ad794761ac8906a4fb78 | {
"major": 1,
"minor": 7,
"patch": 2
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile27884-227
#2 transferring dockerfile: 159B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 3.89kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.7.2"]
#7 1.653 Collecting numpy==1.7.2
#7 1.768 Downloading numpy-1.7.2.zip (3.2 MB)
#7 2.130 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 8.8 MB/s eta 0:00:00
#7 2.258 Preparing metadata (setup.py): started
#7 18.35 Preparing metadata (setup.py): finished with status 'error'
#7 18.40 error: subprocess-exited-with-error
#7 18.40
#7 18.40 × python setup.py egg_info did not run successfully.
#7 18.40 │ exit code: 1
#7 18.40 ╰─> [776 lines of output]
#7 18.40 RefactoringTool: Skipping optional fixer: buffer
#7 18.40 RefactoringTool: Skipping optional fixer: idioms
#7 18.40 RefactoringTool: Skipping optional fixer: set_literal
#7 18.40 RefactoringTool: Skipping optional fixer: ws_comma
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ctypeslib.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matlib.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/add_newdocs.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/_import_tools.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/version.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/dual.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/linalg.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/tests/test_build.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/tests/test_linalg.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/tests/test_regression.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/defmatrix.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/tests/test_regression.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/tests/test_random.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/shape_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/index_tricks.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/recfunctions.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/utils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/format.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/function_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/_datasource.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/npyio.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/type_check.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/stride_tricks.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/arraypad.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/twodim_base.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/scimath.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/_iotools.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/polynomial.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/setupscons.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/user_array.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/financial.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/ufunclike.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/info.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/arraysetops.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_shape_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test__iotools.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_arraypad.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_format.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test__datasource.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_type_check.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_function_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_io.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_regression.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_polynomial.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_utils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_financial.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/helper.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/fftpack.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/tests/test_helper.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/tests/test_fftpack.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/func2subr.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/f2py2e.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/diagnose.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/crackfortran.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/__version__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/capi_maps.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/rules.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/f2py_testing.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/common_rules.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/cb_rules.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/cfuncs.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/setupscons.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/use_rules.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/f90mod_rules.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_callback.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_kind.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_size.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_real.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/util.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_mixed.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_character.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/conv_template.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/intelccompiler.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/line_endings.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/__version__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/from_template.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/exec_command.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/log.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/npy_pkg_config.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/misc_util.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/unixccompiler.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/extension.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/lib2def.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/ccompiler.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/pathccompiler.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/core.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/cpuinfo.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/interactive.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/environment.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/compat.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/vast.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/pg.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/mips.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/g95.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/sun.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/nag.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/none.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/intel.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/autodist.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_clib.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/config.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install_data.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/scons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install_clib.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_src.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/develop.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_py.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/sdist.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/egg_info.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_scripts.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_ext.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/config_compiler.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install_headers.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/noseclasses.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/utils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/numpytest.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/nosetester.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/nulltester.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/print_coercion_tables.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/setupscons.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/decorators.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/tests/test_doctesting.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/tests/test_decorators.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/tests/test_utils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/_inspect.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/ufuncs.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/misc.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/alter_code1.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/array_printer.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/functions.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/matrix.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/typeconv.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/mlab.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/precision.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/fft.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/rng.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/random_array.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/setupscons.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/user_array.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/rng_stats.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/arrayfns.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/compat.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/alter_code2.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/bench.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/testutils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/mrecords.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/setupscons.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/version.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/extras.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_mrecords.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_subclassing.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_regression.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_extras.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/tests/test_matlib.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/tests/test_ctypeslib.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/legendre.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/polyutils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/hermite.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/polytemplate.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/hermite_e.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/chebyshev.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/polynomial.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/laguerre.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_classes.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_printing.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/session.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/ufuncs.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/alter_code1.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/functions.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/matrix.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/linear_algebra.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/util.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/random_array.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/convolve.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/setupscons.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/numerictypes.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/compat.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/nd_image.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/image.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/alter_code2.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/shape_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/memmap.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/getlimits.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/__init__.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/machar.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/_internal.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/records.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/function_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/scons_support.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/numeric.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/fromnumeric.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/setupscons.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/_methods.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/numerictypes.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/arrayprint.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/setup_common.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_print.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_defchararray.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_half.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_shape_base.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_numerictypes.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_getlimits.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_unicode.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_api.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_ufunc.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_indexing.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_machar.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_dtype.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_item_selection.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_umath.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_blasdot.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_memmap.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_multiarray.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_einsum.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_nditer.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_scalarmath.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_arrayprint.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_umath_complex.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_indexerrors.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_function_base.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_regression.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_errstate.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_numeric.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_datetime.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_records.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/genapi.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/numpy_api.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/cversions.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/ufuncs.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/misc.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/subclassing.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/__init__.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/glossary.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/byteswapping.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/performance.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/creation.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/constants.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/broadcasting.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/indexing.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/jargon.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/structured_arrays.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/howtofind.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/methods_vs_functions.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/basics.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/io.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/internals.py
#7 18.40 RefactoringTool: Files that were modified:
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ctypeslib.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matlib.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/add_newdocs.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/_import_tools.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/version.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/dual.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/linalg.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/tests/test_build.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/tests/test_linalg.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/defmatrix.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/tests/test_random.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/shape_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/index_tricks.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/recfunctions.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/utils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/format.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/function_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/_datasource.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/npyio.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/type_check.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/stride_tricks.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/arraypad.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/twodim_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/scimath.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/_iotools.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/polynomial.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/user_array.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/financial.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/ufunclike.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/arraysetops.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_shape_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test__iotools.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_arraypad.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_format.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test__datasource.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_type_check.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_function_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_io.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_polynomial.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_utils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_financial.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/helper.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/fftpack.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/tests/test_helper.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/tests/test_fftpack.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/func2subr.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/f2py2e.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/diagnose.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/crackfortran.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/__version__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/capi_maps.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/rules.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/f2py_testing.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/common_rules.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/cb_rules.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/cfuncs.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/use_rules.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/f90mod_rules.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_callback.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_kind.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_size.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_real.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/util.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_mixed.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/tests/test_return_character.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/conv_template.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/intelccompiler.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/line_endings.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/__version__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/from_template.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/exec_command.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/log.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/npy_pkg_config.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/misc_util.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/unixccompiler.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/extension.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/lib2def.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/ccompiler.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/pathccompiler.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/core.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/cpuinfo.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/interactive.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/environment.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/compat.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/vast.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/pg.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/mips.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/g95.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/sun.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/nag.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/none.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/fcompiler/intel.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/autodist.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_clib.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/config.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install_data.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/scons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install_clib.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_src.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/develop.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_py.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/sdist.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/egg_info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_scripts.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/build_ext.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/config_compiler.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/install_headers.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/noseclasses.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/utils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/numpytest.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/nosetester.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/nulltester.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/print_coercion_tables.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/decorators.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/tests/test_doctesting.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/tests/test_decorators.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/tests/test_utils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/_inspect.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/ufuncs.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/misc.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/alter_code1.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/array_printer.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/functions.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/matrix.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/typeconv.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/mlab.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/precision.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/fft.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/rng.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/random_array.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/user_array.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/rng_stats.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/arrayfns.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/compat.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/alter_code2.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/bench.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/testutils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/mrecords.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/version.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/extras.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_mrecords.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_subclassing.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_extras.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/tests/test_matlib.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/tests/test_ctypeslib.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/legendre.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/polyutils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/hermite.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/polytemplate.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/hermite_e.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/chebyshev.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/polynomial.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/laguerre.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_classes.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_printing.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/session.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/ufuncs.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/alter_code1.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/functions.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/matrix.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/linear_algebra.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/util.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/random_array.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/convolve.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/numerictypes.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/compat.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/nd_image.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/image.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/alter_code2.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/shape_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/memmap.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/getlimits.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/machar.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/_internal.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/records.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/function_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/scons_support.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/numeric.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/fromnumeric.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/setupscons.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/_methods.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/numerictypes.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/arrayprint.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/setup_common.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_print.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_defchararray.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_half.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_shape_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_numerictypes.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_getlimits.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_unicode.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_api.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_ufunc.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_indexing.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_machar.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_dtype.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_item_selection.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_umath.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_blasdot.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_memmap.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_multiarray.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_einsum.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_nditer.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_scalarmath.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_arrayprint.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_umath_complex.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_indexerrors.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_function_base.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_regression.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_errstate.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_numeric.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_datetime.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/tests/test_records.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/genapi.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/numpy_api.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/cversions.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/ufuncs.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/misc.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/subclassing.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/__init__.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/glossary.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/byteswapping.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/performance.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/creation.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/constants.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/broadcasting.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/indexing.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/jargon.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/structured_arrays.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/howtofind.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/methods_vs_functions.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/basics.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/io.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/doc/internals.py
#7 18.40 RefactoringTool: Warnings/messages while refactoring:
#7 18.40 RefactoringTool: ### In file /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/_iotools.py ###
#7 18.40 RefactoringTool: Line 715: You should use a for loop here
#7 18.40 RefactoringTool: ### In file /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/fromnumeric.py ###
#7 18.40 RefactoringTool: Line 344: You should use 'operator.mul(repeats, axis)' here.
#7 18.40 RefactoringTool: Skipping optional fixer: buffer
#7 18.40 RefactoringTool: Skipping optional fixer: idioms
#7 18.40 RefactoringTool: Skipping optional fixer: set_literal
#7 18.40 RefactoringTool: Skipping optional fixer: ws_comma
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/setup.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/setup.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/setup.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/setup.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/generate_umath.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 18.40 RefactoringTool: Files that were modified:
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/linalg/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/matrixlib/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/random/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/fft/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/testing/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/polynomial/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/numarray/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/setup.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/generate_umath.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 18.40 RefactoringTool: Skipping optional fixer: buffer
#7 18.40 RefactoringTool: Skipping optional fixer: idioms
#7 18.40 RefactoringTool: Skipping optional fixer: set_literal
#7 18.40 RefactoringTool: Skipping optional fixer: ws_comma
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/arrayterator.py
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/auxfuncs.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/system_info.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/ma.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/core.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/timer_comparison.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_core.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_old_ma.py
#7 18.40 RefactoringTool: Files that were modified:
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/arrayterator.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/f2py/auxfuncs.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/system_info.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/oldnumeric/ma.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/core.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/timer_comparison.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_core.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_old_ma.py
#7 18.40 RefactoringTool: Warnings/messages while refactoring:
#7 18.40 RefactoringTool: ### In file /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_core.py ###
#7 18.40 RefactoringTool: Line 327: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 18.40 RefactoringTool: Line 329: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 18.40 RefactoringTool: ### In file /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/ma/tests/test_old_ma.py ###
#7 18.40 RefactoringTool: Line 298: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 18.40 RefactoringTool: Line 300: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 18.40 RefactoringTool: Skipping optional fixer: buffer
#7 18.40 RefactoringTool: Skipping optional fixer: idioms
#7 18.40 RefactoringTool: Skipping optional fixer: set_literal
#7 18.40 RefactoringTool: Skipping optional fixer: ws_comma
#7 18.40 RefactoringTool: No changes to /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/py3k.py
#7 18.40 RefactoringTool: Refactored /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/defchararray.py
#7 18.40 RefactoringTool: Files that were modified:
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/compat/py3k.py
#7 18.40 RefactoringTool: /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/core/defchararray.py
#7 18.40 Running from numpy source directory.
#7 18.40 /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/misc_util.py:1944: SyntaxWarning: invalid escape sequence '\_'
#7 18.40 """Try to get version string of a package.
#7 18.40 /tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/misc_util.py:427: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 18.40 return is_string(s) and ('*' in s or '?' is s)
#7 18.40 Traceback (most recent call last):
#7 18.40 File "<string>", line 2, in <module>
#7 18.40 File "<pip-setuptools-caller>", line 34, in <module>
#7 18.40 File "/tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/setup.py", line 214, in <module>
#7 18.40 setup_package()
#7 18.40 File "/tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/setup.py", line 191, in setup_package
#7 18.40 from numpy.distutils.core import setup
#7 18.40 File "/tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/__init__.py", line 22, in <module>
#7 18.40 import numpy.distutils.ccompiler
#7 18.40 File "/tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/ccompiler.py", line 14, in <module>
#7 18.40 from numpy.distutils import log
#7 18.40 File "/tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/log.py", line 11, in <module>
#7 18.40 from numpy.distutils.misc_util import red_text, default_text, cyan_text, green_text, is_sequence, is_string
#7 18.40 File "/tmp/pip-install-a4cxhodw/numpy_9c56e4b234524e5fa6596cc48a841998/build/py3k/numpy/distutils/misc_util.py", line 4, in <module>
#7 18.40 import imp
#7 18.40 ModuleNotFoundError: No module named 'imp'
#7 18.40 Converting to Python3 via 2to3...
#7 18.40 [end of output]
#7 18.40
#7 18.40 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 18.41 error: metadata-generation-failed
#7 18.41
#7 18.41 × Encountered error while generating package metadata.
#7 18.41 ╰─> See above for output.
#7 18.41
#7 18.41 note: This is an issue with the package mentioned above, not pip.
#7 18.41 hint: See above for details.
#7 18.57
#7 18.57 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 18.57 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.7.2"]:
18.41 error: metadata-generation-failed
18.41
18.41 × Encountered error while generating package metadata.
18.41 ╰─> See above for output.
18.41
18.41 note: This is an issue with the package mentioned above, not pip.
18.41 hint: See above for details.
18.57
18.57 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
18.57 [notice] To update, run: pip install --upgrade pip
------
dockerfile27884-227:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.7.2"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 1419535068344c281dd738e688ca1e3c309e92553262433d69e1c0f7aa1b80d8 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 7,
"patch": 2
}
}
] | null |
ed5535f95e33339de5d5141d933973d70c6b0099d204ad794761ac8906a4fb78 | null | numpy | Traceback (most recent call last):
File "//snippet.py", line 17, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 26,
"patch": 2
}
}
] | delete_dep | 271c42376abaa6e9d7604ca2354e14700afc704ef50dc7a375a33e25b13a1b27 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ed5535f95e33339de5d5141d933973d70c6b0099d204ad794761ac8906a4fb78 | {
"major": 1,
"minor": 13,
"patch": 3
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile87565-501
#3 transferring dockerfile: 160B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.13.3"]
#7 1.606 Collecting numpy==1.13.3
#7 1.730 Downloading numpy-1.13.3.zip (5.0 MB)
#7 2.318 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 8.6 MB/s eta 0:00:00
#7 2.450 Preparing metadata (setup.py): started
#7 2.668 Preparing metadata (setup.py): finished with status 'done'
#7 2.670 Building wheels for collected packages: numpy
#7 2.671 Building wheel for numpy (setup.py): started
#7 54.50 Building wheel for numpy (setup.py): finished with status 'error'
#7 54.67 error: subprocess-exited-with-error
#7 54.67
#7 54.67 × python setup.py bdist_wheel did not run successfully.
#7 54.67 │ exit code: 1
#7 54.67 ╰─> [3090 lines of output]
#7 54.67 Running from numpy source directory.
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/numpy/distutils/misc_util.py:469: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 54.67 return is_string(s) and ('*' in s or '?' is s)
#7 54.67 blas_opt_info:
#7 54.67 blas_mkl_info:
#7 54.67 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 blis_info:
#7 54.67 libraries blis not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 openblas_info:
#7 54.67 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_3_10_blas_threads_info:
#7 54.67 Setting PTATLAS=ATLAS
#7 54.67 libraries tatlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_3_10_blas_info:
#7 54.67 libraries satlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_blas_threads_info:
#7 54.67 Setting PTATLAS=ATLAS
#7 54.67 libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_blas_info:
#7 54.67 libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/numpy/distutils/system_info.py:572: UserWarning:
#7 54.67 Atlas (http://math-atlas.sourceforge.net/) libraries not found.
#7 54.67 Directories to search for the libraries can be specified in the
#7 54.67 numpy/distutils/site.cfg file (section [atlas]) or by setting
#7 54.67 the ATLAS environment variable.
#7 54.67 self.calc_info()
#7 54.67 blas_info:
#7 54.67 libraries blas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/numpy/distutils/system_info.py:572: UserWarning:
#7 54.67 Blas (http://www.netlib.org/blas/) libraries not found.
#7 54.67 Directories to search for the libraries can be specified in the
#7 54.67 numpy/distutils/site.cfg file (section [blas]) or by setting
#7 54.67 the BLAS environment variable.
#7 54.67 self.calc_info()
#7 54.67 blas_src_info:
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/numpy/distutils/system_info.py:572: UserWarning:
#7 54.67 Blas (http://www.netlib.org/blas/) sources not found.
#7 54.67 Directories to search for the sources can be specified in the
#7 54.67 numpy/distutils/site.cfg file (section [blas_src]) or by setting
#7 54.67 the BLAS_SRC environment variable.
#7 54.67 self.calc_info()
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 non-existing path in 'numpy/distutils': 'site.cfg'
#7 54.67 F2PY Version 2
#7 54.67 lapack_opt_info:
#7 54.67 lapack_mkl_info:
#7 54.67 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 openblas_lapack_info:
#7 54.67 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_3_10_threads_info:
#7 54.67 Setting PTATLAS=ATLAS
#7 54.67 libraries tatlas,tatlas not found in /usr/local/lib
#7 54.67 libraries lapack_atlas not found in /usr/local/lib
#7 54.67 libraries tatlas,tatlas not found in /usr/lib
#7 54.67 libraries lapack_atlas not found in /usr/lib
#7 54.67 libraries tatlas,tatlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_3_10_info:
#7 54.67 libraries satlas,satlas not found in /usr/local/lib
#7 54.67 libraries lapack_atlas not found in /usr/local/lib
#7 54.67 libraries satlas,satlas not found in /usr/lib
#7 54.67 libraries lapack_atlas not found in /usr/lib
#7 54.67 libraries satlas,satlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 <class 'numpy.distutils.system_info.atlas_3_10_info'>
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_threads_info:
#7 54.67 Setting PTATLAS=ATLAS
#7 54.67 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
#7 54.67 libraries lapack_atlas not found in /usr/local/lib
#7 54.67 libraries ptf77blas,ptcblas,atlas not found in /usr/lib
#7 54.67 libraries lapack_atlas not found in /usr/lib
#7 54.67 libraries ptf77blas,ptcblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 <class 'numpy.distutils.system_info.atlas_threads_info'>
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 atlas_info:
#7 54.67 libraries f77blas,cblas,atlas not found in /usr/local/lib
#7 54.67 libraries lapack_atlas not found in /usr/local/lib
#7 54.67 libraries f77blas,cblas,atlas not found in /usr/lib
#7 54.67 libraries lapack_atlas not found in /usr/lib
#7 54.67 libraries f77blas,cblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 54.67 <class 'numpy.distutils.system_info.atlas_info'>
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 lapack_info:
#7 54.67 libraries lapack not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/numpy/distutils/system_info.py:572: UserWarning:
#7 54.67 Lapack (http://www.netlib.org/lapack/) libraries not found.
#7 54.67 Directories to search for the libraries can be specified in the
#7 54.67 numpy/distutils/site.cfg file (section [lapack]) or by setting
#7 54.67 the LAPACK environment variable.
#7 54.67 self.calc_info()
#7 54.67 lapack_src_info:
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/numpy/distutils/system_info.py:572: UserWarning:
#7 54.67 Lapack (http://www.netlib.org/lapack/) sources not found.
#7 54.67 Directories to search for the sources can be specified in the
#7 54.67 numpy/distutils/site.cfg file (section [lapack_src]) or by setting
#7 54.67 the LAPACK_SRC environment variable.
#7 54.67 self.calc_info()
#7 54.67 NOT AVAILABLE
#7 54.67
#7 54.67 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'define_macros'
#7 54.67 warnings.warn(msg)
#7 54.67 running bdist_wheel
#7 54.67 running build
#7 54.67 running config_cc
#7 54.67 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
#7 54.67 running config_fc
#7 54.67 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
#7 54.67 running build_src
#7 54.67 build_src
#7 54.67 building py_modules sources
#7 54.67 creating build
#7 54.67 creating build/src.linux-aarch64-3.1
#7 54.67 creating build/src.linux-aarch64-3.1/numpy
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/distutils
#7 54.67 building library "npymath" sources
#7 54.67 customize Gnu95FCompiler
#7 54.67 Could not locate executable gfortran
#7 54.67 Could not locate executable f95
#7 54.67 customize IntelFCompiler
#7 54.67 Could not locate executable ifort
#7 54.67 Could not locate executable ifc
#7 54.67 customize LaheyFCompiler
#7 54.67 Could not locate executable lf95
#7 54.67 customize PGroupFCompiler
#7 54.67 Could not locate executable pgfortran
#7 54.67 customize AbsoftFCompiler
#7 54.67 Could not locate executable f90
#7 54.67 Could not locate executable f77
#7 54.67 customize NAGFCompiler
#7 54.67 customize VastFCompiler
#7 54.67 customize CompaqFCompiler
#7 54.67 Could not locate executable fort
#7 54.67 customize IntelItaniumFCompiler
#7 54.67 Could not locate executable efort
#7 54.67 Could not locate executable efc
#7 54.67 customize IntelEM64TFCompiler
#7 54.67 customize GnuFCompiler
#7 54.67 Could not locate executable g77
#7 54.67 customize G95FCompiler
#7 54.67 Could not locate executable g95
#7 54.67 customize PathScaleFCompiler
#7 54.67 Could not locate executable pathf95
#7 54.67 don't know how to compile Fortran code on platform 'posix'
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int exp (void);
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:6: undefined reference to `exp'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:6: undefined reference to `exp'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int exp (void);
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core/src
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/src/npymath' to include_dirs.
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 54.67 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h']
#7 54.67 building library "npysort" sources
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core/src/private
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 54.67 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h', 'build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h']
#7 54.67 building extension "numpy.core._dummy" sources
#7 54.67 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 54.67 1 | #include <sys/endian.h>
#7 54.67 | ^~~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 54.67 1 | #include <sys/endian.h>
#7 54.67 | ^~~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 54.67 7 | (void) SIZEOF_LONGDOUBLE;
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 | SIZEOF_LONG_DOUBLE
#7 54.67 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 54.67 7 | (void) SIZEOF_LONGDOUBLE;
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 | SIZEOF_LONG_DOUBLE
#7 54.67 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 54.67 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 54.67 | ^~~~~~~~~~
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int exp (void);
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:6: undefined reference to `exp'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:6: undefined reference to `exp'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int exp (void);
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘sin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int sin (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘sin’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int sin (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int cos (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:2:5: note: ‘cos’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘tan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int tan (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:3:5: note: ‘tan’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int sinh (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:4:5: note: ‘sinh’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘cosh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int cosh (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:5:5: note: ‘cosh’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int tanh (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:6:5: note: ‘tanh’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabs’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int fabs (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:7:5: note: ‘fabs’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int floor (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:8:5: note: ‘floor’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceil’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int ceil (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:9:5: note: ‘ceil’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 10 | int sqrt (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:10:5: note: ‘sqrt’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:11:5: warning: conflicting types for built-in function ‘log10’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 11 | int log10 (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:11:5: note: ‘log10’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘log’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int log (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:12:5: note: ‘log’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:13:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 13 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:13:5: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:14:5: warning: conflicting types for built-in function ‘asin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 14 | int asin (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:14:5: note: ‘asin’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:15:5: warning: conflicting types for built-in function ‘acos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 15 | int acos (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:15:5: note: ‘acos’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:16:5: warning: conflicting types for built-in function ‘atan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 16 | int atan (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:16:5: note: ‘atan’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:17:5: warning: conflicting types for built-in function ‘fmod’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 17 | int fmod (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:17:5: note: ‘fmod’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:18:5: warning: conflicting types for built-in function ‘modf’; expected ‘double(double, double *)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 18 | int modf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:18:5: note: ‘modf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:19:5: warning: conflicting types for built-in function ‘frexp’; expected ‘double(double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 19 | int frexp (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:19:5: note: ‘frexp’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’; expected ‘double(double, int)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 20 | int ldexp (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:20:5: note: ‘ldexp’ is declared in header ‘<math.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 54.67 8 | (void) HAVE_HYPOT;
#7 54.67 | ^~~~~~~~~~
#7 54.67 | HAVE_CHROOT
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 54.67 8 | (void) HAVE_HYPOT;
#7 54.67 | ^~~~~~~~~~
#7 54.67 | HAVE_CHROOT
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_COPYSIGN;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_COPYSIGN;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘rint’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int rint (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:1:1: note: ‘rint’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int rint (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘trunc’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int trunc (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:2:5: note: ‘trunc’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int exp2 (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:3:5: note: ‘exp2’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘log2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int log2 (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:4:5: note: ‘log2’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘hypot’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int hypot (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:5:5: note: ‘hypot’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘atan2’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int atan2 (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:6:5: note: ‘atan2’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int pow (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:7:5: note: ‘pow’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘copysign’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int copysign (void);
#7 54.67 | ^~~~~~~~
#7 54.67 _configtest.c:8:5: note: ‘copysign’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘nextafter’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int nextafter (void);
#7 54.67 | ^~~~~~~~~
#7 54.67 _configtest.c:9:5: note: ‘nextafter’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘cbrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int cbrt (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:12:5: note: ‘cbrt’ is declared in header ‘<math.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.67 1 | #include <xmmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.67 1 | #include <xmmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.67 1 | #include <emmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.67 1 | #include <emmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 54.67 1 | #include <xlocale.h>
#7 54.67 | ^~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 54.67 1 | #include <xlocale.h>
#7 54.67 | ^~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.67 5 | __builtin_isnan(5.);
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.67 5 | __builtin_isinf(5.);
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.67 5 | __builtin_isfinite(5.);
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.67 5 | __builtin_bswap32(5u);
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.67 5 | __builtin_bswap64(5u);
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 54.67 5 | __builtin_expect(5, 0);
#7 54.67 | ^~~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:5:3: warning: right-hand operand of comma expression has no effect [-Wunused-value]
#7 54.67 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 _configtest.c:5:3: warning: array subscript 0 is outside array bounds of ‘int[0]’ [-Warray-bounds]
#7 54.67 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:7:20: warning: implicit declaration of function ‘__builtin_cpu_supports’; did you mean ‘__builtin_isupper’? [-Wimplicit-function-declaration]
#7 54.67 7 | volatile int r = __builtin_cpu_supports("sse");
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.67 | __builtin_isupper
#7 54.67 _configtest.c:7:16: warning: unused variable ‘r’ [-Wunused-variable]
#7 54.67 7 | volatile int r = __builtin_cpu_supports("sse");
#7 54.67 | ^
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.67 1 | #include <emmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.67 1 | #include <emmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.67 1 | #include <xmmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.67 1 | #include <xmmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.67 1 | #include <xmmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 54.67 1 | #include <xmmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.67 1 | #include <emmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 54.67 1 | #include <emmintrin.h>
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 compilation terminated.
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 /tmp/ccph9Dnt.s: Assembler messages:
#7 54.67 /tmp/ccph9Dnt.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 54.67 /tmp/ccph9Dnt.s: Assembler messages:
#7 54.67 /tmp/ccph9Dnt.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 /tmp/ccQxJHys.s: Assembler messages:
#7 54.67 /tmp/ccQxJHys.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 54.67 /tmp/ccQxJHys.s: Assembler messages:
#7 54.67 /tmp/ccQxJHys.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 54.67 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 54.67 | ^~~
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 54.67 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 54.67 | ^~~
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 54.67 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 54.67 | ^~~
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 54.67 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 54.67 | ^~~
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 _configtest.c: In function ‘__declspec’:
#7 54.67 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 54.67 5 | int __declspec(thread) foo;
#7 54.67 | ^~~
#7 54.67 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 54.67 9 | {
#7 54.67 | ^
#7 54.67 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 54.67 5 | int __declspec(thread) foo;
#7 54.67 | ^~~~~~~~~~
#7 54.67 _configtest.c:12: error: expected ‘{’ at end of input
#7 54.67 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 54.67 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 54.67 3 | #pragma clang diagnostic error "-Wattributes"
#7 54.67 |
#7 54.67 _configtest.c: In function ‘__declspec’:
#7 54.67 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 54.67 5 | int __declspec(thread) foo;
#7 54.67 | ^~~
#7 54.67 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 54.67 9 | {
#7 54.67 | ^
#7 54.67 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 54.67 5 | int __declspec(thread) foo;
#7 54.67 | ^~~~~~~~~~
#7 54.67 _configtest.c:12: error: expected ‘{’ at end of input
#7 54.67 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int sinf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:1:1: note: ‘sinf’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int sinf (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int cosf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:2:5: note: ‘cosf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int tanf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:3:5: note: ‘tanf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int sinhf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:4:5: note: ‘sinhf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int coshf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:5:5: note: ‘coshf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int tanhf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:6:5: note: ‘tanhf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int fabsf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:7:5: note: ‘fabsf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int floorf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:8:5: note: ‘floorf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceilf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int ceilf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:9:5: note: ‘ceilf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 10 | int rintf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:10:5: note: ‘rintf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 11 | int truncf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:11:5: note: ‘truncf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int sqrtf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:12:5: note: ‘sqrtf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 13 | int log10f (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:13:5: note: ‘log10f’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:14:5: warning: conflicting types for built-in function ‘logf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 14 | int logf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:14:5: note: ‘logf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 15 | int log1pf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:15:5: note: ‘log1pf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:16:5: warning: conflicting types for built-in function ‘expf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 16 | int expf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:16:5: note: ‘expf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 17 | int expm1f (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:17:5: note: ‘expm1f’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 18 | int asinf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:18:5: note: ‘asinf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 19 | int acosf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:19:5: note: ‘acosf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 20 | int atanf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:20:5: note: ‘atanf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 21 | int asinhf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:21:5: note: ‘asinhf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 22 | int acoshf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:22:5: note: ‘acoshf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 23 | int atanhf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:23:5: note: ‘atanhf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 24 | int hypotf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:24:5: note: ‘hypotf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2f’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 25 | int atan2f (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:25:5: note: ‘atan2f’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:26:5: warning: conflicting types for built-in function ‘powf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 26 | int powf (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:26:5: note: ‘powf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 27 | int fmodf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:27:5: note: ‘fmodf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:28:5: warning: conflicting types for built-in function ‘modff’; expected ‘float(float, float *)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 28 | int modff (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:28:5: note: ‘modff’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpf’; expected ‘float(float, int *)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 29 | int frexpf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:29:5: note: ‘frexpf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpf’; expected ‘float(float, int)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 30 | int ldexpf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:30:5: note: ‘ldexpf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 31 | int exp2f (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:31:5: note: ‘exp2f’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 32 | int log2f (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:32:5: note: ‘log2f’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 33 | int copysignf (void);
#7 54.67 | ^~~~~~~~~
#7 54.67 _configtest.c:33:5: note: ‘copysignf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 34 | int nextafterf (void);
#7 54.67 | ^~~~~~~~~~
#7 54.67 _configtest.c:34:5: note: ‘nextafterf’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 35 | int cbrtf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:35:5: note: ‘cbrtf’ is declared in header ‘<math.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int sinl (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:1:1: note: ‘sinl’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int sinl (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int cosl (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:2:5: note: ‘cosl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int tanl (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:3:5: note: ‘tanl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int sinhl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:4:5: note: ‘sinhl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int coshl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:5:5: note: ‘coshl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int tanhl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:6:5: note: ‘tanhl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int fabsl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:7:5: note: ‘fabsl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int floorl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:8:5: note: ‘floorl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceill’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int ceill (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:9:5: note: ‘ceill’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 10 | int rintl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:10:5: note: ‘rintl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 11 | int truncl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:11:5: note: ‘truncl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int sqrtl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:12:5: note: ‘sqrtl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 13 | int log10l (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:13:5: note: ‘log10l’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:14:5: warning: conflicting types for built-in function ‘logl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 14 | int logl (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:14:5: note: ‘logl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 15 | int log1pl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:15:5: note: ‘log1pl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:16:5: warning: conflicting types for built-in function ‘expl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 16 | int expl (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:16:5: note: ‘expl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 17 | int expm1l (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:17:5: note: ‘expm1l’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 18 | int asinl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:18:5: note: ‘asinl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 19 | int acosl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:19:5: note: ‘acosl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 20 | int atanl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:20:5: note: ‘atanl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 21 | int asinhl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:21:5: note: ‘asinhl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 22 | int acoshl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:22:5: note: ‘acoshl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 23 | int atanhl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:23:5: note: ‘atanhl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 24 | int hypotl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:24:5: note: ‘hypotl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2l’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 25 | int atan2l (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:25:5: note: ‘atan2l’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:26:5: warning: conflicting types for built-in function ‘powl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 26 | int powl (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:26:5: note: ‘powl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 27 | int fmodl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:27:5: note: ‘fmodl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:28:5: warning: conflicting types for built-in function ‘modfl’; expected ‘long double(long double, long double *)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 28 | int modfl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:28:5: note: ‘modfl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpl’; expected ‘long double(long double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 29 | int frexpl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:29:5: note: ‘frexpl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpl’; expected ‘long double(long double, int)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 30 | int ldexpl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:30:5: note: ‘ldexpl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 31 | int exp2l (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:31:5: note: ‘exp2l’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 32 | int log2l (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:32:5: note: ‘log2l’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 33 | int copysignl (void);
#7 54.67 | ^~~~~~~~~
#7 54.67 _configtest.c:33:5: note: ‘copysignl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 34 | int nextafterl (void);
#7 54.67 | ^~~~~~~~~~
#7 54.67 _configtest.c:34:5: note: ‘nextafterl’ is declared in header ‘<math.h>’
#7 54.67 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 35 | int cbrtl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:35:5: note: ‘cbrtl’ is declared in header ‘<math.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_ISNAN;
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_ISNAN;
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_ISINF;
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_ISINF;
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_SIGNBIT;
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_SIGNBIT;
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_ISFINITE;
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 _configtest.c: In function ‘main’:
#7 54.67 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 54.67 8 | (void) HAVE_DECL_ISFINITE;
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabs’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int cabs (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:1:1: note: ‘cabs’ is declared in header ‘<complex.h>’
#7 54.67 +++ |+#include <complex.h>
#7 54.67 1 | int cabs (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int cacos (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:2:5: note: ‘cacos’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int cacosh (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:3:5: note: ‘cacosh’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘carg’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int carg (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:4:5: note: ‘carg’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘casin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int casin (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:5:5: note: ‘casin’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int casinh (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:6:5: note: ‘casinh’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘catan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int catan (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:7:5: note: ‘catan’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int catanh (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:8:5: note: ‘catanh’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int ccos (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:9:5: note: ‘ccos’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 10 | int ccosh (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:10:5: note: ‘ccosh’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexp’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 11 | int cexp (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:11:5: note: ‘cexp’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimag’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int cimag (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:12:5: note: ‘cimag’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:13:5: warning: conflicting types for built-in function ‘clog’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 13 | int clog (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:13:5: note: ‘clog’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:14:5: warning: conflicting types for built-in function ‘conj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 14 | int conj (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:14:5: note: ‘conj’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpow’; expected ‘_Complex double(_Complex double, _Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 15 | int cpow (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:15:5: note: ‘cpow’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:16:5: warning: conflicting types for built-in function ‘cproj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 16 | int cproj (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:16:5: note: ‘cproj’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:17:5: warning: conflicting types for built-in function ‘creal’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 17 | int creal (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:17:5: note: ‘creal’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 18 | int csin (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:18:5: note: ‘csin’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 19 | int csinh (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:19:5: note: ‘csinh’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrt’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 20 | int csqrt (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:20:5: note: ‘csqrt’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 21 | int ctan (void);
#7 54.67 | ^~~~
#7 54.67 _configtest.c:21:5: note: ‘ctan’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 22 | int ctanh (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:22:5: note: ‘ctanh’ is declared in header ‘<complex.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int cabsf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:1:1: note: ‘cabsf’ is declared in header ‘<complex.h>’
#7 54.67 +++ |+#include <complex.h>
#7 54.67 1 | int cabsf (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int cacosf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:2:5: note: ‘cacosf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int cacoshf (void);
#7 54.67 | ^~~~~~~
#7 54.67 _configtest.c:3:5: note: ‘cacoshf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int cargf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:4:5: note: ‘cargf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int casinf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:5:5: note: ‘casinf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int casinhf (void);
#7 54.67 | ^~~~~~~
#7 54.67 _configtest.c:6:5: note: ‘casinhf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int catanf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:7:5: note: ‘catanf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int catanhf (void);
#7 54.67 | ^~~~~~~
#7 54.67 _configtest.c:8:5: note: ‘catanhf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int ccosf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:9:5: note: ‘ccosf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 10 | int ccoshf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:10:5: note: ‘ccoshf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 11 | int cexpf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:11:5: note: ‘cexpf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int cimagf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:12:5: note: ‘cimagf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 13 | int clogf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:13:5: note: ‘clogf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 14 | int conjf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:14:5: note: ‘conjf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowf’; expected ‘_Complex float(_Complex float, _Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 15 | int cpowf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:15:5: note: ‘cpowf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 16 | int cprojf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:16:5: note: ‘cprojf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:17:5: warning: conflicting types for built-in function ‘crealf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 17 | int crealf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:17:5: note: ‘crealf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 18 | int csinf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:18:5: note: ‘csinf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 19 | int csinhf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:19:5: note: ‘csinhf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 20 | int csqrtf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:20:5: note: ‘csqrtf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 21 | int ctanf (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:21:5: note: ‘ctanf’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 22 | int ctanhf (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:22:5: note: ‘ctanhf’ is declared in header ‘<complex.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int cabsl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:1:1: note: ‘cabsl’ is declared in header ‘<complex.h>’
#7 54.67 +++ |+#include <complex.h>
#7 54.67 1 | int cabsl (void);
#7 54.67 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 2 | int cacosl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:2:5: note: ‘cacosl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 3 | int cacoshl (void);
#7 54.67 | ^~~~~~~
#7 54.67 _configtest.c:3:5: note: ‘cacoshl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 4 | int cargl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:4:5: note: ‘cargl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 5 | int casinl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:5:5: note: ‘casinl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 6 | int casinhl (void);
#7 54.67 | ^~~~~~~
#7 54.67 _configtest.c:6:5: note: ‘casinhl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 7 | int catanl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:7:5: note: ‘catanl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 8 | int catanhl (void);
#7 54.67 | ^~~~~~~
#7 54.67 _configtest.c:8:5: note: ‘catanhl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 9 | int ccosl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:9:5: note: ‘ccosl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 10 | int ccoshl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:10:5: note: ‘ccoshl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 11 | int cexpl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:11:5: note: ‘cexpl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 12 | int cimagl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:12:5: note: ‘cimagl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 13 | int clogl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:13:5: note: ‘clogl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 14 | int conjl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:14:5: note: ‘conjl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowl’; expected ‘_Complex long double(_Complex long double, _Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 15 | int cpowl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:15:5: note: ‘cpowl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 16 | int cprojl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:16:5: note: ‘cprojl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:17:5: warning: conflicting types for built-in function ‘creall’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 17 | int creall (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:17:5: note: ‘creall’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 18 | int csinl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:18:5: note: ‘csinl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 19 | int csinhl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:19:5: note: ‘csinhl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 20 | int csqrtl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:20:5: note: ‘csqrtl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 21 | int ctanl (void);
#7 54.67 | ^~~~~
#7 54.67 _configtest.c:21:5: note: ‘ctanl’ is declared in header ‘<complex.h>’
#7 54.67 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 22 | int ctanhl (void);
#7 54.67 | ^~~~~~
#7 54.67 _configtest.c:22:5: note: ‘ctanhl’ is declared in header ‘<complex.h>’
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:2:12: warning: ‘static_func’ defined but not used [-Wunused-function]
#7 54.67 2 | static int static_func (char * restrict a)
#7 54.67 | ^~~~~~~~~~~
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 54.67 #define HAVE_ENDIAN_H 1
#7 54.67 #define SIZEOF_PY_INTPTR_T 8
#7 54.67 #define SIZEOF_OFF_T 8
#7 54.67 #define SIZEOF_PY_LONG_LONG 8
#7 54.67 #define MATHLIB m
#7 54.67 #define HAVE_SIN 1
#7 54.67 #define HAVE_COS 1
#7 54.67 #define HAVE_TAN 1
#7 54.67 #define HAVE_SINH 1
#7 54.67 #define HAVE_COSH 1
#7 54.67 #define HAVE_TANH 1
#7 54.67 #define HAVE_FABS 1
#7 54.67 #define HAVE_FLOOR 1
#7 54.67 #define HAVE_CEIL 1
#7 54.67 #define HAVE_SQRT 1
#7 54.67 #define HAVE_LOG10 1
#7 54.67 #define HAVE_LOG 1
#7 54.67 #define HAVE_EXP 1
#7 54.67 #define HAVE_ASIN 1
#7 54.67 #define HAVE_ACOS 1
#7 54.67 #define HAVE_ATAN 1
#7 54.67 #define HAVE_FMOD 1
#7 54.67 #define HAVE_MODF 1
#7 54.67 #define HAVE_FREXP 1
#7 54.67 #define HAVE_LDEXP 1
#7 54.67 #define HAVE_RINT 1
#7 54.67 #define HAVE_TRUNC 1
#7 54.67 #define HAVE_EXP2 1
#7 54.67 #define HAVE_LOG2 1
#7 54.67 #define HAVE_HYPOT 1
#7 54.67 #define HAVE_ATAN2 1
#7 54.67 #define HAVE_POW 1
#7 54.67 #define HAVE_COPYSIGN 1
#7 54.67 #define HAVE_NEXTAFTER 1
#7 54.67 #define HAVE_STRTOLL 1
#7 54.67 #define HAVE_STRTOULL 1
#7 54.67 #define HAVE_CBRT 1
#7 54.67 #define HAVE_STRTOLD_L 1
#7 54.67 #define HAVE_FALLOCATE 1
#7 54.67 #define HAVE_BACKTRACE 1
#7 54.67 #define HAVE_FEATURES_H 1
#7 54.67 #define HAVE_DLFCN_H 1
#7 54.67 #define HAVE___BUILTIN_ISNAN 1
#7 54.67 #define HAVE___BUILTIN_ISINF 1
#7 54.67 #define HAVE___BUILTIN_ISFINITE 1
#7 54.67 #define HAVE___BUILTIN_BSWAP32 1
#7 54.67 #define HAVE___BUILTIN_BSWAP64 1
#7 54.67 #define HAVE___BUILTIN_EXPECT 1
#7 54.67 #define HAVE___BUILTIN_MUL_OVERFLOW 1
#7 54.67 #define HAVE___BUILTIN_PREFETCH 1
#7 54.67 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1
#7 54.67 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1
#7 54.67 #define HAVE_ATTRIBUTE_NONNULL 1
#7 54.67 #define HAVE___THREAD 1
#7 54.67 #define HAVE_SINF 1
#7 54.67 #define HAVE_COSF 1
#7 54.67 #define HAVE_TANF 1
#7 54.67 #define HAVE_SINHF 1
#7 54.67 #define HAVE_COSHF 1
#7 54.67 #define HAVE_TANHF 1
#7 54.67 #define HAVE_FABSF 1
#7 54.67 #define HAVE_FLOORF 1
#7 54.67 #define HAVE_CEILF 1
#7 54.67 #define HAVE_RINTF 1
#7 54.67 #define HAVE_TRUNCF 1
#7 54.67 #define HAVE_SQRTF 1
#7 54.67 #define HAVE_LOG10F 1
#7 54.67 #define HAVE_LOGF 1
#7 54.67 #define HAVE_LOG1PF 1
#7 54.67 #define HAVE_EXPF 1
#7 54.67 #define HAVE_EXPM1F 1
#7 54.67 #define HAVE_ASINF 1
#7 54.67 #define HAVE_ACOSF 1
#7 54.67 #define HAVE_ATANF 1
#7 54.67 #define HAVE_ASINHF 1
#7 54.67 #define HAVE_ACOSHF 1
#7 54.67 #define HAVE_ATANHF 1
#7 54.67 #define HAVE_HYPOTF 1
#7 54.67 #define HAVE_ATAN2F 1
#7 54.67 #define HAVE_POWF 1
#7 54.67 #define HAVE_FMODF 1
#7 54.67 #define HAVE_MODFF 1
#7 54.67 #define HAVE_FREXPF 1
#7 54.67 #define HAVE_LDEXPF 1
#7 54.67 #define HAVE_EXP2F 1
#7 54.67 #define HAVE_LOG2F 1
#7 54.67 #define HAVE_COPYSIGNF 1
#7 54.67 #define HAVE_NEXTAFTERF 1
#7 54.67 #define HAVE_CBRTF 1
#7 54.67 #define HAVE_SINL 1
#7 54.67 #define HAVE_COSL 1
#7 54.67 #define HAVE_TANL 1
#7 54.67 #define HAVE_SINHL 1
#7 54.67 #define HAVE_COSHL 1
#7 54.67 #define HAVE_TANHL 1
#7 54.67 #define HAVE_FABSL 1
#7 54.67 #define HAVE_FLOORL 1
#7 54.67 #define HAVE_CEILL 1
#7 54.67 #define HAVE_RINTL 1
#7 54.67 #define HAVE_TRUNCL 1
#7 54.67 #define HAVE_SQRTL 1
#7 54.67 #define HAVE_LOG10L 1
#7 54.67 #define HAVE_LOGL 1
#7 54.67 #define HAVE_LOG1PL 1
#7 54.67 #define HAVE_EXPL 1
#7 54.67 #define HAVE_EXPM1L 1
#7 54.67 #define HAVE_ASINL 1
#7 54.67 #define HAVE_ACOSL 1
#7 54.67 #define HAVE_ATANL 1
#7 54.67 #define HAVE_ASINHL 1
#7 54.67 #define HAVE_ACOSHL 1
#7 54.67 #define HAVE_ATANHL 1
#7 54.67 #define HAVE_HYPOTL 1
#7 54.67 #define HAVE_ATAN2L 1
#7 54.67 #define HAVE_POWL 1
#7 54.67 #define HAVE_FMODL 1
#7 54.67 #define HAVE_MODFL 1
#7 54.67 #define HAVE_FREXPL 1
#7 54.67 #define HAVE_LDEXPL 1
#7 54.67 #define HAVE_EXP2L 1
#7 54.67 #define HAVE_LOG2L 1
#7 54.67 #define HAVE_COPYSIGNL 1
#7 54.67 #define HAVE_NEXTAFTERL 1
#7 54.67 #define HAVE_CBRTL 1
#7 54.67 #define HAVE_DECL_ISNAN
#7 54.67 #define HAVE_DECL_ISINF
#7 54.67 #define HAVE_DECL_SIGNBIT
#7 54.67 #define HAVE_DECL_ISFINITE
#7 54.67 #define HAVE_COMPLEX_H 1
#7 54.67 #define HAVE_CABS 1
#7 54.67 #define HAVE_CACOS 1
#7 54.67 #define HAVE_CACOSH 1
#7 54.67 #define HAVE_CARG 1
#7 54.67 #define HAVE_CASIN 1
#7 54.67 #define HAVE_CASINH 1
#7 54.67 #define HAVE_CATAN 1
#7 54.67 #define HAVE_CATANH 1
#7 54.67 #define HAVE_CCOS 1
#7 54.67 #define HAVE_CCOSH 1
#7 54.67 #define HAVE_CEXP 1
#7 54.67 #define HAVE_CIMAG 1
#7 54.67 #define HAVE_CLOG 1
#7 54.67 #define HAVE_CONJ 1
#7 54.67 #define HAVE_CPOW 1
#7 54.67 #define HAVE_CPROJ 1
#7 54.67 #define HAVE_CREAL 1
#7 54.67 #define HAVE_CSIN 1
#7 54.67 #define HAVE_CSINH 1
#7 54.67 #define HAVE_CSQRT 1
#7 54.67 #define HAVE_CTAN 1
#7 54.67 #define HAVE_CTANH 1
#7 54.67 #define HAVE_CABSF 1
#7 54.67 #define HAVE_CACOSF 1
#7 54.67 #define HAVE_CACOSHF 1
#7 54.67 #define HAVE_CARGF 1
#7 54.67 #define HAVE_CASINF 1
#7 54.67 #define HAVE_CASINHF 1
#7 54.67 #define HAVE_CATANF 1
#7 54.67 #define HAVE_CATANHF 1
#7 54.67 #define HAVE_CCOSF 1
#7 54.67 #define HAVE_CCOSHF 1
#7 54.67 #define HAVE_CEXPF 1
#7 54.67 #define HAVE_CIMAGF 1
#7 54.67 #define HAVE_CLOGF 1
#7 54.67 #define HAVE_CONJF 1
#7 54.67 #define HAVE_CPOWF 1
#7 54.67 #define HAVE_CPROJF 1
#7 54.67 #define HAVE_CREALF 1
#7 54.67 #define HAVE_CSINF 1
#7 54.67 #define HAVE_CSINHF 1
#7 54.67 #define HAVE_CSQRTF 1
#7 54.67 #define HAVE_CTANF 1
#7 54.67 #define HAVE_CTANHF 1
#7 54.67 #define HAVE_CABSL 1
#7 54.67 #define HAVE_CACOSL 1
#7 54.67 #define HAVE_CACOSHL 1
#7 54.67 #define HAVE_CARGL 1
#7 54.67 #define HAVE_CASINL 1
#7 54.67 #define HAVE_CASINHL 1
#7 54.67 #define HAVE_CATANL 1
#7 54.67 #define HAVE_CATANHL 1
#7 54.67 #define HAVE_CCOSL 1
#7 54.67 #define HAVE_CCOSHL 1
#7 54.67 #define HAVE_CEXPL 1
#7 54.67 #define HAVE_CIMAGL 1
#7 54.67 #define HAVE_CLOGL 1
#7 54.67 #define HAVE_CONJL 1
#7 54.67 #define HAVE_CPOWL 1
#7 54.67 #define HAVE_CPROJL 1
#7 54.67 #define HAVE_CREALL 1
#7 54.67 #define HAVE_CSINL 1
#7 54.67 #define HAVE_CSINHL 1
#7 54.67 #define HAVE_CSQRTL 1
#7 54.67 #define HAVE_CTANL 1
#7 54.67 #define HAVE_CTANHL 1
#7 54.67 #define NPY_RESTRICT restrict
#7 54.67 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 54.67 #define HAVE_LDOUBLE_IEEE_QUAD_LE 1
#7 54.67 #define NPY_PY3K 1
#7 54.67 #ifndef __cplusplus
#7 54.67 /* #undef inline */
#7 54.67 #endif
#7 54.67
#7 54.67 #ifndef _NPY_NPY_CONFIG_H_
#7 54.67 #error config.h should never be included directly, include npy_config.h instead
#7 54.67 #endif
#7 54.67
#7 54.67 EOF
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 54.67 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int exp (void);
#7 54.67 gcc _configtest.o -o _configtest
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:6: undefined reference to `exp'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 /usr/bin/ld: _configtest.o: in function `main':
#7 54.67 /tmp/pip-install-4506dbre/numpy_a3bacfd75c5b4656b8795a49711df151/_configtest.c:6: undefined reference to `exp'
#7 54.67 collect2: error: ld returned 1 exit status
#7 54.67 failure.
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 54.67 1 | int exp (void);
#7 54.67 | ^~~
#7 54.67 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 54.67 +++ |+#include <math.h>
#7 54.67 1 | int exp (void);
#7 54.67 gcc _configtest.o -lm -o _configtest
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o _configtest
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 54.67 gcc: _configtest.c
#7 54.67 success!
#7 54.67 removing: _configtest.c _configtest.o
#7 54.67 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 54.67 #define NPY_HAVE_ENDIAN_H 1
#7 54.67 #define NPY_SIZEOF_SHORT SIZEOF_SHORT
#7 54.67 #define NPY_SIZEOF_INT SIZEOF_INT
#7 54.67 #define NPY_SIZEOF_LONG SIZEOF_LONG
#7 54.67 #define NPY_SIZEOF_FLOAT 4
#7 54.67 #define NPY_SIZEOF_COMPLEX_FLOAT 8
#7 54.67 #define NPY_SIZEOF_DOUBLE 8
#7 54.67 #define NPY_SIZEOF_COMPLEX_DOUBLE 16
#7 54.67 #define NPY_SIZEOF_LONGDOUBLE 16
#7 54.67 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#7 54.67 #define NPY_SIZEOF_PY_INTPTR_T 8
#7 54.67 #define NPY_SIZEOF_OFF_T 8
#7 54.67 #define NPY_SIZEOF_PY_LONG_LONG 8
#7 54.67 #define NPY_SIZEOF_LONGLONG 8
#7 54.67 #define NPY_NO_SMP 0
#7 54.67 #define NPY_HAVE_DECL_ISNAN
#7 54.67 #define NPY_HAVE_DECL_ISINF
#7 54.67 #define NPY_HAVE_DECL_SIGNBIT
#7 54.67 #define NPY_HAVE_DECL_ISFINITE
#7 54.67 #define NPY_USE_C99_COMPLEX 1
#7 54.67 #define NPY_HAVE_COMPLEX_DOUBLE 1
#7 54.67 #define NPY_HAVE_COMPLEX_FLOAT 1
#7 54.67 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#7 54.67 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 54.67 #define NPY_USE_C99_FORMATS 1
#7 54.67 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#7 54.67 #define NPY_ABI_VERSION 0x01000009
#7 54.67 #define NPY_API_VERSION 0x0000000B
#7 54.67
#7 54.67 #ifndef __STDC_FORMAT_MACROS
#7 54.67 #define __STDC_FORMAT_MACROS 1
#7 54.67 #endif
#7 54.67
#7 54.67 EOF
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 54.67 executing numpy/core/code_generators/generate_numpy_api.py
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 54.67 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 54.67 building extension "numpy.core.multiarray" sources
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 54.67 executing numpy/core/code_generators/generate_numpy_api.py
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/scalartypes.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 54.67 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 54.67 building extension "numpy.core.umath" sources
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 54.67 executing numpy/core/code_generators/generate_ufunc_api.py
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h' to sources.
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/core/src/umath
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc
#7 54.67 adding 'build/src.linux-aarch64-3.1/numpy/core/src/umath' to include_dirs.
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.c
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/scalarmath.c
#7 54.67 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h']
#7 54.67 building extension "numpy.core.umath_tests" sources
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/umath_tests.c
#7 54.67 building extension "numpy.core.test_rational" sources
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/test_rational.c
#7 54.67 building extension "numpy.core.struct_ufunc_test" sources
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/struct_ufunc_test.c
#7 54.67 building extension "numpy.core.multiarray_tests" sources
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/multiarray_tests.c
#7 54.67 building extension "numpy.core.operand_flag_tests" sources
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/operand_flag_tests.c
#7 54.67 building extension "numpy.fft.fftpack_lite" sources
#7 54.67 building extension "numpy.linalg.lapack_lite" sources
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/linalg
#7 54.67 ### Warning: Using unoptimized lapack ###
#7 54.67 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 54.67 building extension "numpy.linalg._umath_linalg" sources
#7 54.67 ### Warning: Using unoptimized lapack ###
#7 54.67 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 54.67 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 54.67 conv_template:> build/src.linux-aarch64-3.1/numpy/linalg/umath_linalg.c
#7 54.67 building extension "numpy.random.mtrand" sources
#7 54.67 creating build/src.linux-aarch64-3.1/numpy/random
#7 54.67 building data_files sources
#7 54.67 build_src: building npy-pkg config files
#7 54.67 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
#7 54.67 !!
#7 54.67
#7 54.67 ********************************************************************************
#7 54.67 Please avoid running ``setup.py`` directly.
#7 54.67 Instead, use pypa/build, pypa/installer or other
#7 54.67 standards-based tools.
#7 54.67
#7 54.67 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
#7 54.67 ********************************************************************************
#7 54.67
#7 54.67 !!
#7 54.67 self.initialize_options()
#7 54.67 running build_py
#7 54.67 creating build/lib.linux-aarch64-cpython-312
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/ctypeslib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/_distributor_init.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/matlib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/_globals.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/setup.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/add_newdocs.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/_import_tools.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/version.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying numpy/dual.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 copying build/src.linux-aarch64-3.1/numpy/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.67 copying numpy/compat/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.67 copying numpy/compat/py3k.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.67 copying numpy/compat/_inspect.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.67 copying numpy/compat/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/conv_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/intelccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/msvc9compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/msvccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/line_endings.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/from_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/exec_command.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/log.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/misc_util.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/unixccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/extension.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/lib2def.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/pathccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/core.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/cpuinfo.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/environment.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/numpy_distribution.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/system_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/compat.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying numpy/distutils/info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 copying build/src.linux-aarch64-3.1/numpy/distutils/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/autodist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/build_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/install_data.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/install_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/build_src.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/develop.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/build.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/build_py.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/sdist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/egg_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/build_scripts.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/build_ext.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/install.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/config_compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/install_headers.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/none.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/ufuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/misc.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/subclassing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/glossary.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/byteswapping.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/creation.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/constants.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/broadcasting.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/indexing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/structured_arrays.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/basics.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 copying numpy/doc/internals.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/func2subr.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/f2py2e.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/diagnose.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/crackfortran.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/capi_maps.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/__main__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/f2py_testing.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/auxfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/common_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/cb_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/cfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/use_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/info.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 copying numpy/f2py/f90mod_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.67 copying numpy/fft/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.67 copying numpy/fft/helper.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.67 copying numpy/fft/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.67 copying numpy/fft/fftpack.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.67 copying numpy/fft/info.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/mixins.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/index_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/recfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/format.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/_datasource.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/npyio.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/type_check.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/_version.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/stride_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/arraypad.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/arrayterator.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/twodim_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/scimath.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/_iotools.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/user_array.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/financial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/ufunclike.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/nanfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/info.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 copying numpy/lib/arraysetops.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.67 copying numpy/linalg/linalg.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.67 copying numpy/linalg/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.67 copying numpy/linalg/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.67 copying numpy/linalg/info.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/bench.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/testutils.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/mrecords.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/core.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/version.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/timer_comparison.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 copying numpy/ma/extras.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.67 copying numpy/matrixlib/defmatrix.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.67 copying numpy/matrixlib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.67 copying numpy/matrixlib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/legendre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/polyutils.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/hermite.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/hermite_e.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/chebyshev.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/_polybase.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 copying numpy/polynomial/laguerre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.67 copying numpy/random/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.67 copying numpy/random/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.67 copying numpy/random/info.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 54.67 creating build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/noseclasses.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/nosetester.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/print_coercion_tables.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 copying numpy/testing/decorators.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 54.67 running build_clib
#7 54.67 customize UnixCCompiler
#7 54.67 customize UnixCCompiler using build_clib
#7 54.67 building 'npymath' library
#7 54.67 compiling C sources
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 creating build/temp.linux-aarch64-cpython-312
#7 54.67 creating build/temp.linux-aarch64-cpython-312/numpy
#7 54.67 creating build/temp.linux-aarch64-cpython-312/numpy/core
#7 54.67 creating build/temp.linux-aarch64-cpython-312/numpy/core/src
#7 54.67 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/npymath
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 54.67 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.67 gcc: numpy/core/src/npymath/npy_math.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 54.67 gcc: numpy/core/src/npymath/halffloat.c
#7 54.67 ar: adding 4 object files to build/temp.linux-aarch64-cpython-312/libnpymath.a
#7 54.67 building 'npysort' library
#7 54.67 compiling C sources
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 54.67 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 54.67 In file included from numpy/core/src/npysort/selection.c.src:22:
#7 54.67 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 54.67 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.67 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.67 99 | if (type == _part_map[i].typenum) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 54.67 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.67 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.67 115 | if (type == _part_map[i].typenum) {
#7 54.67 | ^~
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 54.67 In file included from numpy/core/src/npysort/binsearch.c.src:6:
#7 54.67 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.67 | ^~
#7 54.67 ar: adding 5 object files to build/temp.linux-aarch64-cpython-312/libnpysort.a
#7 54.67 running build_ext
#7 54.67 customize UnixCCompiler
#7 54.67 customize UnixCCompiler using build_ext
#7 54.67 building 'numpy.core._dummy' extension
#7 54.67 compiling C sources
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.67 gcc: numpy/core/src/dummymodule.c
#7 54.67 gcc -shared build/temp.linux-aarch64-cpython-312/numpy/core/src/dummymodule.o -L/usr/local/lib -Lbuild/temp.linux-aarch64-cpython-312 -lm -o build/lib.linux-aarch64-cpython-312/numpy/core/_dummy.cpython-312-aarch64-linux-gnu.so
#7 54.67 building 'numpy.core.multiarray' extension
#7 54.67 compiling C sources
#7 54.67 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 54.67
#7 54.67 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray
#7 54.67 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 54.67 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/private
#7 54.67 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 54.67 gcc: numpy/core/src/multiarray/alloc.c
#7 54.67 In function ‘PyDataMem_FREE’,
#7 54.67 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1,
#7 54.67 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 54.67 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 54.67 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘p’ may be used after ‘free’ [-Wuse-after-free]
#7 54.67 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 54.67 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 247 | _PyDataMem_eventhook_user_data);
#7 54.67 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 In function ‘PyDataMem_FREE’,
#7 54.67 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 54.67 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 54.67 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 54.67 241 | free(ptr);
#7 54.67 | ^~~~~~~~~
#7 54.67 In function ‘PyDataMem_FREE’,
#7 54.67 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1:
#7 54.67 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘ptr’ may be used after ‘free’ [-Wuse-after-free]
#7 54.67 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 54.67 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 247 | _PyDataMem_eventhook_user_data);
#7 54.67 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
#7 54.67 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 54.67 241 | free(ptr);
#7 54.67 | ^~~~~~~~~
#7 54.67 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
#7 54.67 numpy/core/src/multiarray/alloc.c:263:9: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 54.67 263 | PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 54.67 261 | result = realloc(ptr, size);
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/alloc.c:270:14: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 54.67 270 | (*_PyDataMem_eventhook)(ptr, result, size,
#7 54.67 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 271 | _PyDataMem_eventhook_user_data);
#7 54.67 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 54.67 261 | result = realloc(ptr, size);
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/arrayobject.c
#7 54.67 numpy/core/src/multiarray/arrayobject.c: In function ‘array_repr’:
#7 54.67 numpy/core/src/multiarray/arrayobject.c:673:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 54.67 673 | s = PyEval_CallObject(PyArray_ReprFunction, arglist);
#7 54.67 | ^
#7 54.67 In file included from /usr/local/include/python3.12/Python.h:95,
#7 54.67 from numpy/core/src/multiarray/arrayobject.c:24:
#7 54.67 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 54.67 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/arrayobject.c: In function ‘array_str’:
#7 54.67 numpy/core/src/multiarray/arrayobject.c:689:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 54.67 689 | s = PyEval_CallObject(PyArray_StrFunction, arglist);
#7 54.67 | ^
#7 54.67 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 54.67 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 54.67 numpy/core/src/multiarray/arraytypes.c.src: In function ‘UNICODE_setitem’:
#7 54.67 numpy/core/src/multiarray/arraytypes.c.src:482:11: warning: implicit declaration of function ‘PyUnicode_AS_UNICODE’; did you mean ‘PyUnicode_AsUCS4’? [-Wimplicit-function-declaration]
#7 54.67 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~
#7 54.67 | PyUnicode_AsUCS4
#7 54.67 numpy/core/src/multiarray/arraytypes.c.src:482:9: warning: assignment to ‘Py_UNICODE *’ {aka ‘unsigned int *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#7 54.67 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/arraytypes.c.src:487:15: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.67 487 | datalen = PyUnicode_GET_DATA_SIZE(temp);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_setitem’:
#7 54.67 numpy/core/src/multiarray/arraytypes.c.src:874:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 874 | res = PyObject_AsReadBuffer(op, &buffer, &buflen);
#7 54.67 | ^~~
#7 54.67 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.67 from numpy/core/src/multiarray/arraytypes.c.src:3:
#7 54.67 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.67 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/array_assign.c
#7 54.67 gcc: numpy/core/src/multiarray/array_assign_scalar.c
#7 54.67 numpy/core/src/multiarray/array_assign_scalar.c: In function ‘PyArray_AssignRawScalar’:
#7 54.67 numpy/core/src/multiarray/array_assign_scalar.c:236:34: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
#7 54.67 236 | if (sizeof(scalarbuffer) >= PyArray_DESCR(dst)->elsize) {
#7 54.67 | ^~
#7 54.67 gcc: numpy/core/src/multiarray/array_assign_array.c
#7 54.67 gcc: numpy/core/src/multiarray/buffer.c
#7 54.67 gcc: numpy/core/src/multiarray/calculation.c
#7 54.67 gcc: numpy/core/src/multiarray/compiled_base.c
#7 54.67 numpy/core/src/multiarray/compiled_base.c: In function ‘arr_add_docstring’:
#7 54.67 numpy/core/src/multiarray/compiled_base.c:1386:5: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
#7 54.67 1386 | if (Py_OptimizeFlag > 1) {
#7 54.67 | ^~
#7 54.67 In file included from /usr/local/include/python3.12/Python.h:48,
#7 54.67 from numpy/core/src/multiarray/compiled_base.c:2:
#7 54.67 /usr/local/include/python3.12/cpython/pydebug.h:13:37: note: declared here
#7 54.67 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
#7 54.67 | ^~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/common.c
#7 54.67 numpy/core/src/multiarray/common.c: In function ‘PyArray_DTypeFromObjectHelper’:
#7 54.67 numpy/core/src/multiarray/common.c:186:28: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.67 186 | itemsize = PyUnicode_GET_DATA_SIZE(temp);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/common.c: In function ‘_IsAligned’:
#7 54.67 numpy/core/src/multiarray/common.c:614:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
#7 54.67 614 | for (i = 0; i < PyArray_NDIM(ap); i++) {
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/common.c: In function ‘_IsWriteable’:
#7 54.67 numpy/core/src/multiarray/common.c:671:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 671 | if (PyObject_AsWriteBuffer(base, &dummy, &n) < 0) {
#7 54.67 | ^~
#7 54.67 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.67 from numpy/core/src/multiarray/common.c:2:
#7 54.67 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.67 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/convert.c
#7 54.67 gcc: numpy/core/src/multiarray/convert_datatype.c
#7 54.67 gcc: numpy/core/src/multiarray/conversion_utils.c
#7 54.67 gcc: numpy/core/src/multiarray/ctors.c
#7 54.67 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 54.67 from numpy/core/src/multiarray/ctors.c:14:
#7 54.67 numpy/core/src/multiarray/ctors.c: In function ‘_is_default_descr’:
#7 54.67 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 54.67 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/ctors.c:2136:36: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 54.67 2136 | if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromInterface’:
#7 54.67 numpy/core/src/multiarray/ctors.c:2322:9: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 2322 | res = PyObject_AsWriteBuffer(base, (void **)&data, &buffer_len);
#7 54.67 | ^~~
#7 54.67 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.67 from numpy/core/src/multiarray/ctors.c:2:
#7 54.67 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.67 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/ctors.c:2325:13: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 2325 | res = PyObject_AsReadBuffer(
#7 54.67 | ^~~
#7 54.67 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.67 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromBuffer’:
#7 54.67 numpy/core/src/multiarray/ctors.c:3501:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 3501 | if (PyObject_AsWriteBuffer(buf, (void *)&data, &ts) == -1) {
#7 54.67 | ^~
#7 54.67 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.67 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/ctors.c:3504:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 3504 | if (PyObject_AsReadBuffer(buf, (void *)&data, &ts) == -1) {
#7 54.67 | ^~
#7 54.67 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.67 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/datetime.c
#7 54.67 numpy/core/src/multiarray/datetime.c: In function ‘parse_datetime_extended_unit_from_string’:
#7 54.67 numpy/core/src/multiarray/datetime.c:781:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 781 | if (out_meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c: In function ‘get_datetime_units_factor’:
#7 54.67 numpy/core/src/multiarray/datetime.c:1076:23: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 1076 | while (littlebase > unit) {
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/datetime.c: In function ‘convert_datetime_metadata_tuple_to_datetime_metadata’:
#7 54.67 numpy/core/src/multiarray/datetime.c:1847:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 1847 | if (out_meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_datetime’:
#7 54.67 numpy/core/src/multiarray/datetime.c:2395:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2395 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2411:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2411 | if (meta->base == -1 || meta->base == NPY_FR_GENERIC) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2424:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2424 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2463:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2463 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2495:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2495 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2522:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2522 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_timedelta’:
#7 54.67 numpy/core/src/multiarray/datetime.c:2598:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2598 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2609:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2609 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2622:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2622 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2661:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2661 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2730:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2730 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c:2784:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 2784 | if (meta->base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobjects_to_datetimes’:
#7 54.67 numpy/core/src/multiarray/datetime.c:3118:26: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 3118 | if (inout_meta->base == -1) {
#7 54.67 | ^~
#7 54.67 gcc: numpy/core/src/multiarray/datetime_strings.c
#7 54.67 numpy/core/src/multiarray/datetime_strings.c: In function ‘parse_iso_8601_datetime’:
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:310:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 310 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:350:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 350 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:733:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 733 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’:
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:764:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 764 | if (base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime_strings.c: In function ‘make_iso_8601_datetime’:
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:930:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 930 | if (base == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime_strings.c: In function ‘array_datetime_as_string’:
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:1414:22: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 1414 | if (unit == -1) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/multiarray/datetime_strings.c:1421:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 54.67 1421 | if (unit != -1 && !can_cast_datetime64_units(meta->base, unit, casting)) {
#7 54.67 | ^~
#7 54.67 gcc: numpy/core/src/multiarray/datetime_busday.c
#7 54.67 gcc: numpy/core/src/multiarray/datetime_busdaycal.c
#7 54.67 gcc: numpy/core/src/multiarray/descriptor.c
#7 54.67 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 54.67 from numpy/core/src/multiarray/descriptor.c:14:
#7 54.67 numpy/core/src/multiarray/descriptor.c: In function ‘_convert_from_array_descr’:
#7 54.67 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 54.67 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/descriptor.c:466:13: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 54.67 466 | if (PyUString_GET_SIZE(name) == 0) {
#7 54.67 | ^~~~~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/dtype_transfer.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 54.67 gcc: numpy/core/src/multiarray/flagsobject.c
#7 54.67 gcc: numpy/core/src/multiarray/getset.c
#7 54.67 numpy/core/src/multiarray/getset.c: In function ‘array_strides_set’:
#7 54.67 numpy/core/src/multiarray/getset.c:134:5: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 134 | if (PyArray_BASE(new) && PyObject_AsReadBuffer(PyArray_BASE(new),
#7 54.67 | ^~
#7 54.67 In file included from /usr/local/include/python3.12/Python.h:100,
#7 54.67 from numpy/core/src/multiarray/getset.c:4:
#7 54.67 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.67 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/getset.c: In function ‘array_data_set’:
#7 54.67 numpy/core/src/multiarray/getset.c:344:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 344 | if (PyObject_AsWriteBuffer(op, &buf, &buf_len) < 0) {
#7 54.67 | ^~
#7 54.67 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 54.67 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/getset.c:346:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 54.67 346 | if (PyObject_AsReadBuffer(op, (const void **)&buf, &buf_len) < 0) {
#7 54.67 | ^~
#7 54.67 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 54.67 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/hashdescr.c
#7 54.67 gcc: numpy/core/src/multiarray/item_selection.c
#7 54.67 In file included from numpy/core/src/multiarray/item_selection.c:24:
#7 54.67 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 54.67 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.67 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.67 99 | if (type == _part_map[i].typenum) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 54.67 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.67 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 54.67 115 | if (type == _part_map[i].typenum) {
#7 54.67 | ^~
#7 54.67 In file included from numpy/core/src/multiarray/item_selection.c:25:
#7 54.67 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.67 | ^~
#7 54.67 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 54.67 | ^
#7 54.67 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 54.67 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 54.67 | ^~
#7 54.67 gcc: numpy/core/src/multiarray/iterators.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 54.67 gcc: numpy/core/src/multiarray/mapping.c
#7 54.67 gcc: numpy/core/src/multiarray/methods.c
#7 54.67 gcc: numpy/core/src/multiarray/multiarraymodule.c
#7 54.67 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 54.67 gcc: numpy/core/src/multiarray/nditer_api.c
#7 54.67 numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’:
#7 54.67 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1697 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 In file included from numpy/core/src/multiarray/nditer_api.c:16:
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1697 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1697 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1697 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1697 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1697 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/nditer_constr.c
#7 54.67 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_replace_axisdata’:
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:1997:33: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1997 | NIT_RESETDATAPTR(iter)[iop] = op_dataptr;
#7 54.67 In file included from numpy/core/src/multiarray/nditer_constr.c:16:
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [32, 4112] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6160] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_reverse_axis_ordering’:
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 2 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 3 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 4 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 5 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 6 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 7 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 8 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 9 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 10 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 11 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 12 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 13 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 2240 | *perm = (npy_int8)i;
#7 54.67 | ~~~~~~^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 14 into destination object ‘iter_flexdata’ of size 1
#7 54.67 numpy/core/src/multiarray/nditer_constr.c: In function ‘NpyIter_AdvancedNew’:
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 284 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 284 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 284 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 284 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 284 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 54.67 284 | perm[idim] = (npy_int8)idim;
#7 54.67 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 In function ‘npyiter_replace_axisdata’,
#7 54.67 inlined from ‘npyiter_allocate_arrays’ at numpy/core/src/multiarray/nditer_constr.c:2875:13,
#7 54.67 inlined from ‘NpyIter_AdvancedNew’ at numpy/core/src/multiarray/nditer_constr.c:404:10:
#7 54.67 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 54.67 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 54.67 numpy/core/src/multiarray/nditer_impl.h: In function ‘NpyIter_AdvancedNew’:
#7 54.67 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6152] into destination object ‘iter_flexdata’ of size 1
#7 54.67 146 | char iter_flexdata;
#7 54.67 | ^~~~~~~~~~~~~
#7 54.67 gcc: numpy/core/src/multiarray/nditer_pywrap.c
#7 54.67 gcc: numpy/core/src/multiarray/number.c
#7 54.67 gcc: numpy/core/src/multiarray/numpyos.c
#7 54.67 gcc: numpy/core/src/multiarray/refcount.c
#7 54.67 numpy/core/src/multiarray/refcount.c: In function ‘_fillobject’:
#7 54.67 numpy/core/src/multiarray/refcount.c:279:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.67 279 | for (i = 0; i < dtype->elsize / sizeof(obj); i++) {
#7 54.67 | ^
#7 54.67 gcc: numpy/core/src/multiarray/sequence.c
#7 54.67 gcc: numpy/core/src/multiarray/shape.c
#7 54.67 numpy/core/src/multiarray/shape.c: In function ‘_putzero’:
#7 54.67 numpy/core/src/multiarray/shape.c:347:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 54.67 347 | for (i = 0; i < dtype->elsize / sizeof(zero); i++) {
#7 54.67 | ^
#7 54.67 gcc: numpy/core/src/multiarray/scalarapi.c
#7 54.67 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 54.67 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 54.67 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 | PyUnicode_DATA
#7 54.67 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.67 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.67 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 54.67 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.67 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 54.67 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 54.67 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 54.67 | ^
#7 54.67 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 54.67 from /usr/local/include/python3.12/Python.h:50,
#7 54.67 from numpy/core/src/multiarray/scalarapi.c:2:
#7 54.67 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 54.67 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 54.67 | ^~~~~~~~
#7 54.67 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 54.67 801 | Py_SIZE(vobj) = itemsize;
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 54.67 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 54.67 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.67 | ^~~~~~~~~~~~~~~~~
#7 54.67 | PyUnicode_DATA
#7 54.67 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.67 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 54.67 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 54.67 | ^
#7 54.67 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 54.67 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 54.67 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 54.67 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 54.67 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 54.67 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 54.67 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 54.67 | ^
#7 54.67 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 54.67 from /usr/local/include/python3.12/Python.h:50,
#7 54.67 from numpy/core/src/multiarray/scalarapi.c:2:
#7 54.67 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 54.67 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 54.67 | ^~~~~~~~
#7 54.67 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 54.67 801 | Py_SIZE(vobj) = itemsize;
#7 54.67 | ^
#7 54.67 error: Command "gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c numpy/core/src/multiarray/scalarapi.c -o build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o -MMD -MF build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o.d" failed with exit status 1
#7 54.67 [end of output]
#7 54.67
#7 54.67 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 54.67 Running setup.py clean for numpy
#7 54.67 ERROR: Failed building wheel for numpy
#7 54.76 error: subprocess-exited-with-error
#7 54.76
#7 54.76 × python setup.py clean did not run successfully.
#7 54.76 │ exit code: 1
#7 54.76 ╰─> [10 lines of output]
#7 54.76 Running from numpy source directory.
#7 54.76
#7 54.76 `setup.py clean` is not supported, use one of the following instead:
#7 54.76
#7 54.76 - `git clean -xdf` (cleans all files)
#7 54.76 - `git clean -Xdf` (cleans all versioned files, doesn't touch
#7 54.76 files that aren't checked into the git repo)
#7 54.76
#7 54.76 Add `--force` to your command to use it anyway if you must (unsupported).
#7 54.76
#7 54.76 [end of output]
#7 54.76
#7 54.76 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 54.76 ERROR: Failed cleaning build dir for numpy
#7 54.76 Failed to build numpy
#7 54.76 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
#7 54.93
#7 54.93 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 54.93 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.13.3"]:
54.76
54.76 [end of output]
54.76
54.76 note: This error originates from a subprocess, and is likely not a problem with pip.
54.76 ERROR: Failed cleaning build dir for numpy
54.76 Failed to build numpy
54.76 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
54.93
54.93 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
54.93 [notice] To update, run: pip install --upgrade pip
------
dockerfile87565-501:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.13.3"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | c20a900badc2c612765f9b08a13e7ea14f62176f0ca1f72d2460b4962e81271d | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 13,
"patch": 3
}
}
] | null |
ed7be5805fbb3b07599e2e1302787856c3ae78f4a3c7c3800059d0481ee1dd36 | {
"major": 5,
"minor": 2,
"patch": 1
} | feedparser | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile73955-438
#2 transferring dockerfile: 164B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 557B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "feedparser==5.2.1"]
#7 1.794 Collecting feedparser==5.2.1
#7 2.299 Downloading feedparser-5.2.1.zip (1.2 MB)
#7 2.839 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 2.1 MB/s eta 0:00:00
#7 2.972 Preparing metadata (setup.py): started
#7 3.161 Preparing metadata (setup.py): finished with status 'error'
#7 3.164 error: subprocess-exited-with-error
#7 3.164
#7 3.164 × python setup.py egg_info did not run successfully.
#7 3.164 │ exit code: 1
#7 3.164 ╰─> [1 lines of output]
#7 3.164 error in feedparser setup command: use_2to3 is invalid.
#7 3.164 [end of output]
#7 3.164
#7 3.164 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 3.166 error: metadata-generation-failed
#7 3.166
#7 3.166 × Encountered error while generating package metadata.
#7 3.166 ╰─> See above for output.
#7 3.166
#7 3.166 note: This is an issue with the package mentioned above, not pip.
#7 3.166 hint: See above for details.
#7 3.963
#7 3.963 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 3.963 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install feedparser==5.2.1" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "feedparser==5.2.1"]:
3.166 error: metadata-generation-failed
3.166
3.166 × Encountered error while generating package metadata.
3.166 ╰─> See above for output.
3.166
3.166 note: This is an issue with the package mentioned above, not pip.
3.166 hint: See above for details.
3.963
3.963 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
3.963 [notice] To update, run: pip install --upgrade pip
------
dockerfile73955-438:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "feedparser==5.2.1"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install feedparser==5.2.1" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "feedparser",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": {
"major": 6,
"minor": 0,
"patch": 10
},
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": {
"major": 1,
"minor": 0,
"patch": 0
},
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 5f6b911841ccde6421c61a3fd205c1e352b11c4696fdfa2a4812e966c20fce9e | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "feedparser",
"v": {
"major": 5,
"minor": 2,
"patch": 1
}
}
] | null |
ed7be5805fbb3b07599e2e1302787856c3ae78f4a3c7c3800059d0481ee1dd36 | {
"major": 5,
"minor": 1,
"patch": 3
} | feedparser | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile41378-3
#2 transferring dockerfile: 162B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:3.12.0
#3 DONE 0.0s
#4 [1/3] FROM docker.io/library/python:3.12.0
#4 DONE 0.2s
#5 [internal] load build context
#5 transferring context: 557B done
#5 DONE 0.1s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "feedparser==5.1.3"]
#7 1.645 Collecting feedparser==5.1.3
#7 1.776 Downloading feedparser-5.1.3.zip (1.2 MB)
#7 2.051 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 4.5 MB/s eta 0:00:00
#7 2.184 Preparing metadata (setup.py): started
#7 2.354 Preparing metadata (setup.py): finished with status 'error'
#7 2.358 error: subprocess-exited-with-error
#7 2.358
#7 2.358 × python setup.py egg_info did not run successfully.
#7 2.358 │ exit code: 1
#7 2.358 ╰─> [1 lines of output]
#7 2.358 error in feedparser setup command: use_2to3 is invalid.
#7 2.358 [end of output]
#7 2.358
#7 2.358 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 2.359 error: metadata-generation-failed
#7 2.359
#7 2.359 × Encountered error while generating package metadata.
#7 2.359 ╰─> See above for output.
#7 2.359
#7 2.359 note: This is an issue with the package mentioned above, not pip.
#7 2.359 hint: See above for details.
#7 3.227
#7 3.227 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 3.227 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install feedparser==5.1.3" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "feedparser==5.1.3"]:
2.359 error: metadata-generation-failed
2.359
2.359 × Encountered error while generating package metadata.
2.359 ╰─> See above for output.
2.359
2.359 note: This is an issue with the package mentioned above, not pip.
2.359 hint: See above for details.
3.227
3.227 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
3.227 [notice] To update, run: pip install --upgrade pip
------
dockerfile41378-3:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "feedparser==5.1.3"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install feedparser==5.1.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "feedparser",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": {
"major": 6,
"minor": 0,
"patch": 10
},
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": {
"major": 1,
"minor": 0,
"patch": 0
},
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 7154fadd5e228bcecca53d9de4d21dc44eec0b14a73c850c427fcfdbc8c1f418 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "feedparser",
"v": {
"major": 5,
"minor": 1,
"patch": 3
}
}
] | null |
ed7be5805fbb3b07599e2e1302787856c3ae78f4a3c7c3800059d0481ee1dd36 | null | feedparser | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
import feedparser
ModuleNotFoundError: No module named 'feedparser'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "feedparser",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": {
"major": 6,
"minor": 0,
"patch": 10
},
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": {
"major": 1,
"minor": 0,
"patch": 0
},
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "sgmllib3k",
"v": {
"major": 1,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "feedparser",
"v": {
"major": 6,
"minor": 0,
"patch": 10
}
}
] | delete_dep | dc200a83e6bad3a8e678c0b5e8b8327422f2a4214e53125920fa2b11a357b3b7 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ee0b9b58841e1c1416c3611692abfff38f2f1a9eeb4c0bdb71352807a309a91c | {
"major": 3,
"minor": 12,
"patch": 0
} | null | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile26593-2823
#2 transferring dockerfile: 262B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.1s
#4 [1/4] FROM docker.io/library/python:2.7.13@sha256:ac21ec6277f7da89c32f977b25224abbbbb0f4d3d10ce37461210c14019bc955
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [4/6] RUN ["pip", "install", "requests"]
#6 CACHED
#7 [2/6] ADD snippet.py snippet.py
#7 CACHED
#8 [3/6] RUN ["pip", "install", "bs4"]
#8 CACHED
#9 [5/6] RUN ["pip", "install", "more_itertools"]
#9 CACHED
#10 [6/6] RUN ["pip", "install", "pandas"]
#10 0.638 Collecting pandas
#10 4.721 Downloading https://files.pythonhosted.org/packages/b2/4c/b6f966ac91c5670ba4ef0b0b5613b5379e3c7abdfad4e7b89a87d73bae13/pandas-0.24.2.tar.gz (11.8MB)
#10 11.47 Complete output from command python setup.py egg_info:
#10 11.47 Couldn't find index page for 'numpy' (maybe misspelled?)
#10 11.47 No local packages or working download links found for numpy>=1.12.0
#10 11.47 Traceback (most recent call last):
#10 11.47 File "<string>", line 1, in <module>
#10 11.47 File "/tmp/pip-build-Peb1Ls/pandas/setup.py", line 746, in <module>
#10 11.47 **setuptools_kwargs)
#10 11.47 File "/usr/local/lib/python2.7/distutils/core.py", line 111, in setup
#10 11.47 _setup_distribution = dist = klass(attrs)
#10 11.47 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 335, in __init__
#10 11.47 self.fetch_build_eggs(attrs['setup_requires'])
#10 11.47 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 456, in fetch_build_eggs
#10 11.47 replace_conflicting=True,
#10 11.47 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 863, in resolve
#10 11.47 replace_conflicting=replace_conflicting
#10 11.47 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1141, in best_match
#10 11.47 return self.obtain(req, installer)
#10 11.47 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1153, in obtain
#10 11.47 return installer(requirement)
#10 11.47 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
#10 11.47 return cmd.easy_install(req)
#10 11.47 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
#10 11.47 raise DistutilsError(msg)
#10 11.47 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('numpy>=1.12.0')
#10 11.47
#10 11.47 ----------------------------------------
#10 11.51 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Peb1Ls/pandas/
#10 11.70 You are using pip version 9.0.1, however version 23.3.1 is available.
#10 11.70 You should consider upgrading via the 'pip install --upgrade pip' command.
#10 ERROR: process "pip install pandas" did not complete successfully: exit code: 1
------
> [6/6] RUN ["pip", "install", "pandas"]:
11.47 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
11.47 return cmd.easy_install(req)
11.47 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
11.47 raise DistutilsError(msg)
11.47 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('numpy>=1.12.0')
11.47
11.47 ----------------------------------------
11.51 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Peb1Ls/pandas/
11.70 You are using pip version 9.0.1, however version 23.3.1 is available.
11.70 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile26593-2823:6
--------------------
4 | RUN ["pip", "install", "requests"]
5 | RUN ["pip", "install", "more_itertools"]
6 | >>> RUN ["pip", "install", "pandas"]
7 | CMD ["python", "snippet.py"]
8 |
--------------------
ERROR: failed to solve: process "pip install pandas" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "more_itertools",
"v": null
},
{
"con": "*",
"name": "pandas",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 12,
"patch": 2
},
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": {
"major": 10,
"minor": 1,
"patch": 0
},
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": {
"major": 2,
"minor": 1,
"patch": 3
},
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": {
"major": 2023,
"minor": 3,
"patch": 1
},
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 2,
"minor": 5,
"patch": 0
},
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": {
"major": 2023,
"minor": 3,
"patch": 0
},
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_python_version | 8b155a8153bc8c59de8f2fb71ce7be4f1c8b28f38ec91cb5c03c3e991fff9d14 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "more_itertools",
"v": null
},
{
"con": "*",
"name": "pandas",
"v": null
}
] | null |
ee4859f1032e2e5d4e7a5e8e0a649efa033b962f375b808f6c4c1c593e971eff | null | ripemd | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile26593-1023
#2 transferring dockerfile: 188B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.2s
#4 [1/6] FROM docker.io/library/python:2.7.13@sha256:ac21ec6277f7da89c32f977b25224abbbbb0f4d3d10ce37461210c14019bc955
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/4] ADD snippet.py snippet.py
#6 CACHED
#7 [3/4] RUN ["pip", "install", "ecdsa"]
#7 CACHED
#8 [4/4] RUN ["pip", "install", "ripemd"]
#8 0.392 Collecting ripemd
#8 1.129 Could not find a version that satisfies the requirement ripemd (from versions: )
#8 1.129 No matching distribution found for ripemd
#8 1.294 You are using pip version 9.0.1, however version 23.3.1 is available.
#8 1.294 You should consider upgrading via the 'pip install --upgrade pip' command.
#8 ERROR: process "pip install ripemd" did not complete successfully: exit code: 1
------
> [4/4] RUN ["pip", "install", "ripemd"]:
0.392 Collecting ripemd
1.129 Could not find a version that satisfies the requirement ripemd (from versions: )
1.129 No matching distribution found for ripemd
1.294 You are using pip version 9.0.1, however version 23.3.1 is available.
1.294 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile26593-1023:4
--------------------
2 | ADD snippet.py snippet.py
3 | RUN ["pip", "install", "ecdsa"]
4 | >>> RUN ["pip", "install", "ripemd"]
5 | CMD ["python", "snippet.py"]
6 |
--------------------
ERROR: failed to solve: process "pip install ripemd" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "ecdsa",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": {
"major": 0,
"minor": 18,
"patch": 0
},
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | delete_dep | 4f2d76be16eaaba6da6449fbfabe28a36c49d71e072d476b24e1cc55f4f30148 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "ecdsa",
"v": null
},
{
"con": "*",
"name": "ripemd",
"v": null
}
] | null |
ee6c30c562cc443306c80ed35f116f31a2760c19565cb39775870f42ee3c05a6 | null | numpy | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 26,
"patch": 2
}
}
] | delete_dep | 1e41e91bdfa29344157b64070f1728a2d541b2b0cfc122ca83a97589d0958607 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
ee6c30c562cc443306c80ed35f116f31a2760c19565cb39775870f42ee3c05a6 | {
"major": 1,
"minor": 7,
"patch": 2
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/4] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile47014-112
#2 transferring dockerfile: 159B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 592B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.7.2"]
#7 1.824 Collecting numpy==1.7.2
#7 1.933 Downloading numpy-1.7.2.zip (3.2 MB)
#7 2.398 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 6.8 MB/s eta 0:00:00
#7 2.521 Preparing metadata (setup.py): started
#7 16.86 Preparing metadata (setup.py): finished with status 'error'
#7 16.90 error: subprocess-exited-with-error
#7 16.90
#7 16.90 × python setup.py egg_info did not run successfully.
#7 16.90 │ exit code: 1
#7 16.90 ╰─> [776 lines of output]
#7 16.90 RefactoringTool: Skipping optional fixer: buffer
#7 16.90 RefactoringTool: Skipping optional fixer: idioms
#7 16.90 RefactoringTool: Skipping optional fixer: set_literal
#7 16.90 RefactoringTool: Skipping optional fixer: ws_comma
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ctypeslib.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matlib.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/add_newdocs.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/_import_tools.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/version.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/dual.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/linalg.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/tests/test_build.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/tests/test_linalg.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/tests/test_regression.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/defmatrix.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/tests/test_regression.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/tests/test_random.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/shape_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/index_tricks.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/recfunctions.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/utils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/format.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/function_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/_datasource.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/npyio.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/type_check.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/stride_tricks.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/arraypad.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/twodim_base.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/scimath.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/_iotools.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/polynomial.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/setupscons.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/user_array.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/financial.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/ufunclike.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/info.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/arraysetops.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_shape_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test__iotools.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_arraypad.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_format.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test__datasource.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_type_check.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_function_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_io.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_regression.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_polynomial.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_utils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_financial.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/helper.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/fftpack.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/tests/test_helper.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/tests/test_fftpack.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/func2subr.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/f2py2e.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/diagnose.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/crackfortran.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/__version__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/capi_maps.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/rules.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/f2py_testing.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/common_rules.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/cb_rules.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/cfuncs.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/setupscons.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/use_rules.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/f90mod_rules.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_callback.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_kind.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_size.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_real.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/util.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_mixed.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_character.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/conv_template.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/intelccompiler.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/line_endings.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/__version__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/from_template.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/exec_command.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/log.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/npy_pkg_config.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/misc_util.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/unixccompiler.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/extension.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/lib2def.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/ccompiler.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/pathccompiler.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/core.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/cpuinfo.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/interactive.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/environment.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/compat.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/vast.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/pg.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/mips.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/g95.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/sun.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/nag.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/none.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/intel.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/autodist.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_clib.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/config.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install_data.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/scons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install_clib.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_src.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/develop.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_py.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/sdist.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/egg_info.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_scripts.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_ext.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/config_compiler.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install_headers.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/noseclasses.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/utils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/numpytest.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/nosetester.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/nulltester.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/print_coercion_tables.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/setupscons.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/decorators.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/tests/test_doctesting.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/tests/test_decorators.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/tests/test_utils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/_inspect.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/ufuncs.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/misc.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/alter_code1.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/array_printer.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/functions.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/matrix.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/typeconv.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/mlab.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/precision.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/fft.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/rng.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/random_array.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/setupscons.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/user_array.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/rng_stats.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/arrayfns.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/compat.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/alter_code2.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/bench.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/testutils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/mrecords.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/setupscons.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/version.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/extras.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_mrecords.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_subclassing.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_regression.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_extras.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/tests/test_matlib.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/tests/test_ctypeslib.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/legendre.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/polyutils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/hermite.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/polytemplate.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/hermite_e.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/chebyshev.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/polynomial.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/laguerre.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_classes.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_printing.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/session.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/ufuncs.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/alter_code1.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/functions.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/matrix.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/linear_algebra.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/util.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/random_array.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/convolve.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/setupscons.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/numerictypes.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/compat.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/nd_image.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/image.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/alter_code2.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/shape_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/memmap.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/getlimits.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/__init__.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/machar.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/_internal.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/records.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/function_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/scons_support.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/numeric.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/fromnumeric.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/setupscons.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/_methods.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/numerictypes.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/arrayprint.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/setup_common.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_print.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_defchararray.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_half.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_shape_base.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_numerictypes.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_getlimits.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_unicode.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_api.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_ufunc.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_indexing.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_machar.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_dtype.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_item_selection.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_umath.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_blasdot.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_memmap.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_multiarray.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_einsum.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_nditer.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_scalarmath.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_arrayprint.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_umath_complex.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_indexerrors.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_function_base.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_regression.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_errstate.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_numeric.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_datetime.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_records.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/genapi.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/numpy_api.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/cversions.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/ufuncs.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/misc.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/subclassing.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/__init__.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/glossary.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/byteswapping.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/performance.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/creation.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/constants.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/broadcasting.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/indexing.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/jargon.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/structured_arrays.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/howtofind.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/methods_vs_functions.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/basics.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/io.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/internals.py
#7 16.90 RefactoringTool: Files that were modified:
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ctypeslib.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matlib.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/add_newdocs.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/_import_tools.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/version.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/dual.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/linalg.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/tests/test_build.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/tests/test_linalg.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/defmatrix.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/tests/test_multiarray.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/tests/test_defmatrix.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/tests/test_random.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/mtrand/generate_mtrand_c.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/shape_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/index_tricks.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/recfunctions.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/utils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/format.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/function_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/_datasource.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/npyio.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/type_check.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/stride_tricks.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/arraypad.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/twodim_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/scimath.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/_iotools.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/polynomial.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/user_array.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/financial.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/ufunclike.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/arraysetops.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_twodim_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_shape_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test__iotools.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_arraypad.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_ufunclike.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_arraysetops.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_recfunctions.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_stride_tricks.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_format.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test__datasource.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_type_check.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_function_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_io.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_polynomial.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_index_tricks.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_utils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_financial.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/helper.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/fftpack.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/tests/test_helper.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/tests/test_fftpack.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/func2subr.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/f2py2e.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/diagnose.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/crackfortran.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/__version__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/capi_maps.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/rules.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/f2py_testing.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/common_rules.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/cb_rules.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/cfuncs.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/use_rules.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/f90mod_rules.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/docs/usersguide/setup_example.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_callback.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_kind.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_logical.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_integer.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_size.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_real.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/util.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_complex.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_array_from_pyobj.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_mixed.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_assumed_shape.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/tests/test_return_character.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/conv_template.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/intelccompiler.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/line_endings.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/__version__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/from_template.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/exec_command.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/log.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/mingw32ccompiler.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/npy_pkg_config.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/misc_util.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/unixccompiler.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/extension.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/lib2def.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/ccompiler.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/pathccompiler.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/core.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/cpuinfo.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/interactive.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/environment.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/compat.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/vast.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/pathf95.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/pg.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/hpux.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/mips.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/absoft.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/g95.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/ibm.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/compaq.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/lahey.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/sun.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/gnu.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/nag.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/none.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/fcompiler/intel.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/autodist.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_clib.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/config.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install_data.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/scons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install_clib.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_src.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/develop.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_py.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/sdist.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/egg_info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_scripts.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/build_ext.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/config_compiler.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/install_headers.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/command/bdist_rpm.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_misc_util.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_exec_command.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_npy_pkg_config.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_fcompiler_gnu.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/test_fcompiler_intel.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/gen_ext/tests/test_fib3.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_ext/tests/test_fib2.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example2.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/swig_ext/tests/test_example.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/pyrex_ext/tests/test_primes.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/noseclasses.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/utils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/numpytest.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/nosetester.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/nulltester.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/print_coercion_tables.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/decorators.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/tests/test_doctesting.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/tests/test_decorators.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/tests/test_utils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/_inspect.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/ufuncs.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/fix_default_axis.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/misc.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/alter_code1.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/array_printer.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/functions.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/matrix.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/linear_algebra.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/typeconv.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/mlab.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/precision.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/fft.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/rng.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/random_array.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/user_array.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/rng_stats.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/arrayfns.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/compat.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/alter_code2.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/tests/test_oldnumeric.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/bench.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/testutils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/mrecords.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/version.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/extras.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_mrecords.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_subclassing.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_extras.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/tests/test_matlib.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/tests/test_ctypeslib.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/legendre.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/polyutils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/hermite.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/polytemplate.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/hermite_e.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/chebyshev.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/polynomial.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/laguerre.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_classes.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_legendre.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_hermite_e.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_chebyshev.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_polyutils.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_laguerre.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_polynomial.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_printing.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/tests/test_hermite.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/session.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/ufuncs.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/alter_code1.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/functions.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/matrix.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/linear_algebra.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/util.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/random_array.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/convolve.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/numerictypes.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/compat.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/nd_image.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/image.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/alter_code2.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/shape_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/memmap.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/getlimits.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/machar.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/_internal.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/records.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/function_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/scons_support.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/numeric.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/fromnumeric.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/setupscons.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/_methods.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/numerictypes.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/arrayprint.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/setup_common.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_print.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_defchararray.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_half.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_shape_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_numerictypes.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_getlimits.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_unicode.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_api.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_ufunc.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_indexing.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_machar.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_dtype.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_item_selection.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_umath.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_blasdot.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_multiarray_assignment.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_memmap.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_multiarray.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_einsum.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_nditer.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_scalarmath.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_arrayprint.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_umath_complex.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_indexerrors.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_function_base.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_regression.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_errstate.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_numeric.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_datetime.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/tests/test_records.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/genapi.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/numpy_api.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/ufunc_docstrings.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/cversions.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/ufuncs.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/misc.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/subclassing.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/__init__.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/glossary.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/byteswapping.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/performance.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/creation.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/constants.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/broadcasting.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/indexing.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/jargon.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/structured_arrays.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/howtofind.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/methods_vs_functions.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/basics.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/io.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/doc/internals.py
#7 16.90 RefactoringTool: Warnings/messages while refactoring:
#7 16.90 RefactoringTool: ### In file /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/_iotools.py ###
#7 16.90 RefactoringTool: Line 715: You should use a for loop here
#7 16.90 RefactoringTool: ### In file /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/fromnumeric.py ###
#7 16.90 RefactoringTool: Line 344: You should use 'operator.mul(repeats, axis)' here.
#7 16.90 RefactoringTool: Skipping optional fixer: buffer
#7 16.90 RefactoringTool: Skipping optional fixer: idioms
#7 16.90 RefactoringTool: Skipping optional fixer: set_literal
#7 16.90 RefactoringTool: Skipping optional fixer: ws_comma
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/setup.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/setup.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/setup.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/setup.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/generate_umath.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 16.90 RefactoringTool: Files that were modified:
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/linalg/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/matrixlib/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/random/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/fft/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/gen_ext/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_ext/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/swig_ext/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/f2py_f90_ext/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/tests/pyrex_ext/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/testing/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/polynomial/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/numarray/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/setup.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/generate_numpy_api.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/generate_umath.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/code_generators/generate_ufunc_api.py
#7 16.90 RefactoringTool: Skipping optional fixer: buffer
#7 16.90 RefactoringTool: Skipping optional fixer: idioms
#7 16.90 RefactoringTool: Skipping optional fixer: set_literal
#7 16.90 RefactoringTool: Skipping optional fixer: ws_comma
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/arrayterator.py
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/auxfuncs.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/system_info.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/ma.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/core.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/timer_comparison.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_core.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_old_ma.py
#7 16.90 RefactoringTool: Files that were modified:
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/arrayterator.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/lib/tests/test_arrayterator.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/f2py/auxfuncs.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/system_info.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/oldnumeric/ma.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/core.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/timer_comparison.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_core.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_old_ma.py
#7 16.90 RefactoringTool: Warnings/messages while refactoring:
#7 16.90 RefactoringTool: ### In file /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_core.py ###
#7 16.90 RefactoringTool: Line 327: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 16.90 RefactoringTool: Line 329: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 16.90 RefactoringTool: ### In file /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/ma/tests/test_old_ma.py ###
#7 16.90 RefactoringTool: Line 298: You should use 'operator.mul(x4, (2, 2, 2, 2), axis=0)' here.
#7 16.90 RefactoringTool: Line 300: You should use 'operator.mul(x4, 2, axis=0)' here.
#7 16.90 RefactoringTool: Skipping optional fixer: buffer
#7 16.90 RefactoringTool: Skipping optional fixer: idioms
#7 16.90 RefactoringTool: Skipping optional fixer: set_literal
#7 16.90 RefactoringTool: Skipping optional fixer: ws_comma
#7 16.90 RefactoringTool: No changes to /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/py3k.py
#7 16.90 RefactoringTool: Refactored /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/defchararray.py
#7 16.90 RefactoringTool: Files that were modified:
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/compat/py3k.py
#7 16.90 RefactoringTool: /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/core/defchararray.py
#7 16.90 Running from numpy source directory.
#7 16.90 /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/misc_util.py:1944: SyntaxWarning: invalid escape sequence '\_'
#7 16.90 """Try to get version string of a package.
#7 16.90 /tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/misc_util.py:427: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 16.90 return is_string(s) and ('*' in s or '?' is s)
#7 16.90 Traceback (most recent call last):
#7 16.90 File "<string>", line 2, in <module>
#7 16.90 File "<pip-setuptools-caller>", line 34, in <module>
#7 16.90 File "/tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/setup.py", line 214, in <module>
#7 16.90 setup_package()
#7 16.90 File "/tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/setup.py", line 191, in setup_package
#7 16.90 from numpy.distutils.core import setup
#7 16.90 File "/tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/__init__.py", line 22, in <module>
#7 16.90 import numpy.distutils.ccompiler
#7 16.90 File "/tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/ccompiler.py", line 14, in <module>
#7 16.90 from numpy.distutils import log
#7 16.90 File "/tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/log.py", line 11, in <module>
#7 16.90 from numpy.distutils.misc_util import red_text, default_text, cyan_text, green_text, is_sequence, is_string
#7 16.90 File "/tmp/pip-install-7zirps69/numpy_9886b712d48549fbac8b42e468f4bfad/build/py3k/numpy/distutils/misc_util.py", line 4, in <module>
#7 16.90 import imp
#7 16.90 ModuleNotFoundError: No module named 'imp'
#7 16.90 Converting to Python3 via 2to3...
#7 16.90 [end of output]
#7 16.90
#7 16.90 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 16.90 error: metadata-generation-failed
#7 16.90
#7 16.90 × Encountered error while generating package metadata.
#7 16.90 ╰─> See above for output.
#7 16.90
#7 16.90 note: This is an issue with the package mentioned above, not pip.
#7 16.90 hint: See above for details.
#7 17.05
#7 17.05 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 17.05 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.7.2"]:
16.90 error: metadata-generation-failed
16.90
16.90 × Encountered error while generating package metadata.
16.90 ╰─> See above for output.
16.90
16.90 note: This is an issue with the package mentioned above, not pip.
16.90 hint: See above for details.
17.05
17.05 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
17.05 [notice] To update, run: pip install --upgrade pip
------
dockerfile47014-112:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.7.2"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.7.2" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | aeb58dec9b3ea37486a09e5b30ea4cd1a4b9b3f759a5de0f82cbb4294c8cc76b | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 7,
"patch": 2
}
}
] | null |
ee6c30c562cc443306c80ed35f116f31a2760c19565cb39775870f42ee3c05a6 | {
"major": 1,
"minor": 13,
"patch": 3
} | numpy | #0 building with "desktop-linux" instance using docker driver
#1 [1/4] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile68172-454
#3 transferring dockerfile: 160B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 592B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "numpy==1.13.3"]
#7 1.734 Collecting numpy==1.13.3
#7 1.833 Downloading numpy-1.13.3.zip (5.0 MB)
#7 2.589 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 6.7 MB/s eta 0:00:00
#7 2.714 Preparing metadata (setup.py): started
#7 3.007 Preparing metadata (setup.py): finished with status 'done'
#7 3.010 Building wheels for collected packages: numpy
#7 3.011 Building wheel for numpy (setup.py): started
#7 56.37 Building wheel for numpy (setup.py): finished with status 'error'
#7 56.53 error: subprocess-exited-with-error
#7 56.53
#7 56.53 × python setup.py bdist_wheel did not run successfully.
#7 56.53 │ exit code: 1
#7 56.53 ╰─> [3090 lines of output]
#7 56.53 Running from numpy source directory.
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/numpy/distutils/misc_util.py:469: SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
#7 56.53 return is_string(s) and ('*' in s or '?' is s)
#7 56.53 blas_opt_info:
#7 56.53 blas_mkl_info:
#7 56.53 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 blis_info:
#7 56.53 libraries blis not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 openblas_info:
#7 56.53 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_3_10_blas_threads_info:
#7 56.53 Setting PTATLAS=ATLAS
#7 56.53 libraries tatlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_3_10_blas_info:
#7 56.53 libraries satlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_blas_threads_info:
#7 56.53 Setting PTATLAS=ATLAS
#7 56.53 libraries ptf77blas,ptcblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_blas_info:
#7 56.53 libraries f77blas,cblas,atlas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/numpy/distutils/system_info.py:572: UserWarning:
#7 56.53 Atlas (http://math-atlas.sourceforge.net/) libraries not found.
#7 56.53 Directories to search for the libraries can be specified in the
#7 56.53 numpy/distutils/site.cfg file (section [atlas]) or by setting
#7 56.53 the ATLAS environment variable.
#7 56.53 self.calc_info()
#7 56.53 blas_info:
#7 56.53 libraries blas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/numpy/distutils/system_info.py:572: UserWarning:
#7 56.53 Blas (http://www.netlib.org/blas/) libraries not found.
#7 56.53 Directories to search for the libraries can be specified in the
#7 56.53 numpy/distutils/site.cfg file (section [blas]) or by setting
#7 56.53 the BLAS environment variable.
#7 56.53 self.calc_info()
#7 56.53 blas_src_info:
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/numpy/distutils/system_info.py:572: UserWarning:
#7 56.53 Blas (http://www.netlib.org/blas/) sources not found.
#7 56.53 Directories to search for the sources can be specified in the
#7 56.53 numpy/distutils/site.cfg file (section [blas_src]) or by setting
#7 56.53 the BLAS_SRC environment variable.
#7 56.53 self.calc_info()
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 non-existing path in 'numpy/distutils': 'site.cfg'
#7 56.53 F2PY Version 2
#7 56.53 lapack_opt_info:
#7 56.53 lapack_mkl_info:
#7 56.53 libraries mkl_rt not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 openblas_lapack_info:
#7 56.53 libraries openblas not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_3_10_threads_info:
#7 56.53 Setting PTATLAS=ATLAS
#7 56.53 libraries tatlas,tatlas not found in /usr/local/lib
#7 56.53 libraries lapack_atlas not found in /usr/local/lib
#7 56.53 libraries tatlas,tatlas not found in /usr/lib
#7 56.53 libraries lapack_atlas not found in /usr/lib
#7 56.53 libraries tatlas,tatlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_3_10_info:
#7 56.53 libraries satlas,satlas not found in /usr/local/lib
#7 56.53 libraries lapack_atlas not found in /usr/local/lib
#7 56.53 libraries satlas,satlas not found in /usr/lib
#7 56.53 libraries lapack_atlas not found in /usr/lib
#7 56.53 libraries satlas,satlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 <class 'numpy.distutils.system_info.atlas_3_10_info'>
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_threads_info:
#7 56.53 Setting PTATLAS=ATLAS
#7 56.53 libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
#7 56.53 libraries lapack_atlas not found in /usr/local/lib
#7 56.53 libraries ptf77blas,ptcblas,atlas not found in /usr/lib
#7 56.53 libraries lapack_atlas not found in /usr/lib
#7 56.53 libraries ptf77blas,ptcblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 <class 'numpy.distutils.system_info.atlas_threads_info'>
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 atlas_info:
#7 56.53 libraries f77blas,cblas,atlas not found in /usr/local/lib
#7 56.53 libraries lapack_atlas not found in /usr/local/lib
#7 56.53 libraries f77blas,cblas,atlas not found in /usr/lib
#7 56.53 libraries lapack_atlas not found in /usr/lib
#7 56.53 libraries f77blas,cblas,atlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 libraries lapack_atlas not found in /usr/lib/aarch64-linux-gnu
#7 56.53 <class 'numpy.distutils.system_info.atlas_info'>
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 lapack_info:
#7 56.53 libraries lapack not found in ['/usr/local/lib', '/usr/lib', '/usr/lib/aarch64-linux-gnu']
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/numpy/distutils/system_info.py:572: UserWarning:
#7 56.53 Lapack (http://www.netlib.org/lapack/) libraries not found.
#7 56.53 Directories to search for the libraries can be specified in the
#7 56.53 numpy/distutils/site.cfg file (section [lapack]) or by setting
#7 56.53 the LAPACK environment variable.
#7 56.53 self.calc_info()
#7 56.53 lapack_src_info:
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/numpy/distutils/system_info.py:572: UserWarning:
#7 56.53 Lapack (http://www.netlib.org/lapack/) sources not found.
#7 56.53 Directories to search for the sources can be specified in the
#7 56.53 numpy/distutils/site.cfg file (section [lapack_src]) or by setting
#7 56.53 the LAPACK_SRC environment variable.
#7 56.53 self.calc_info()
#7 56.53 NOT AVAILABLE
#7 56.53
#7 56.53 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'define_macros'
#7 56.53 warnings.warn(msg)
#7 56.53 running bdist_wheel
#7 56.53 running build
#7 56.53 running config_cc
#7 56.53 unifing config_cc, config, build_clib, build_ext, build commands --compiler options
#7 56.53 running config_fc
#7 56.53 unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
#7 56.53 running build_src
#7 56.53 build_src
#7 56.53 building py_modules sources
#7 56.53 creating build
#7 56.53 creating build/src.linux-aarch64-3.1
#7 56.53 creating build/src.linux-aarch64-3.1/numpy
#7 56.53 creating build/src.linux-aarch64-3.1/numpy/distutils
#7 56.53 building library "npymath" sources
#7 56.53 customize Gnu95FCompiler
#7 56.53 Could not locate executable gfortran
#7 56.53 Could not locate executable f95
#7 56.53 customize IntelFCompiler
#7 56.53 Could not locate executable ifort
#7 56.53 Could not locate executable ifc
#7 56.53 customize LaheyFCompiler
#7 56.53 Could not locate executable lf95
#7 56.53 customize PGroupFCompiler
#7 56.53 Could not locate executable pgfortran
#7 56.53 customize AbsoftFCompiler
#7 56.53 Could not locate executable f90
#7 56.53 Could not locate executable f77
#7 56.53 customize NAGFCompiler
#7 56.53 customize VastFCompiler
#7 56.53 customize CompaqFCompiler
#7 56.53 Could not locate executable fort
#7 56.53 customize IntelItaniumFCompiler
#7 56.53 Could not locate executable efort
#7 56.53 Could not locate executable efc
#7 56.53 customize IntelEM64TFCompiler
#7 56.53 customize GnuFCompiler
#7 56.53 Could not locate executable g77
#7 56.53 customize G95FCompiler
#7 56.53 Could not locate executable g95
#7 56.53 customize PathScaleFCompiler
#7 56.53 Could not locate executable pathf95
#7 56.53 don't know how to compile Fortran code on platform 'posix'
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int exp (void);
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:6: undefined reference to `exp'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:6: undefined reference to `exp'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int exp (void);
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 creating build/src.linux-aarch64-3.1/numpy/core
#7 56.53 creating build/src.linux-aarch64-3.1/numpy/core/src
#7 56.53 creating build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h
#7 56.53 adding 'build/src.linux-aarch64-3.1/numpy/core/src/npymath' to include_dirs.
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 56.53 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_internal.h']
#7 56.53 building library "npysort" sources
#7 56.53 creating build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 56.53 creating build/src.linux-aarch64-3.1/numpy/core/src/private
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h
#7 56.53 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h
#7 56.53 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 56.53 None - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/npy_partition.h', 'build/src.linux-aarch64-3.1/numpy/core/src/private/npy_binsearch.h']
#7 56.53 building extension "numpy.core._dummy" sources
#7 56.53 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 56.53 1 | #include <sys/endian.h>
#7 56.53 | ^~~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: sys/endian.h: No such file or directory
#7 56.53 1 | #include <sys/endian.h>
#7 56.53 | ^~~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 4)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 56.53 7 | (void) SIZEOF_LONGDOUBLE;
#7 56.53 | ^~~~~~~~~~~~~~~~~
#7 56.53 | SIZEOF_LONG_DOUBLE
#7 56.53 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:12: error: ‘SIZEOF_LONGDOUBLE’ undeclared (first use in this function); did you mean ‘SIZEOF_LONG_DOUBLE’?
#7 56.53 7 | (void) SIZEOF_LONGDOUBLE;
#7 56.53 | ^~~~~~~~~~~~~~~~~
#7 56.53 | SIZEOF_LONG_DOUBLE
#7 56.53 _configtest.c:7:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 16)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 32)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 7 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:16: warning: variable ‘test_array’ set but not used [-Wunused-but-set-variable]
#7 56.53 5 | static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == 8)];
#7 56.53 | ^~~~~~~~~~
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int exp (void);
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:6: undefined reference to `exp'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:6: undefined reference to `exp'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int exp (void);
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘sin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int sin (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘sin’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int sin (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘cos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int cos (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:2:5: note: ‘cos’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘tan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int tan (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:3:5: note: ‘tan’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int sinh (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:4:5: note: ‘sinh’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘cosh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int cosh (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:5:5: note: ‘cosh’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanh’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int tanh (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:6:5: note: ‘tanh’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabs’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int fabs (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:7:5: note: ‘fabs’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int floor (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:8:5: note: ‘floor’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceil’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int ceil (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:9:5: note: ‘ceil’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:10:5: warning: conflicting types for built-in function ‘sqrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 10 | int sqrt (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:10:5: note: ‘sqrt’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:11:5: warning: conflicting types for built-in function ‘log10’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 11 | int log10 (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:11:5: note: ‘log10’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘log’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int log (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:12:5: note: ‘log’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:13:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 13 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:13:5: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:14:5: warning: conflicting types for built-in function ‘asin’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 14 | int asin (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:14:5: note: ‘asin’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:15:5: warning: conflicting types for built-in function ‘acos’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 15 | int acos (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:15:5: note: ‘acos’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:16:5: warning: conflicting types for built-in function ‘atan’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 16 | int atan (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:16:5: note: ‘atan’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:17:5: warning: conflicting types for built-in function ‘fmod’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 17 | int fmod (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:17:5: note: ‘fmod’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:18:5: warning: conflicting types for built-in function ‘modf’; expected ‘double(double, double *)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 18 | int modf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:18:5: note: ‘modf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:19:5: warning: conflicting types for built-in function ‘frexp’; expected ‘double(double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 19 | int frexp (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:19:5: note: ‘frexp’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:20:5: warning: conflicting types for built-in function ‘ldexp’; expected ‘double(double, int)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 20 | int ldexp (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:20:5: note: ‘ldexp’ is declared in header ‘<math.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 56.53 8 | (void) HAVE_HYPOT;
#7 56.53 | ^~~~~~~~~~
#7 56.53 | HAVE_CHROOT
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_HYPOT’ undeclared (first use in this function); did you mean ‘HAVE_CHROOT’?
#7 56.53 8 | (void) HAVE_HYPOT;
#7 56.53 | ^~~~~~~~~~
#7 56.53 | HAVE_CHROOT
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_COPYSIGN;
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_COPYSIGN’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_COPYSIGN;
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘rint’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int rint (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:1:1: note: ‘rint’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int rint (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘trunc’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int trunc (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:2:5: note: ‘trunc’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘exp2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int exp2 (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:3:5: note: ‘exp2’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘log2’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int log2 (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:4:5: note: ‘log2’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘hypot’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int hypot (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:5:5: note: ‘hypot’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘atan2’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int atan2 (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:6:5: note: ‘atan2’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int pow (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:7:5: note: ‘pow’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘copysign’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int copysign (void);
#7 56.53 | ^~~~~~~~
#7 56.53 _configtest.c:8:5: note: ‘copysign’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘nextafter’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int nextafter (void);
#7 56.53 | ^~~~~~~~~
#7 56.53 _configtest.c:9:5: note: ‘nextafter’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘cbrt’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int cbrt (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:12:5: note: ‘cbrt’ is declared in header ‘<math.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 56.53 1 | #include <xmmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 56.53 1 | #include <xmmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 56.53 1 | #include <emmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 56.53 1 | #include <emmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 56.53 1 | #include <xlocale.h>
#7 56.53 | ^~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: xlocale.h: No such file or directory
#7 56.53 1 | #include <xlocale.h>
#7 56.53 | ^~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 56.53 5 | __builtin_isnan(5.);
#7 56.53 | ^~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 56.53 5 | __builtin_isinf(5.);
#7 56.53 | ^~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 56.53 5 | __builtin_isfinite(5.);
#7 56.53 | ^~~~~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 56.53 5 | __builtin_bswap32(5u);
#7 56.53 | ^~~~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 56.53 5 | __builtin_bswap64(5u);
#7 56.53 | ^~~~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: statement with no effect [-Wunused-value]
#7 56.53 5 | __builtin_expect(5, 0);
#7 56.53 | ^~~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:5:3: warning: right-hand operand of comma expression has no effect [-Wunused-value]
#7 56.53 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 56.53 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.53 _configtest.c:5:3: warning: array subscript 0 is outside array bounds of ‘int[0]’ [-Warray-bounds]
#7 56.53 5 | __builtin_mul_overflow(5, 5, (int*)5);
#7 56.53 | ^~~~~~~~~~~~~~~~~~~~~~
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:7:20: warning: implicit declaration of function ‘__builtin_cpu_supports’; did you mean ‘__builtin_isupper’? [-Wimplicit-function-declaration]
#7 56.53 7 | volatile int r = __builtin_cpu_supports("sse");
#7 56.53 | ^~~~~~~~~~~~~~~~~~~~~~
#7 56.53 | __builtin_isupper
#7 56.53 _configtest.c:7:16: warning: unused variable ‘r’ [-Wunused-variable]
#7 56.53 7 | volatile int r = __builtin_cpu_supports("sse");
#7 56.53 | ^
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:7: undefined reference to `__builtin_cpu_supports'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 56.53 1 | #include <emmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 56.53 1 | #include <emmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 56.53 1 | #include <xmmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 56.53 1 | #include <xmmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 56.53 1 | #include <xmmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: xmmintrin.h: No such file or directory
#7 56.53 1 | #include <xmmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 56.53 1 | #include <emmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 _configtest.c:1:10: fatal error: emmintrin.h: No such file or directory
#7 56.53 1 | #include <emmintrin.h>
#7 56.53 | ^~~~~~~~~~~~~
#7 56.53 compilation terminated.
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 /tmp/ccoelykO.s: Assembler messages:
#7 56.53 /tmp/ccoelykO.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 56.53 /tmp/ccoelykO.s: Assembler messages:
#7 56.53 /tmp/ccoelykO.s:19: Error: unknown mnemonic `vpand' -- `vpand %xmm1,%xmm2,%xmm3'
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 /tmp/ccyaeEkw.s: Assembler messages:
#7 56.53 /tmp/ccyaeEkw.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 56.53 /tmp/ccyaeEkw.s: Assembler messages:
#7 56.53 /tmp/ccyaeEkw.s:19: Error: unknown mnemonic `vpand' -- `vpand %ymm1,%ymm2,%ymm3'
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 56.53 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 56.53 | ^~~
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 _configtest.c:5:1: error: pragma or attribute ‘target("avx")’ is not valid
#7 56.53 5 | int __attribute__((target ("avx"))) attribute_target_avx(void*);
#7 56.53 | ^~~
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 56.53 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 56.53 | ^~~
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 _configtest.c:5:1: error: pragma or attribute ‘target("avx2")’ is not valid
#7 56.53 5 | int __attribute__((target ("avx2"))) attribute_target_avx2(void*);
#7 56.53 | ^~~
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 _configtest.c: In function ‘__declspec’:
#7 56.53 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 56.53 5 | int __declspec(thread) foo;
#7 56.53 | ^~~
#7 56.53 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 56.53 9 | {
#7 56.53 | ^
#7 56.53 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 56.53 5 | int __declspec(thread) foo;
#7 56.53 | ^~~~~~~~~~
#7 56.53 _configtest.c:12: error: expected ‘{’ at end of input
#7 56.53 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 56.53 _configtest.c:3: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas]
#7 56.53 3 | #pragma clang diagnostic error "-Wattributes"
#7 56.53 |
#7 56.53 _configtest.c: In function ‘__declspec’:
#7 56.53 _configtest.c:5:24: error: expected declaration specifiers before ‘foo’
#7 56.53 5 | int __declspec(thread) foo;
#7 56.53 | ^~~
#7 56.53 _configtest.c:9:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
#7 56.53 9 | {
#7 56.53 | ^
#7 56.53 _configtest.c:5:5: warning: type of ‘thread’ defaults to ‘int’ [-Wimplicit-int]
#7 56.53 5 | int __declspec(thread) foo;
#7 56.53 | ^~~~~~~~~~
#7 56.53 _configtest.c:12: error: expected ‘{’ at end of input
#7 56.53 _configtest.c:12: warning: control reaches end of non-void function [-Wreturn-type]
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int sinf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:1:1: note: ‘sinf’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int sinf (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int cosf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:2:5: note: ‘cosf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int tanf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:3:5: note: ‘tanf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int sinhf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:4:5: note: ‘sinhf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int coshf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:5:5: note: ‘coshf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int tanhf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:6:5: note: ‘tanhf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int fabsf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:7:5: note: ‘fabsf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int floorf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:8:5: note: ‘floorf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceilf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int ceilf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:9:5: note: ‘ceilf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 10 | int rintf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:10:5: note: ‘rintf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 11 | int truncf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:11:5: note: ‘truncf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int sqrtf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:12:5: note: ‘sqrtf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 13 | int log10f (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:13:5: note: ‘log10f’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:14:5: warning: conflicting types for built-in function ‘logf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 14 | int logf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:14:5: note: ‘logf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 15 | int log1pf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:15:5: note: ‘log1pf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:16:5: warning: conflicting types for built-in function ‘expf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 16 | int expf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:16:5: note: ‘expf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 17 | int expm1f (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:17:5: note: ‘expm1f’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 18 | int asinf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:18:5: note: ‘asinf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 19 | int acosf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:19:5: note: ‘acosf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 20 | int atanf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:20:5: note: ‘atanf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 21 | int asinhf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:21:5: note: ‘asinhf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 22 | int acoshf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:22:5: note: ‘acoshf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 23 | int atanhf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:23:5: note: ‘atanhf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 24 | int hypotf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:24:5: note: ‘hypotf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2f’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 25 | int atan2f (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:25:5: note: ‘atan2f’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:26:5: warning: conflicting types for built-in function ‘powf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 26 | int powf (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:26:5: note: ‘powf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 27 | int fmodf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:27:5: note: ‘fmodf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:28:5: warning: conflicting types for built-in function ‘modff’; expected ‘float(float, float *)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 28 | int modff (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:28:5: note: ‘modff’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpf’; expected ‘float(float, int *)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 29 | int frexpf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:29:5: note: ‘frexpf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpf’; expected ‘float(float, int)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 30 | int ldexpf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:30:5: note: ‘ldexpf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 31 | int exp2f (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:31:5: note: ‘exp2f’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2f’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 32 | int log2f (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:32:5: note: ‘log2f’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 33 | int copysignf (void);
#7 56.53 | ^~~~~~~~~
#7 56.53 _configtest.c:33:5: note: ‘copysignf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterf’; expected ‘float(float, float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 34 | int nextafterf (void);
#7 56.53 | ^~~~~~~~~~
#7 56.53 _configtest.c:34:5: note: ‘nextafterf’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtf’; expected ‘float(float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 35 | int cbrtf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:35:5: note: ‘cbrtf’ is declared in header ‘<math.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘sinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int sinl (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:1:1: note: ‘sinl’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int sinl (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘cosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int cosl (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:2:5: note: ‘cosl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘tanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int tanl (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:3:5: note: ‘tanl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘sinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int sinhl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:4:5: note: ‘sinhl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘coshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int coshl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:5:5: note: ‘coshl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘tanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int tanhl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:6:5: note: ‘tanhl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘fabsl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int fabsl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:7:5: note: ‘fabsl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘floorl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int floorl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:8:5: note: ‘floorl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘ceill’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int ceill (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:9:5: note: ‘ceill’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:10:5: warning: conflicting types for built-in function ‘rintl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 10 | int rintl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:10:5: note: ‘rintl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:11:5: warning: conflicting types for built-in function ‘truncl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 11 | int truncl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:11:5: note: ‘truncl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘sqrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int sqrtl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:12:5: note: ‘sqrtl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:13:5: warning: conflicting types for built-in function ‘log10l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 13 | int log10l (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:13:5: note: ‘log10l’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:14:5: warning: conflicting types for built-in function ‘logl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 14 | int logl (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:14:5: note: ‘logl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:15:5: warning: conflicting types for built-in function ‘log1pl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 15 | int log1pl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:15:5: note: ‘log1pl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:16:5: warning: conflicting types for built-in function ‘expl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 16 | int expl (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:16:5: note: ‘expl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:17:5: warning: conflicting types for built-in function ‘expm1l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 17 | int expm1l (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:17:5: note: ‘expm1l’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:18:5: warning: conflicting types for built-in function ‘asinl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 18 | int asinl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:18:5: note: ‘asinl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:19:5: warning: conflicting types for built-in function ‘acosl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 19 | int acosl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:19:5: note: ‘acosl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:20:5: warning: conflicting types for built-in function ‘atanl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 20 | int atanl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:20:5: note: ‘atanl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:21:5: warning: conflicting types for built-in function ‘asinhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 21 | int asinhl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:21:5: note: ‘asinhl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:22:5: warning: conflicting types for built-in function ‘acoshl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 22 | int acoshl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:22:5: note: ‘acoshl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:23:5: warning: conflicting types for built-in function ‘atanhl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 23 | int atanhl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:23:5: note: ‘atanhl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:24:5: warning: conflicting types for built-in function ‘hypotl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 24 | int hypotl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:24:5: note: ‘hypotl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:25:5: warning: conflicting types for built-in function ‘atan2l’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 25 | int atan2l (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:25:5: note: ‘atan2l’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:26:5: warning: conflicting types for built-in function ‘powl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 26 | int powl (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:26:5: note: ‘powl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:27:5: warning: conflicting types for built-in function ‘fmodl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 27 | int fmodl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:27:5: note: ‘fmodl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:28:5: warning: conflicting types for built-in function ‘modfl’; expected ‘long double(long double, long double *)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 28 | int modfl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:28:5: note: ‘modfl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:29:5: warning: conflicting types for built-in function ‘frexpl’; expected ‘long double(long double, int *)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 29 | int frexpl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:29:5: note: ‘frexpl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:30:5: warning: conflicting types for built-in function ‘ldexpl’; expected ‘long double(long double, int)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 30 | int ldexpl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:30:5: note: ‘ldexpl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:31:5: warning: conflicting types for built-in function ‘exp2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 31 | int exp2l (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:31:5: note: ‘exp2l’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:32:5: warning: conflicting types for built-in function ‘log2l’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 32 | int log2l (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:32:5: note: ‘log2l’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:33:5: warning: conflicting types for built-in function ‘copysignl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 33 | int copysignl (void);
#7 56.53 | ^~~~~~~~~
#7 56.53 _configtest.c:33:5: note: ‘copysignl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:34:5: warning: conflicting types for built-in function ‘nextafterl’; expected ‘long double(long double, long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 34 | int nextafterl (void);
#7 56.53 | ^~~~~~~~~~
#7 56.53 _configtest.c:34:5: note: ‘nextafterl’ is declared in header ‘<math.h>’
#7 56.53 _configtest.c:35:5: warning: conflicting types for built-in function ‘cbrtl’; expected ‘long double(long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 35 | int cbrtl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:35:5: note: ‘cbrtl’ is declared in header ‘<math.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_ISNAN;
#7 56.53 | ^~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_ISNAN’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_ISNAN;
#7 56.53 | ^~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_ISINF;
#7 56.53 | ^~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_ISINF’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_ISINF;
#7 56.53 | ^~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_SIGNBIT;
#7 56.53 | ^~~~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_SIGNBIT’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_SIGNBIT;
#7 56.53 | ^~~~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_ISFINITE;
#7 56.53 | ^~~~~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 _configtest.c: In function ‘main’:
#7 56.53 _configtest.c:8:12: error: ‘HAVE_DECL_ISFINITE’ undeclared (first use in this function)
#7 56.53 8 | (void) HAVE_DECL_ISFINITE;
#7 56.53 | ^~~~~~~~~~~~~~~~~~
#7 56.53 _configtest.c:8:12: note: each undeclared identifier is reported only once for each function it appears in
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabs’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int cabs (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:1:1: note: ‘cabs’ is declared in header ‘<complex.h>’
#7 56.53 +++ |+#include <complex.h>
#7 56.53 1 | int cabs (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int cacos (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:2:5: note: ‘cacos’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int cacosh (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:3:5: note: ‘cacosh’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘carg’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int carg (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:4:5: note: ‘carg’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘casin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int casin (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:5:5: note: ‘casin’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int casinh (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:6:5: note: ‘casinh’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘catan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int catan (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:7:5: note: ‘catan’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int catanh (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:8:5: note: ‘catanh’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccos’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int ccos (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:9:5: note: ‘ccos’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccosh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 10 | int ccosh (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:10:5: note: ‘ccosh’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexp’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 11 | int cexp (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:11:5: note: ‘cexp’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimag’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int cimag (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:12:5: note: ‘cimag’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:13:5: warning: conflicting types for built-in function ‘clog’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 13 | int clog (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:13:5: note: ‘clog’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:14:5: warning: conflicting types for built-in function ‘conj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 14 | int conj (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:14:5: note: ‘conj’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpow’; expected ‘_Complex double(_Complex double, _Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 15 | int cpow (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:15:5: note: ‘cpow’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:16:5: warning: conflicting types for built-in function ‘cproj’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 16 | int cproj (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:16:5: note: ‘cproj’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:17:5: warning: conflicting types for built-in function ‘creal’; expected ‘double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 17 | int creal (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:17:5: note: ‘creal’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:18:5: warning: conflicting types for built-in function ‘csin’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 18 | int csin (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:18:5: note: ‘csin’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 19 | int csinh (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:19:5: note: ‘csinh’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrt’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 20 | int csqrt (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:20:5: note: ‘csqrt’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctan’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 21 | int ctan (void);
#7 56.53 | ^~~~
#7 56.53 _configtest.c:21:5: note: ‘ctan’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanh’; expected ‘_Complex double(_Complex double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 22 | int ctanh (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:22:5: note: ‘ctanh’ is declared in header ‘<complex.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int cabsf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:1:1: note: ‘cabsf’ is declared in header ‘<complex.h>’
#7 56.53 +++ |+#include <complex.h>
#7 56.53 1 | int cabsf (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int cacosf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:2:5: note: ‘cacosf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int cacoshf (void);
#7 56.53 | ^~~~~~~
#7 56.53 _configtest.c:3:5: note: ‘cacoshf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int cargf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:4:5: note: ‘cargf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int casinf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:5:5: note: ‘casinf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int casinhf (void);
#7 56.53 | ^~~~~~~
#7 56.53 _configtest.c:6:5: note: ‘casinhf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int catanf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:7:5: note: ‘catanf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int catanhf (void);
#7 56.53 | ^~~~~~~
#7 56.53 _configtest.c:8:5: note: ‘catanhf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int ccosf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:9:5: note: ‘ccosf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 10 | int ccoshf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:10:5: note: ‘ccoshf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 11 | int cexpf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:11:5: note: ‘cexpf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int cimagf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:12:5: note: ‘cimagf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 13 | int clogf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:13:5: note: ‘clogf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 14 | int conjf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:14:5: note: ‘conjf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowf’; expected ‘_Complex float(_Complex float, _Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 15 | int cpowf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:15:5: note: ‘cpowf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 16 | int cprojf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:16:5: note: ‘cprojf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:17:5: warning: conflicting types for built-in function ‘crealf’; expected ‘float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 17 | int crealf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:17:5: note: ‘crealf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 18 | int csinf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:18:5: note: ‘csinf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 19 | int csinhf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:19:5: note: ‘csinhf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 20 | int csqrtf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:20:5: note: ‘csqrtf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 21 | int ctanf (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:21:5: note: ‘ctanf’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhf’; expected ‘_Complex float(_Complex float)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 22 | int ctanhf (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:22:5: note: ‘ctanhf’ is declared in header ‘<complex.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘cabsl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int cabsl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:1:1: note: ‘cabsl’ is declared in header ‘<complex.h>’
#7 56.53 +++ |+#include <complex.h>
#7 56.53 1 | int cabsl (void);
#7 56.53 _configtest.c:2:5: warning: conflicting types for built-in function ‘cacosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 2 | int cacosl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:2:5: note: ‘cacosl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:3:5: warning: conflicting types for built-in function ‘cacoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 3 | int cacoshl (void);
#7 56.53 | ^~~~~~~
#7 56.53 _configtest.c:3:5: note: ‘cacoshl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:4:5: warning: conflicting types for built-in function ‘cargl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 4 | int cargl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:4:5: note: ‘cargl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:5:5: warning: conflicting types for built-in function ‘casinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 5 | int casinl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:5:5: note: ‘casinl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:6:5: warning: conflicting types for built-in function ‘casinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 6 | int casinhl (void);
#7 56.53 | ^~~~~~~
#7 56.53 _configtest.c:6:5: note: ‘casinhl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:7:5: warning: conflicting types for built-in function ‘catanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 7 | int catanl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:7:5: note: ‘catanl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:8:5: warning: conflicting types for built-in function ‘catanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 8 | int catanhl (void);
#7 56.53 | ^~~~~~~
#7 56.53 _configtest.c:8:5: note: ‘catanhl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:9:5: warning: conflicting types for built-in function ‘ccosl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 9 | int ccosl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:9:5: note: ‘ccosl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:10:5: warning: conflicting types for built-in function ‘ccoshl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 10 | int ccoshl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:10:5: note: ‘ccoshl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:11:5: warning: conflicting types for built-in function ‘cexpl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 11 | int cexpl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:11:5: note: ‘cexpl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:12:5: warning: conflicting types for built-in function ‘cimagl’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 12 | int cimagl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:12:5: note: ‘cimagl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:13:5: warning: conflicting types for built-in function ‘clogl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 13 | int clogl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:13:5: note: ‘clogl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:14:5: warning: conflicting types for built-in function ‘conjl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 14 | int conjl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:14:5: note: ‘conjl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:15:5: warning: conflicting types for built-in function ‘cpowl’; expected ‘_Complex long double(_Complex long double, _Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 15 | int cpowl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:15:5: note: ‘cpowl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:16:5: warning: conflicting types for built-in function ‘cprojl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 16 | int cprojl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:16:5: note: ‘cprojl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:17:5: warning: conflicting types for built-in function ‘creall’; expected ‘long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 17 | int creall (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:17:5: note: ‘creall’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:18:5: warning: conflicting types for built-in function ‘csinl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 18 | int csinl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:18:5: note: ‘csinl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:19:5: warning: conflicting types for built-in function ‘csinhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 19 | int csinhl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:19:5: note: ‘csinhl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:20:5: warning: conflicting types for built-in function ‘csqrtl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 20 | int csqrtl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:20:5: note: ‘csqrtl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:21:5: warning: conflicting types for built-in function ‘ctanl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 21 | int ctanl (void);
#7 56.53 | ^~~~~
#7 56.53 _configtest.c:21:5: note: ‘ctanl’ is declared in header ‘<complex.h>’
#7 56.53 _configtest.c:22:5: warning: conflicting types for built-in function ‘ctanhl’; expected ‘_Complex long double(_Complex long double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 22 | int ctanhl (void);
#7 56.53 | ^~~~~~
#7 56.53 _configtest.c:22:5: note: ‘ctanhl’ is declared in header ‘<complex.h>’
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:2:12: warning: ‘static_func’ defined but not used [-Wunused-function]
#7 56.53 2 | static int static_func (char * restrict a)
#7 56.53 | ^~~~~~~~~~~
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h
#7 56.53 #define HAVE_ENDIAN_H 1
#7 56.53 #define SIZEOF_PY_INTPTR_T 8
#7 56.53 #define SIZEOF_OFF_T 8
#7 56.53 #define SIZEOF_PY_LONG_LONG 8
#7 56.53 #define MATHLIB m
#7 56.53 #define HAVE_SIN 1
#7 56.53 #define HAVE_COS 1
#7 56.53 #define HAVE_TAN 1
#7 56.53 #define HAVE_SINH 1
#7 56.53 #define HAVE_COSH 1
#7 56.53 #define HAVE_TANH 1
#7 56.53 #define HAVE_FABS 1
#7 56.53 #define HAVE_FLOOR 1
#7 56.53 #define HAVE_CEIL 1
#7 56.53 #define HAVE_SQRT 1
#7 56.53 #define HAVE_LOG10 1
#7 56.53 #define HAVE_LOG 1
#7 56.53 #define HAVE_EXP 1
#7 56.53 #define HAVE_ASIN 1
#7 56.53 #define HAVE_ACOS 1
#7 56.53 #define HAVE_ATAN 1
#7 56.53 #define HAVE_FMOD 1
#7 56.53 #define HAVE_MODF 1
#7 56.53 #define HAVE_FREXP 1
#7 56.53 #define HAVE_LDEXP 1
#7 56.53 #define HAVE_RINT 1
#7 56.53 #define HAVE_TRUNC 1
#7 56.53 #define HAVE_EXP2 1
#7 56.53 #define HAVE_LOG2 1
#7 56.53 #define HAVE_HYPOT 1
#7 56.53 #define HAVE_ATAN2 1
#7 56.53 #define HAVE_POW 1
#7 56.53 #define HAVE_COPYSIGN 1
#7 56.53 #define HAVE_NEXTAFTER 1
#7 56.53 #define HAVE_STRTOLL 1
#7 56.53 #define HAVE_STRTOULL 1
#7 56.53 #define HAVE_CBRT 1
#7 56.53 #define HAVE_STRTOLD_L 1
#7 56.53 #define HAVE_FALLOCATE 1
#7 56.53 #define HAVE_BACKTRACE 1
#7 56.53 #define HAVE_FEATURES_H 1
#7 56.53 #define HAVE_DLFCN_H 1
#7 56.53 #define HAVE___BUILTIN_ISNAN 1
#7 56.53 #define HAVE___BUILTIN_ISINF 1
#7 56.53 #define HAVE___BUILTIN_ISFINITE 1
#7 56.53 #define HAVE___BUILTIN_BSWAP32 1
#7 56.53 #define HAVE___BUILTIN_BSWAP64 1
#7 56.53 #define HAVE___BUILTIN_EXPECT 1
#7 56.53 #define HAVE___BUILTIN_MUL_OVERFLOW 1
#7 56.53 #define HAVE___BUILTIN_PREFETCH 1
#7 56.53 #define HAVE_ATTRIBUTE_OPTIMIZE_UNROLL_LOOPS 1
#7 56.53 #define HAVE_ATTRIBUTE_OPTIMIZE_OPT_3 1
#7 56.53 #define HAVE_ATTRIBUTE_NONNULL 1
#7 56.53 #define HAVE___THREAD 1
#7 56.53 #define HAVE_SINF 1
#7 56.53 #define HAVE_COSF 1
#7 56.53 #define HAVE_TANF 1
#7 56.53 #define HAVE_SINHF 1
#7 56.53 #define HAVE_COSHF 1
#7 56.53 #define HAVE_TANHF 1
#7 56.53 #define HAVE_FABSF 1
#7 56.53 #define HAVE_FLOORF 1
#7 56.53 #define HAVE_CEILF 1
#7 56.53 #define HAVE_RINTF 1
#7 56.53 #define HAVE_TRUNCF 1
#7 56.53 #define HAVE_SQRTF 1
#7 56.53 #define HAVE_LOG10F 1
#7 56.53 #define HAVE_LOGF 1
#7 56.53 #define HAVE_LOG1PF 1
#7 56.53 #define HAVE_EXPF 1
#7 56.53 #define HAVE_EXPM1F 1
#7 56.53 #define HAVE_ASINF 1
#7 56.53 #define HAVE_ACOSF 1
#7 56.53 #define HAVE_ATANF 1
#7 56.53 #define HAVE_ASINHF 1
#7 56.53 #define HAVE_ACOSHF 1
#7 56.53 #define HAVE_ATANHF 1
#7 56.53 #define HAVE_HYPOTF 1
#7 56.53 #define HAVE_ATAN2F 1
#7 56.53 #define HAVE_POWF 1
#7 56.53 #define HAVE_FMODF 1
#7 56.53 #define HAVE_MODFF 1
#7 56.53 #define HAVE_FREXPF 1
#7 56.53 #define HAVE_LDEXPF 1
#7 56.53 #define HAVE_EXP2F 1
#7 56.53 #define HAVE_LOG2F 1
#7 56.53 #define HAVE_COPYSIGNF 1
#7 56.53 #define HAVE_NEXTAFTERF 1
#7 56.53 #define HAVE_CBRTF 1
#7 56.53 #define HAVE_SINL 1
#7 56.53 #define HAVE_COSL 1
#7 56.53 #define HAVE_TANL 1
#7 56.53 #define HAVE_SINHL 1
#7 56.53 #define HAVE_COSHL 1
#7 56.53 #define HAVE_TANHL 1
#7 56.53 #define HAVE_FABSL 1
#7 56.53 #define HAVE_FLOORL 1
#7 56.53 #define HAVE_CEILL 1
#7 56.53 #define HAVE_RINTL 1
#7 56.53 #define HAVE_TRUNCL 1
#7 56.53 #define HAVE_SQRTL 1
#7 56.53 #define HAVE_LOG10L 1
#7 56.53 #define HAVE_LOGL 1
#7 56.53 #define HAVE_LOG1PL 1
#7 56.53 #define HAVE_EXPL 1
#7 56.53 #define HAVE_EXPM1L 1
#7 56.53 #define HAVE_ASINL 1
#7 56.53 #define HAVE_ACOSL 1
#7 56.53 #define HAVE_ATANL 1
#7 56.53 #define HAVE_ASINHL 1
#7 56.53 #define HAVE_ACOSHL 1
#7 56.53 #define HAVE_ATANHL 1
#7 56.53 #define HAVE_HYPOTL 1
#7 56.53 #define HAVE_ATAN2L 1
#7 56.53 #define HAVE_POWL 1
#7 56.53 #define HAVE_FMODL 1
#7 56.53 #define HAVE_MODFL 1
#7 56.53 #define HAVE_FREXPL 1
#7 56.53 #define HAVE_LDEXPL 1
#7 56.53 #define HAVE_EXP2L 1
#7 56.53 #define HAVE_LOG2L 1
#7 56.53 #define HAVE_COPYSIGNL 1
#7 56.53 #define HAVE_NEXTAFTERL 1
#7 56.53 #define HAVE_CBRTL 1
#7 56.53 #define HAVE_DECL_ISNAN
#7 56.53 #define HAVE_DECL_ISINF
#7 56.53 #define HAVE_DECL_SIGNBIT
#7 56.53 #define HAVE_DECL_ISFINITE
#7 56.53 #define HAVE_COMPLEX_H 1
#7 56.53 #define HAVE_CABS 1
#7 56.53 #define HAVE_CACOS 1
#7 56.53 #define HAVE_CACOSH 1
#7 56.53 #define HAVE_CARG 1
#7 56.53 #define HAVE_CASIN 1
#7 56.53 #define HAVE_CASINH 1
#7 56.53 #define HAVE_CATAN 1
#7 56.53 #define HAVE_CATANH 1
#7 56.53 #define HAVE_CCOS 1
#7 56.53 #define HAVE_CCOSH 1
#7 56.53 #define HAVE_CEXP 1
#7 56.53 #define HAVE_CIMAG 1
#7 56.53 #define HAVE_CLOG 1
#7 56.53 #define HAVE_CONJ 1
#7 56.53 #define HAVE_CPOW 1
#7 56.53 #define HAVE_CPROJ 1
#7 56.53 #define HAVE_CREAL 1
#7 56.53 #define HAVE_CSIN 1
#7 56.53 #define HAVE_CSINH 1
#7 56.53 #define HAVE_CSQRT 1
#7 56.53 #define HAVE_CTAN 1
#7 56.53 #define HAVE_CTANH 1
#7 56.53 #define HAVE_CABSF 1
#7 56.53 #define HAVE_CACOSF 1
#7 56.53 #define HAVE_CACOSHF 1
#7 56.53 #define HAVE_CARGF 1
#7 56.53 #define HAVE_CASINF 1
#7 56.53 #define HAVE_CASINHF 1
#7 56.53 #define HAVE_CATANF 1
#7 56.53 #define HAVE_CATANHF 1
#7 56.53 #define HAVE_CCOSF 1
#7 56.53 #define HAVE_CCOSHF 1
#7 56.53 #define HAVE_CEXPF 1
#7 56.53 #define HAVE_CIMAGF 1
#7 56.53 #define HAVE_CLOGF 1
#7 56.53 #define HAVE_CONJF 1
#7 56.53 #define HAVE_CPOWF 1
#7 56.53 #define HAVE_CPROJF 1
#7 56.53 #define HAVE_CREALF 1
#7 56.53 #define HAVE_CSINF 1
#7 56.53 #define HAVE_CSINHF 1
#7 56.53 #define HAVE_CSQRTF 1
#7 56.53 #define HAVE_CTANF 1
#7 56.53 #define HAVE_CTANHF 1
#7 56.53 #define HAVE_CABSL 1
#7 56.53 #define HAVE_CACOSL 1
#7 56.53 #define HAVE_CACOSHL 1
#7 56.53 #define HAVE_CARGL 1
#7 56.53 #define HAVE_CASINL 1
#7 56.53 #define HAVE_CASINHL 1
#7 56.53 #define HAVE_CATANL 1
#7 56.53 #define HAVE_CATANHL 1
#7 56.53 #define HAVE_CCOSL 1
#7 56.53 #define HAVE_CCOSHL 1
#7 56.53 #define HAVE_CEXPL 1
#7 56.53 #define HAVE_CIMAGL 1
#7 56.53 #define HAVE_CLOGL 1
#7 56.53 #define HAVE_CONJL 1
#7 56.53 #define HAVE_CPOWL 1
#7 56.53 #define HAVE_CPROJL 1
#7 56.53 #define HAVE_CREALL 1
#7 56.53 #define HAVE_CSINL 1
#7 56.53 #define HAVE_CSINHL 1
#7 56.53 #define HAVE_CSQRTL 1
#7 56.53 #define HAVE_CTANL 1
#7 56.53 #define HAVE_CTANHL 1
#7 56.53 #define NPY_RESTRICT restrict
#7 56.53 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 56.53 #define HAVE_LDOUBLE_IEEE_QUAD_LE 1
#7 56.53 #define NPY_PY3K 1
#7 56.53 #ifndef __cplusplus
#7 56.53 /* #undef inline */
#7 56.53 #endif
#7 56.53
#7 56.53 #ifndef _NPY_NPY_CONFIG_H_
#7 56.53 #error config.h should never be included directly, include npy_config.h instead
#7 56.53 #endif
#7 56.53
#7 56.53 EOF
#7 56.53 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 56.53 Generating build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int exp (void);
#7 56.53 gcc _configtest.o -o _configtest
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:6: undefined reference to `exp'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 /usr/bin/ld: _configtest.o: in function `main':
#7 56.53 /tmp/pip-install-r_nbfwm2/numpy_1f2a1560961d4dd192f2084c50d1de23/_configtest.c:6: undefined reference to `exp'
#7 56.53 collect2: error: ld returned 1 exit status
#7 56.53 failure.
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch]
#7 56.53 1 | int exp (void);
#7 56.53 | ^~~
#7 56.53 _configtest.c:1:1: note: ‘exp’ is declared in header ‘<math.h>’
#7 56.53 +++ |+#include <math.h>
#7 56.53 1 | int exp (void);
#7 56.53 gcc _configtest.o -lm -o _configtest
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o _configtest
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.53
#7 56.53 compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -c'
#7 56.53 gcc: _configtest.c
#7 56.53 success!
#7 56.53 removing: _configtest.c _configtest.o
#7 56.53 File: build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h
#7 56.53 #define NPY_HAVE_ENDIAN_H 1
#7 56.53 #define NPY_SIZEOF_SHORT SIZEOF_SHORT
#7 56.53 #define NPY_SIZEOF_INT SIZEOF_INT
#7 56.53 #define NPY_SIZEOF_LONG SIZEOF_LONG
#7 56.53 #define NPY_SIZEOF_FLOAT 4
#7 56.53 #define NPY_SIZEOF_COMPLEX_FLOAT 8
#7 56.53 #define NPY_SIZEOF_DOUBLE 8
#7 56.53 #define NPY_SIZEOF_COMPLEX_DOUBLE 16
#7 56.53 #define NPY_SIZEOF_LONGDOUBLE 16
#7 56.53 #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
#7 56.53 #define NPY_SIZEOF_PY_INTPTR_T 8
#7 56.53 #define NPY_SIZEOF_OFF_T 8
#7 56.53 #define NPY_SIZEOF_PY_LONG_LONG 8
#7 56.53 #define NPY_SIZEOF_LONGLONG 8
#7 56.53 #define NPY_NO_SMP 0
#7 56.53 #define NPY_HAVE_DECL_ISNAN
#7 56.53 #define NPY_HAVE_DECL_ISINF
#7 56.53 #define NPY_HAVE_DECL_SIGNBIT
#7 56.53 #define NPY_HAVE_DECL_ISFINITE
#7 56.53 #define NPY_USE_C99_COM Running setup.py clean for numpy
#7 56.54 PLEX 1
#7 56.54 #define NPY_HAVE_COMPLEX_DOUBLE 1
#7 56.54 #define NPY_HAVE_COMPLEX_FLOAT 1
#7 56.54 #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
#7 56.54 #define NPY_RELAXED_STRIDES_CHECKING 1
#7 56.54 #define NPY_USE_C99_FORMATS 1
#7 56.54 #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
#7 56.54 #define NPY_ABI_VERSION 0x01000009
#7 56.54 #define NPY_API_VERSION 0x0000000B
#7 56.54
#7 56.54 #ifndef __STDC_FORMAT_MACROS
#7 56.54 #define __STDC_FORMAT_MACROS 1
#7 56.54 #endif
#7 56.54
#7 56.54 EOF
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 56.54 executing numpy/core/code_generators/generate_numpy_api.py
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 56.54 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 56.54 building extension "numpy.core.multiarray" sources
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 56.54 executing numpy/core/code_generators/generate_numpy_api.py
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h' to sources.
#7 56.54 creating build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/scalartypes.c
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/src/private' to include_dirs.
#7 56.54 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/private/templ_common.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__multiarray_api.h']
#7 56.54 building extension "numpy.core.umath" sources
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h' to sources.
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h' to sources.
#7 56.54 executing numpy/core/code_generators/generate_ufunc_api.py
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h' to sources.
#7 56.54 creating build/src.linux-aarch64-3.1/numpy/core/src/umath
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc
#7 56.54 adding 'build/src.linux-aarch64-3.1/numpy/core/src/umath' to include_dirs.
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.c
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/scalarmath.c
#7 56.54 numpy.core - nothing done with h_files = ['build/src.linux-aarch64-3.1/numpy/core/src/umath/funcs.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/simd.inc', 'build/src.linux-aarch64-3.1/numpy/core/src/umath/loops.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/config.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/_numpyconfig.h', 'build/src.linux-aarch64-3.1/numpy/core/include/numpy/__ufunc_api.h']
#7 56.54 building extension "numpy.core.umath_tests" sources
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/umath_tests.c
#7 56.54 building extension "numpy.core.test_rational" sources
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/test_rational.c
#7 56.54 building extension "numpy.core.struct_ufunc_test" sources
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/struct_ufunc_test.c
#7 56.54 building extension "numpy.core.multiarray_tests" sources
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/multiarray/multiarray_tests.c
#7 56.54 building extension "numpy.core.operand_flag_tests" sources
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/core/src/umath/operand_flag_tests.c
#7 56.54 building extension "numpy.fft.fftpack_lite" sources
#7 56.54 building extension "numpy.linalg.lapack_lite" sources
#7 56.54 creating build/src.linux-aarch64-3.1/numpy/linalg
#7 56.54 ### Warning: Using unoptimized lapack ###
#7 56.54 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 56.54 building extension "numpy.linalg._umath_linalg" sources
#7 56.54 ### Warning: Using unoptimized lapack ###
#7 56.54 adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_z_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_c_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_d_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_s_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_lapack.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_blas.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c_config.c' to sources.
#7 56.54 adding 'numpy/linalg/lapack_lite/f2c.c' to sources.
#7 56.54 conv_template:> build/src.linux-aarch64-3.1/numpy/linalg/umath_linalg.c
#7 56.54 building extension "numpy.random.mtrand" sources
#7 56.54 creating build/src.linux-aarch64-3.1/numpy/random
#7 56.54 building data_files sources
#7 56.54 build_src: building npy-pkg config files
#7 56.54 /usr/local/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
#7 56.54 !!
#7 56.54
#7 56.54 ********************************************************************************
#7 56.54 Please avoid running ``setup.py`` directly.
#7 56.54 Instead, use pypa/build, pypa/installer or other
#7 56.54 standards-based tools.
#7 56.54
#7 56.54 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
#7 56.54 ********************************************************************************
#7 56.54
#7 56.54 !!
#7 56.54 self.initialize_options()
#7 56.54 running build_py
#7 56.54 creating build/lib.linux-aarch64-cpython-312
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/ctypeslib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/_distributor_init.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/matlib.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/_globals.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/setup.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/add_newdocs.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/_import_tools.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/version.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying numpy/dual.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 copying build/src.linux-aarch64-3.1/numpy/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/compat
#7 56.54 copying numpy/compat/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 56.54 copying numpy/compat/py3k.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 56.54 copying numpy/compat/_inspect.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 56.54 copying numpy/compat/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/compat
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/memmap.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/einsumfunc.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/getlimits.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/machar.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/_internal.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/records.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/defchararray.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/numeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/fromnumeric.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/_methods.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/numerictypes.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/arrayprint.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/setup_common.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/info.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 copying numpy/core/cversions.py -> build/lib.linux-aarch64-cpython-312/numpy/core
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/conv_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/intelccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/msvc9compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/msvccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/line_endings.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/from_template.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/exec_command.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/log.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/mingw32ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/npy_pkg_config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/misc_util.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/unixccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/extension.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/lib2def.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/ccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/pathccompiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/core.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/cpuinfo.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/environment.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/numpy_distribution.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/system_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/compat.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying numpy/distutils/info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 copying build/src.linux-aarch64-3.1/numpy/distutils/__config__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/autodist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/build_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/config.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/install_data.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/install_clib.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/build_src.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/develop.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/build.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/build_py.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/sdist.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/egg_info.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/build_scripts.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/build_ext.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/install.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/config_compiler.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/install_headers.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 copying numpy/distutils/command/bdist_rpm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/command
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/vast.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/pathf95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/pg.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/hpux.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/mips.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/absoft.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/g95.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/ibm.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/compaq.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/lahey.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/sun.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/gnu.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/nag.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/none.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 copying numpy/distutils/fcompiler/intel.py -> build/lib.linux-aarch64-cpython-312/numpy/distutils/fcompiler
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/ufuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/misc.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/subclassing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/glossary.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/byteswapping.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/creation.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/constants.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/broadcasting.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/indexing.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/structured_arrays.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/basics.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 copying numpy/doc/internals.py -> build/lib.linux-aarch64-cpython-312/numpy/doc
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/func2subr.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/f2py2e.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/diagnose.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/crackfortran.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/__version__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/capi_maps.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/__main__.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/f2py_testing.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/auxfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/common_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/cb_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/cfuncs.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/use_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/info.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 copying numpy/f2py/f90mod_rules.py -> build/lib.linux-aarch64-cpython-312/numpy/f2py
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/fft
#7 56.54 copying numpy/fft/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 56.54 copying numpy/fft/helper.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 56.54 copying numpy/fft/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 56.54 copying numpy/fft/fftpack.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 56.54 copying numpy/fft/info.py -> build/lib.linux-aarch64-cpython-312/numpy/fft
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/mixins.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/shape_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/index_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/recfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/format.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/function_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/_datasource.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/npyio.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/type_check.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/_version.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/stride_tricks.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/arraypad.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/arrayterator.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/twodim_base.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/scimath.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/_iotools.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/user_array.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/financial.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/ufunclike.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/nanfunctions.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/info.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 copying numpy/lib/arraysetops.py -> build/lib.linux-aarch64-cpython-312/numpy/lib
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 56.54 copying numpy/linalg/linalg.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 56.54 copying numpy/linalg/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 56.54 copying numpy/linalg/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 56.54 copying numpy/linalg/info.py -> build/lib.linux-aarch64-cpython-312/numpy/linalg
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/bench.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/testutils.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/mrecords.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/core.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/version.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/timer_comparison.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 copying numpy/ma/extras.py -> build/lib.linux-aarch64-cpython-312/numpy/ma
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 56.54 copying numpy/matrixlib/defmatrix.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 56.54 copying numpy/matrixlib/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 56.54 copying numpy/matrixlib/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/matrixlib
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/legendre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/polyutils.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/hermite.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/hermite_e.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/chebyshev.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/polynomial.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/_polybase.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 copying numpy/polynomial/laguerre.py -> build/lib.linux-aarch64-cpython-312/numpy/polynomial
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/random
#7 56.54 copying numpy/random/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 56.54 copying numpy/random/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 56.54 copying numpy/random/info.py -> build/lib.linux-aarch64-cpython-312/numpy/random
#7 56.54 creating build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/noseclasses.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/__init__.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/utils.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/nosetester.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/setup.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/print_coercion_tables.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 copying numpy/testing/decorators.py -> build/lib.linux-aarch64-cpython-312/numpy/testing
#7 56.54 running build_clib
#7 56.54 customize UnixCCompiler
#7 56.54 customize UnixCCompiler using build_clib
#7 56.54 building 'npymath' library
#7 56.54 compiling C sources
#7 56.54 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.54
#7 56.54 creating build/temp.linux-aarch64-cpython-312
#7 56.54 creating build/temp.linux-aarch64-cpython-312/numpy
#7 56.54 creating build/temp.linux-aarch64-cpython-312/numpy/core
#7 56.54 creating build/temp.linux-aarch64-cpython-312/numpy/core/src
#7 56.54 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/npymath
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npymath
#7 56.54 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 56.54 gcc: numpy/core/src/npymath/npy_math.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/ieee754.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npymath/npy_math_complex.c
#7 56.54 gcc: numpy/core/src/npymath/halffloat.c
#7 56.54 ar: adding 4 object files to build/temp.linux-aarch64-cpython-312/libnpymath.a
#7 56.54 building 'npysort' library
#7 56.54 compiling C sources
#7 56.54 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.54
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/npysort
#7 56.54 compile options: '-Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/quicksort.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/mergesort.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/heapsort.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/selection.c
#7 56.54 In file included from numpy/core/src/npysort/selection.c.src:22:
#7 56.54 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 56.54 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 56.54 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 56.54 99 | if (type == _part_map[i].typenum) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 56.54 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 56.54 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 56.54 115 | if (type == _part_map[i].typenum) {
#7 56.54 | ^~
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/npysort/binsearch.c
#7 56.54 In file included from numpy/core/src/npysort/binsearch.c.src:6:
#7 56.54 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 56.54 | ^~
#7 56.54 ar: adding 5 object files to build/temp.linux-aarch64-cpython-312/libnpysort.a
#7 56.54 running build_ext
#7 56.54 customize UnixCCompiler
#7 56.54 customize UnixCCompiler using build_ext
#7 56.54 building 'numpy.core._dummy' extension
#7 56.54 compiling C sources
#7 56.54 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.54
#7 56.54 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 56.54 gcc: numpy/core/src/dummymodule.c
#7 56.54 gcc -shared build/temp.linux-aarch64-cpython-312/numpy/core/src/dummymodule.o -L/usr/local/lib -Lbuild/temp.linux-aarch64-cpython-312 -lm -o build/lib.linux-aarch64-cpython-312/numpy/core/_dummy.cpython-312-aarch64-linux-gnu.so
#7 56.54 building 'numpy.core.multiarray' extension
#7 56.54 compiling C sources
#7 56.54 C compiler: gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC
#7 56.54
#7 56.54 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray
#7 56.54 creating build/temp.linux-aarch64-cpython-312/build/src.linux-aarch64-3.1/numpy/core/src/multiarray
#7 56.54 creating build/temp.linux-aarch64-cpython-312/numpy/core/src/private
#7 56.54 compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c'
#7 56.54 gcc: numpy/core/src/multiarray/alloc.c
#7 56.54 In function ‘PyDataMem_FREE’,
#7 56.54 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1,
#7 56.54 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 56.54 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 56.54 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘p’ may be used after ‘free’ [-Wuse-after-free]
#7 56.54 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 56.54 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 247 | _PyDataMem_eventhook_user_data);
#7 56.54 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 In function ‘PyDataMem_FREE’,
#7 56.54 inlined from ‘_npy_free_cache’ at numpy/core/src/multiarray/alloc.c:84:5,
#7 56.54 inlined from ‘npy_free_cache’ at numpy/core/src/multiarray/alloc.c:119:5:
#7 56.54 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 56.54 241 | free(ptr);
#7 56.54 | ^~~~~~~~~
#7 56.54 In function ‘PyDataMem_FREE’,
#7 56.54 inlined from ‘PyDataMem_FREE’ at numpy/core/src/multiarray/alloc.c:238:1:
#7 56.54 numpy/core/src/multiarray/alloc.c:246:14: warning: pointer ‘ptr’ may be used after ‘free’ [-Wuse-after-free]
#7 56.54 246 | (*_PyDataMem_eventhook)(ptr, NULL, 0,
#7 56.54 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 247 | _PyDataMem_eventhook_user_data);
#7 56.54 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_FREE’:
#7 56.54 numpy/core/src/multiarray/alloc.c:241:5: note: call to ‘free’ here
#7 56.54 241 | free(ptr);
#7 56.54 | ^~~~~~~~~
#7 56.54 numpy/core/src/multiarray/alloc.c: In function ‘PyDataMem_RENEW’:
#7 56.54 numpy/core/src/multiarray/alloc.c:263:9: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 56.54 263 | PyTraceMalloc_Untrack(NPY_TRACE_DOMAIN, (npy_uintp)ptr);
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 56.54 261 | result = realloc(ptr, size);
#7 56.54 | ^~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/alloc.c:270:14: warning: pointer ‘ptr’ may be used after ‘realloc’ [-Wuse-after-free]
#7 56.54 270 | (*_PyDataMem_eventhook)(ptr, result, size,
#7 56.54 | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 271 | _PyDataMem_eventhook_user_data);
#7 56.54 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/alloc.c:261:14: note: call to ‘realloc’ here
#7 56.54 261 | result = realloc(ptr, size);
#7 56.54 | ^~~~~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/arrayobject.c
#7 56.54 numpy/core/src/multiarray/arrayobject.c: In function ‘array_repr’:
#7 56.54 numpy/core/src/multiarray/arrayobject.c:673:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 56.54 673 | s = PyEval_CallObject(PyArray_ReprFunction, arglist);
#7 56.54 | ^
#7 56.54 In file included from /usr/local/include/python3.12/Python.h:95,
#7 56.54 from numpy/core/src/multiarray/arrayobject.c:24:
#7 56.54 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 56.54 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/arrayobject.c: In function ‘array_str’:
#7 56.54 numpy/core/src/multiarray/arrayobject.c:689:9: warning: ‘PyEval_CallObjectWithKeywords’ is deprecated [-Wdeprecated-declarations]
#7 56.54 689 | s = PyEval_CallObject(PyArray_StrFunction, arglist);
#7 56.54 | ^
#7 56.54 /usr/local/include/python3.12/ceval.h:27:43: note: declared here
#7 56.54 27 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/arraytypes.c
#7 56.54 numpy/core/src/multiarray/arraytypes.c.src: In function ‘UNICODE_setitem’:
#7 56.54 numpy/core/src/multiarray/arraytypes.c.src:482:11: warning: implicit declaration of function ‘PyUnicode_AS_UNICODE’; did you mean ‘PyUnicode_AsUCS4’? [-Wimplicit-function-declaration]
#7 56.54 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~
#7 56.54 | PyUnicode_AsUCS4
#7 56.54 numpy/core/src/multiarray/arraytypes.c.src:482:9: warning: assignment to ‘Py_UNICODE *’ {aka ‘unsigned int *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
#7 56.54 482 | ptr = PyUnicode_AS_UNICODE(temp);
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/arraytypes.c.src:487:15: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 56.54 487 | datalen = PyUnicode_GET_DATA_SIZE(temp);
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/arraytypes.c.src: In function ‘VOID_setitem’:
#7 56.54 numpy/core/src/multiarray/arraytypes.c.src:874:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 874 | res = PyObject_AsReadBuffer(op, &buffer, &buflen);
#7 56.54 | ^~~
#7 56.54 In file included from /usr/local/include/python3.12/Python.h:100,
#7 56.54 from numpy/core/src/multiarray/arraytypes.c.src:3:
#7 56.54 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 56.54 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/array_assign.c
#7 56.54 gcc: numpy/core/src/multiarray/array_assign_scalar.c
#7 56.54 numpy/core/src/multiarray/array_assign_scalar.c: In function ‘PyArray_AssignRawScalar’:
#7 56.54 numpy/core/src/multiarray/array_assign_scalar.c:236:34: warning: comparison of integer expressions of different signedness: ‘long unsigned int’ and ‘int’ [-Wsign-compare]
#7 56.54 236 | if (sizeof(scalarbuffer) >= PyArray_DESCR(dst)->elsize) {
#7 56.54 | ^~
#7 56.54 gcc: numpy/core/src/multiarray/array_assign_array.c
#7 56.54 gcc: numpy/core/src/multiarray/buffer.c
#7 56.54 gcc: numpy/core/src/multiarray/calculation.c
#7 56.54 gcc: numpy/core/src/multiarray/compiled_base.c
#7 56.54 numpy/core/src/multiarray/compiled_base.c: In function ‘arr_add_docstring’:
#7 56.54 numpy/core/src/multiarray/compiled_base.c:1386:5: warning: ‘Py_OptimizeFlag’ is deprecated [-Wdeprecated-declarations]
#7 56.54 1386 | if (Py_OptimizeFlag > 1) {
#7 56.54 | ^~
#7 56.54 In file included from /usr/local/include/python3.12/Python.h:48,
#7 56.54 from numpy/core/src/multiarray/compiled_base.c:2:
#7 56.54 /usr/local/include/python3.12/cpython/pydebug.h:13:37: note: declared here
#7 56.54 13 | Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
#7 56.54 | ^~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/common.c
#7 56.54 numpy/core/src/multiarray/common.c: In function ‘PyArray_DTypeFromObjectHelper’:
#7 56.54 numpy/core/src/multiarray/common.c:186:28: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 56.54 186 | itemsize = PyUnicode_GET_DATA_SIZE(temp);
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/common.c: In function ‘_IsAligned’:
#7 56.54 numpy/core/src/multiarray/common.c:614:19: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
#7 56.54 614 | for (i = 0; i < PyArray_NDIM(ap); i++) {
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/common.c: In function ‘_IsWriteable’:
#7 56.54 numpy/core/src/multiarray/common.c:671:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 671 | if (PyObject_AsWriteBuffer(base, &dummy, &n) < 0) {
#7 56.54 | ^~
#7 56.54 In file included from /usr/local/include/python3.12/Python.h:100,
#7 56.54 from numpy/core/src/multiarray/common.c:2:
#7 56.54 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 56.54 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/convert.c
#7 56.54 gcc: numpy/core/src/multiarray/convert_datatype.c
#7 56.54 gcc: numpy/core/src/multiarray/conversion_utils.c
#7 56.54 gcc: numpy/core/src/multiarray/ctors.c
#7 56.54 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 56.54 from numpy/core/src/multiarray/ctors.c:14:
#7 56.54 numpy/core/src/multiarray/ctors.c: In function ‘_is_default_descr’:
#7 56.54 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 56.54 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 56.54 | ^~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/ctors.c:2136:36: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 56.54 2136 | if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
#7 56.54 | ^~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromInterface’:
#7 56.54 numpy/core/src/multiarray/ctors.c:2322:9: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 2322 | res = PyObject_AsWriteBuffer(base, (void **)&data, &buffer_len);
#7 56.54 | ^~~
#7 56.54 In file included from /usr/local/include/python3.12/Python.h:100,
#7 56.54 from numpy/core/src/multiarray/ctors.c:2:
#7 56.54 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 56.54 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/ctors.c:2325:13: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 2325 | res = PyObject_AsReadBuffer(
#7 56.54 | ^~~
#7 56.54 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 56.54 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/ctors.c: In function ‘PyArray_FromBuffer’:
#7 56.54 numpy/core/src/multiarray/ctors.c:3501:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 3501 | if (PyObject_AsWriteBuffer(buf, (void *)&data, &ts) == -1) {
#7 56.54 | ^~
#7 56.54 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 56.54 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/ctors.c:3504:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 3504 | if (PyObject_AsReadBuffer(buf, (void *)&data, &ts) == -1) {
#7 56.54 | ^~
#7 56.54 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 56.54 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/datetime.c
#7 56.54 numpy/core/src/multiarray/datetime.c: In function ‘parse_datetime_extended_unit_from_string’:
#7 56.54 numpy/core/src/multiarray/datetime.c:781:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 781 | if (out_meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c: In function ‘get_datetime_units_factor’:
#7 56.54 numpy/core/src/multiarray/datetime.c:1076:23: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 1076 | while (littlebase > unit) {
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/datetime.c: In function ‘convert_datetime_metadata_tuple_to_datetime_metadata’:
#7 56.54 numpy/core/src/multiarray/datetime.c:1847:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 1847 | if (out_meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_datetime’:
#7 56.54 numpy/core/src/multiarray/datetime.c:2395:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2395 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2411:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2411 | if (meta->base == -1 || meta->base == NPY_FR_GENERIC) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2424:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2424 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2463:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2463 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2495:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2495 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2522:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2522 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobject_to_timedelta’:
#7 56.54 numpy/core/src/multiarray/datetime.c:2598:28: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2598 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2609:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2609 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2622:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2622 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2661:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2661 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2730:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2730 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c:2784:24: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 2784 | if (meta->base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime.c: In function ‘convert_pyobjects_to_datetimes’:
#7 56.54 numpy/core/src/multiarray/datetime.c:3118:26: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 3118 | if (inout_meta->base == -1) {
#7 56.54 | ^~
#7 56.54 gcc: numpy/core/src/multiarray/datetime_strings.c
#7 56.54 numpy/core/src/multiarray/datetime_strings.c: In function ‘parse_iso_8601_datetime’:
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:310:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 310 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:350:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 350 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:733:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 733 | if (unit != -1 && !can_cast_datetime64_units(bestunit, unit,
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime_strings.c: In function ‘get_datetime_iso_8601_strlen’:
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:764:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 764 | if (base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime_strings.c: In function ‘make_iso_8601_datetime’:
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:930:14: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 930 | if (base == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime_strings.c: In function ‘array_datetime_as_string’:
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:1414:22: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 1414 | if (unit == -1) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/multiarray/datetime_strings.c:1421:18: warning: comparison of integer expressions of different signedness: ‘NPY_DATETIMEUNIT’ and ‘int’ [-Wsign-compare]
#7 56.54 1421 | if (unit != -1 && !can_cast_datetime64_units(meta->base, unit, casting)) {
#7 56.54 | ^~
#7 56.54 gcc: numpy/core/src/multiarray/datetime_busday.c
#7 56.54 gcc: numpy/core/src/multiarray/datetime_busdaycal.c
#7 56.54 gcc: numpy/core/src/multiarray/descriptor.c
#7 56.54 In file included from numpy/core/src/private/npy_pycompat.h:4,
#7 56.54 from numpy/core/src/multiarray/descriptor.c:14:
#7 56.54 numpy/core/src/multiarray/descriptor.c: In function ‘_convert_from_array_descr’:
#7 56.54 numpy/core/include/numpy/npy_3kcompat.h:92:28: warning: implicit declaration of function ‘PyUnicode_GET_SIZE’; did you mean ‘PyDict_GET_SIZE’? [-Wimplicit-function-declaration]
#7 56.54 92 | #define PyUString_GET_SIZE PyUnicode_GET_SIZE
#7 56.54 | ^~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/descriptor.c:466:13: note: in expansion of macro ‘PyUString_GET_SIZE’
#7 56.54 466 | if (PyUString_GET_SIZE(name) == 0) {
#7 56.54 | ^~~~~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/dtype_transfer.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/einsum.c
#7 56.54 gcc: numpy/core/src/multiarray/flagsobject.c
#7 56.54 gcc: numpy/core/src/multiarray/getset.c
#7 56.54 numpy/core/src/multiarray/getset.c: In function ‘array_strides_set’:
#7 56.54 numpy/core/src/multiarray/getset.c:134:5: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 134 | if (PyArray_BASE(new) && PyObject_AsReadBuffer(PyArray_BASE(new),
#7 56.54 | ^~
#7 56.54 In file included from /usr/local/include/python3.12/Python.h:100,
#7 56.54 from numpy/core/src/multiarray/getset.c:4:
#7 56.54 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 56.54 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/getset.c: In function ‘array_data_set’:
#7 56.54 numpy/core/src/multiarray/getset.c:344:5: warning: ‘PyObject_AsWriteBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 344 | if (PyObject_AsWriteBuffer(op, &buf, &buf_len) < 0) {
#7 56.54 | ^~
#7 56.54 /usr/local/include/python3.12/abstract.h:380:17: note: declared here
#7 56.54 380 | PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/getset.c:346:9: warning: ‘PyObject_AsReadBuffer’ is deprecated [-Wdeprecated-declarations]
#7 56.54 346 | if (PyObject_AsReadBuffer(op, (const void **)&buf, &buf_len) < 0) {
#7 56.54 | ^~
#7 56.54 /usr/local/include/python3.12/abstract.h:369:17: note: declared here
#7 56.54 369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/hashdescr.c
#7 56.54 gcc: numpy/core/src/multiarray/item_selection.c
#7 56.54 In file included from numpy/core/src/multiarray/item_selection.c:24:
#7 56.54 numpy/core/src/private/npy_partition.h.src: In function ‘get_partition_func’:
#7 56.54 numpy/core/src/private/npy_partition.h.src:98:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 56.54 98 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_partition.h.src:99:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 56.54 99 | if (type == _part_map[i].typenum) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/private/npy_partition.h.src: In function ‘get_argpartition_func’:
#7 56.54 numpy/core/src/private/npy_partition.h.src:114:19: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 56.54 114 | for (i = 0; i < sizeof(_part_map)/sizeof(_part_map[0]); i++) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_partition.h.src:115:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘enum NPY_TYPES’ [-Wsign-compare]
#7 56.54 115 | if (type == _part_map[i].typenum) {
#7 56.54 | ^~
#7 56.54 In file included from numpy/core/src/multiarray/item_selection.c:25:
#7 56.54 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_binsearch_func’:
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:120:45: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:128:64: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 56.54 | ^~
#7 56.54 numpy/core/src/private/npy_binsearch.h.src: In function ‘get_argbinsearch_func’:
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:120:48: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 120 | if (_@arg@binsearch_map[mid_idx].typenum < type) {
#7 56.54 | ^
#7 56.54 numpy/core/src/private/npy_binsearch.h.src:128:67: warning: comparison of integer expressions of different signedness: ‘enum NPY_TYPES’ and ‘int’ [-Wsign-compare]
#7 56.54 128 | if (min_idx < num_funcs && _@arg@binsearch_map[min_idx].typenum == type) {
#7 56.54 | ^~
#7 56.54 gcc: numpy/core/src/multiarray/iterators.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/lowlevel_strided_loops.c
#7 56.54 gcc: numpy/core/src/multiarray/mapping.c
#7 56.54 gcc: numpy/core/src/multiarray/methods.c
#7 56.54 gcc: numpy/core/src/multiarray/multiarraymodule.c
#7 56.54 gcc: build/src.linux-aarch64-3.1/numpy/core/src/multiarray/nditer_templ.c
#7 56.54 gcc: numpy/core/src/multiarray/nditer_api.c
#7 56.54 numpy/core/src/multiarray/nditer_api.c: In function ‘npyiter_coalesce_axes’:
#7 56.54 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1697 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 In file included from numpy/core/src/multiarray/nditer_api.c:16:
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1697 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 253] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1697 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 253] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1697 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 253] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1697 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 253] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_api.c:1697:24: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1697 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 253] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/nditer_constr.c
#7 56.54 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_replace_axisdata’:
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:1997:33: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1997 | NIT_RESETDATAPTR(iter)[iop] = op_dataptr;
#7 56.54 In file included from numpy/core/src/multiarray/nditer_constr.c:16:
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [32, 4112] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6160] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c: In function ‘npyiter_reverse_axis_ordering’:
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [17, 241] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [18, 242] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 2 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [19, 243] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 3 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [20, 244] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 4 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [21, 245] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 5 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [22, 246] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 6 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [23, 247] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 7 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [24, 248] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 8 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [25, 249] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 9 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [26, 250] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 10 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [27, 251] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 11 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [28, 252] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 12 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [29, 253] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 13 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:2240:15: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 2240 | *perm = (npy_int8)i;
#7 56.54 | ~~~~~~^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [30, 254] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 14 into destination object ‘iter_flexdata’ of size 1
#7 56.54 numpy/core/src/multiarray/nditer_constr.c: In function ‘NpyIter_AdvancedNew’:
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 284 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset 1 into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 284 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [2, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 284 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [3, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 284 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [4, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 284 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [5, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:284:20: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
#7 56.54 284 | perm[idim] = (npy_int8)idim;
#7 56.54 | ~~~~~~~~~~~^~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [6, 2147483646] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 In function ‘npyiter_replace_axisdata’,
#7 56.54 inlined from ‘npyiter_allocate_arrays’ at numpy/core/src/multiarray/nditer_constr.c:2875:13,
#7 56.54 inlined from ‘NpyIter_AdvancedNew’ at numpy/core/src/multiarray/nditer_constr.c:404:10:
#7 56.54 numpy/core/src/multiarray/nditer_constr.c:1998:32: warning: writing 8 bytes into a region of size 0 [-Wstringop-overflow=]
#7 56.54 1998 | NIT_BASEOFFSETS(iter)[iop] = baseoffset;
#7 56.54 numpy/core/src/multiarray/nditer_impl.h: In function ‘NpyIter_AdvancedNew’:
#7 56.54 numpy/core/src/multiarray/nditer_impl.h:146:10: note: at offset [40, 6152] into destination object ‘iter_flexdata’ of size 1
#7 56.54 146 | char iter_flexdata;
#7 56.54 | ^~~~~~~~~~~~~
#7 56.54 gcc: numpy/core/src/multiarray/nditer_pywrap.c
#7 56.54 gcc: numpy/core/src/multiarray/number.c
#7 56.54 gcc: numpy/core/src/multiarray/numpyos.c
#7 56.54 gcc: numpy/core/src/multiarray/refcount.c
#7 56.54 numpy/core/src/multiarray/refcount.c: In function ‘_fillobject’:
#7 56.54 numpy/core/src/multiarray/refcount.c:279:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 56.54 279 | for (i = 0; i < dtype->elsize / sizeof(obj); i++) {
#7 56.54 | ^
#7 56.54 gcc: numpy/core/src/multiarray/sequence.c
#7 56.54 gcc: numpy/core/src/multiarray/shape.c
#7 56.54 numpy/core/src/multiarray/shape.c: In function ‘_putzero’:
#7 56.54 numpy/core/src/multiarray/shape.c:347:23: warning: comparison of integer expressions of different signedness: ‘npy_intp’ {aka ‘long int’} and ‘long unsigned int’ [-Wsign-compare]
#7 56.54 347 | for (i = 0; i < dtype->elsize / sizeof(zero); i++) {
#7 56.54 | ^
#7 56.54 gcc: numpy/core/src/multiarray/scalarapi.c
#7 56.54 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 56.54 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 56.54 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 56.54 | ^~~~~~~~~~~~~~~~~
#7 56.54 | PyUnicode_DATA
#7 56.54 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 56.54 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 56.54 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 56.54 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 56.54 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 56.54 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 56.54 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 56.54 | ^
#7 56.54 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 56.54 from /usr/local/include/python3.12/Python.h:50,
#7 56.54 from numpy/core/src/multiarray/scalarapi.c:2:
#7 56.54 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 56.54 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 56.54 | ^~~~~~~~
#7 56.54 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 56.54 801 | Py_SIZE(vobj) = itemsize;
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/scalarapi.c: In function ‘scalar_value’:
#7 56.54 numpy/core/src/multiarray/scalarapi.c:74:28: warning: implicit declaration of function ‘PyUnicode_AS_DATA’; did you mean ‘PyUnicode_DATA’? [-Wimplicit-function-declaration]
#7 56.54 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 56.54 | ^~~~~~~~~~~~~~~~~
#7 56.54 | PyUnicode_DATA
#7 56.54 numpy/core/src/multiarray/scalarapi.c:74:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 56.54 74 | return (void *)PyUnicode_AS_DATA(scalar);
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/scalarapi.c:135:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
#7 56.54 135 | return (void *)PyUnicode_AS_DATA(scalar);
#7 56.54 | ^
#7 56.54 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_DescrFromScalar’:
#7 56.54 numpy/core/src/multiarray/scalarapi.c:577:29: warning: implicit declaration of function ‘PyUnicode_GET_DATA_SIZE’ [-Wimplicit-function-declaration]
#7 56.54 577 | descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
#7 56.54 | ^~~~~~~~~~~~~~~~~~~~~~~
#7 56.54 numpy/core/src/multiarray/scalarapi.c: In function ‘PyArray_Scalar’:
#7 56.54 numpy/core/src/multiarray/scalarapi.c:715:13: warning: ‘ob_shash’ is deprecated [-Wdeprecated-declarations]
#7 56.54 715 | ((PyStringObject *)obj)->ob_shash = -1;
#7 56.54 | ^
#7 56.54 In file included from /usr/local/include/python3.12/bytesobject.h:62,
#7 56.54 from /usr/local/include/python3.12/Python.h:50,
#7 56.54 from numpy/core/src/multiarray/scalarapi.c:2:
#7 56.54 /usr/local/include/python3.12/cpython/bytesobject.h:7:35: note: declared here
#7 56.54 7 | Py_DEPRECATED(3.11) Py_hash_t ob_shash;
#7 56.54 | ^~~~~~~~
#7 56.54 numpy/core/src/multiarray/scalarapi.c:801:27: error: lvalue required as left operand of assignment
#7 56.54 801 | Py_SIZE(vobj) = itemsize;
#7 56.54 | ^
#7 56.54 error: Command "gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Inumpy/core/include -Ibuild/src.linux-aarch64-3.1/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include/python3.12 -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -Ibuild/src.linux-aarch64-3.1/numpy/core/src/private -Ibuild/src.linux-aarch64-3.1/numpy/core/src/npymath -c numpy/core/src/multiarray/scalarapi.c -o build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o -MMD -MF build/temp.linux-aarch64-cpython-312/numpy/core/src/multiarray/scalarapi.o.d" failed with exit status 1
#7 56.54 [end of output]
#7 56.54
#7 56.54 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 56.54 ERROR: Failed building wheel for numpy
#7 56.63 error: subprocess-exited-with-error
#7 56.63
#7 56.63 × python setup.py clean did not run successfully.
#7 56.63 │ exit code: 1
#7 56.63 ╰─> [10 lines of output]
#7 56.63 Running from numpy source directory.
#7 56.63
#7 56.63 `setup.py clean` is not supported, use one of the following instead:
#7 56.63
#7 56.63 - `git clean -xdf` (cleans all files)
#7 56.63 - `git clean -Xdf` (cleans all versioned files, doesn't touch
#7 56.63 files that aren't checked into the git repo)
#7 56.63
#7 56.63 Add `--force` to your command to use it anyway if you must (unsupported).
#7 56.63
#7 56.63 [end of output]
#7 56.63
#7 56.63 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 56.63 ERROR: Failed cleaning build dir for numpy
#7 56.63 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
#7 56.63 Failed to build numpy
#7 56.80
#7 56.80 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 56.80 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "numpy==1.13.3"]:
56.63
56.63 [end of output]
56.63
56.63 note: This error originates from a subprocess, and is likely not a problem with pip.
56.63 ERROR: Failed cleaning build dir for numpy
56.63 ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
56.63 Failed to build numpy
56.80
56.80 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
56.80 [notice] To update, run: pip install --upgrade pip
------
dockerfile68172-454:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "numpy==1.13.3"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install numpy==1.13.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | ba654a99a9e1a0a32446e422b6238e2375cdc05cca062eacbe22041bff319a7a | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "numpy",
"v": {
"major": 1,
"minor": 13,
"patch": 3
}
}
] | null |
eeae40e5de068edf98b511dd796aa71f9766760ee7bd551c10c6a077f2bded11 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 120
print 'Player data has been successfully converted.'
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "nbt",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": {
"major": 1,
"minor": 5,
"patch": 1
},
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
}
] | set_python_version | 0882c04fcdb8bf6548e99f30933ea1ea96d453104a273832115fb0b80745cafa | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nbt",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": {
"major": 1,
"minor": 5,
"patch": 1
},
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eeae40e5de068edf98b511dd796aa71f9766760ee7bd551c10c6a077f2bded11 | null | nbt | Traceback (most recent call last):
File "snippet.py", line 9, in <module>
from nbt import nbt # pip install nbt
ImportError: No module named nbt
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "nbt",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": {
"major": 1,
"minor": 5,
"patch": 1
},
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "NBT",
"v": {
"major": 1,
"minor": 5,
"patch": 1
}
}
] | delete_dep | ec600754bebed34c1999baa81b030b291f40a09034761b1e91082ac3eeb69fc0 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
eef0be39d2cfe52789d619c0e76cfb391906f14369f89268b499a2df65946d63 | null | numpy | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import numpy as np
ImportError: No module named numpy
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
}
] | delete_dep | 10691b3b9a21e177d259c7ced1970651996122addd8283e6adab4451ef19b54f | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f0d733f974cee7dfaa1ed0ae6cdc828740bc4a9d53b5de9d4fb985b0b31711a3 | null | PyQt4 | #0 building with "desktop-linux" instance using docker driver
#1 [1/4] FROM docker.io/library/python:2.7.13
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile40279-62
#3 transferring dockerfile: 220B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:2.7.13
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/5] ADD snippet.py snippet.py
#6 CACHED
#7 [3/5] RUN ["pip", "install", "PyQt4"]
#7 0.419 Collecting PyQt4
#7 0.700 Could not find a version that satisfies the requirement PyQt4 (from versions: )
#7 0.701 No matching distribution found for PyQt4
#7 0.994 You are using pip version 9.0.1, however version 23.3.1 is available.
#7 0.994 You should consider upgrading via the 'pip install --upgrade pip' command.
#7 ERROR: process "pip install PyQt4" did not complete successfully: exit code: 1
------
> [3/5] RUN ["pip", "install", "PyQt4"]:
0.419 Collecting PyQt4
0.700 Could not find a version that satisfies the requirement PyQt4 (from versions: )
0.701 No matching distribution found for PyQt4
0.994 You are using pip version 9.0.1, however version 23.3.1 is available.
0.994 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile40279-62:3
--------------------
1 | FROM python:2.7.13
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "PyQt4"]
4 | RUN ["pip", "install", "IPython"]
5 | RUN ["pip", "install", "pytest"]
--------------------
ERROR: failed to solve: process "pip install PyQt4" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "IPython",
"v": null
},
{
"con": "*",
"name": "pytest",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": {
"major": 2,
"minor": 5,
"patch": 2
},
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": {
"major": 1,
"minor": 4,
"patch": 1
},
"attrs": {
"major": 21,
"minor": 4,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": {
"major": 1,
"minor": 0,
"patch": 0
},
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": {
"major": 4,
"minor": 0,
"patch": 2
},
"contextlib2": {
"major": 0,
"minor": 6,
"patch": 0
},
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": {
"major": 4,
"minor": 4,
"patch": 2
},
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": {
"major": 1,
"minor": 1,
"patch": 10
},
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": {
"major": 2,
"minor": 1,
"patch": 3
},
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": {
"major": 5,
"minor": 10,
"patch": 0
},
"ipython-genutils": {
"major": 0,
"minor": 2,
"patch": 0
},
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": {
"major": 5,
"minor": 0,
"patch": 0
},
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 20,
"minor": 9,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": {
"major": 2,
"minor": 3,
"patch": 7
},
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": {
"major": 4,
"minor": 8,
"patch": 0
},
"pickleDB": null,
"pickleshare": {
"major": 0,
"minor": 7,
"patch": 5
},
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": {
"major": 0,
"minor": 13,
"patch": 1
},
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": {
"major": 1,
"minor": 0,
"patch": 18
},
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": {
"major": 0,
"minor": 7,
"patch": 0
},
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 2,
"minor": 4,
"patch": 7
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": {
"major": 4,
"minor": 6,
"patch": 11
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": {
"major": 1,
"minor": 10,
"patch": 0
},
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": {
"major": 0,
"minor": 8,
"patch": 1
},
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": {
"major": 4,
"minor": 3,
"patch": 3
},
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": {
"major": 3,
"minor": 10,
"patch": 0
},
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": {
"major": 0,
"minor": 2,
"patch": 12
},
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": {
"major": 1,
"minor": 2,
"patch": 0
},
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | delete_dep | 0ca9a482072970fa5e4a43ce4570dd4daa09675f5c5c92035b59dbc6595a2e89 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "PyQt4",
"v": null
},
{
"con": "*",
"name": "IPython",
"v": null
},
{
"con": "*",
"name": "pytest",
"v": null
}
] | null |
f188c8e368a786402fe04c6e7c7958e5e8ee9ba81f44f801c4dc2a7115ef5678 | null | bs4 | Traceback (most recent call last):
File "snippet.py", line 2, in <module>
from bs4 import BeautifulSoup
ImportError: No module named bs4
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "bs4",
"v": {
"major": 0,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "backports.functools-lru-cache",
"v": {
"major": 1,
"minor": 6,
"patch": 6
}
},
{
"diff_type": "add",
"name": "beautifulsoup4",
"v": {
"major": 4,
"minor": 9,
"patch": 3
}
},
{
"diff_type": "add",
"name": "soupsieve",
"v": {
"major": 1,
"minor": 9,
"patch": 6
}
}
] | delete_dep | 037aa5504e99060b60978cc03a2824a2ed720da7c7cde65a23ddaf3b6a1c99b0 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f188c8e368a786402fe04c6e7c7958e5e8ee9ba81f44f801c4dc2a7115ef5678 | null | requests | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import requests
ImportError: No module named requests
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
},
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
}
] | delete_dep | 0df9a95862e2554b9f7a3f0222a0ef9e64dc8a5e4db042fe2a875af941e88629 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f188c8e368a786402fe04c6e7c7958e5e8ee9ba81f44f801c4dc2a7115ef5678 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 11
print "Please wait while I fetch the data..."
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
},
{
"diff_type": "change",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "change",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "change",
"name": "beautifulsoup4",
"v": {
"major": 4,
"minor": 9,
"patch": 3
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "backports.functools-lru-cache",
"v": {
"major": 1,
"minor": 6,
"patch": 6
}
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "charset-normalizer",
"v": null
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "change",
"name": "soupsieve",
"v": {
"major": 1,
"minor": 9,
"patch": 6
}
},
{
"diff_type": "change",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
}
] | set_python_version | 7bd95d27b800307350f8fc9f9bee4f092498f964505f65e77a13f00b12f5959c | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 12,
"patch": 2
},
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 2,
"minor": 5,
"patch": 0
},
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f18c9af2894339ec1da6dfb63c7ebcbebd047462d9a0f12ca3f294454f8be355 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | Traceback (most recent call last):
File "//snippet.py", line 2, in <module>
from nose.plugins.attrib import attr
File "/usr/local/lib/python3.12/site-packages/nose/__init__.py", line 1, in <module>
from nose.core import collector, main, run, run_exit, runmodule
File "/usr/local/lib/python3.12/site-packages/nose/core.py", line 12, in <module>
from nose.loader import defaultTestLoader
File "/usr/local/lib/python3.12/site-packages/nose/loader.py", line 21, in <module>
from nose.importer import Importer, add_path, remove_path
File "/usr/local/lib/python3.12/site-packages/nose/importer.py", line 12, in <module>
from imp import find_module, load_module, acquire_lock, release_lock
ModuleNotFoundError: No module named 'imp'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "nose",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": {
"major": 1,
"minor": 3,
"patch": 7
},
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
}
] | set_python_version | 462f6fe6203487da8ba349207446efee637c183e4a7e65c49ae642c9b8a5fa57 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nose",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": {
"major": 1,
"minor": 3,
"patch": 7
},
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f18c9af2894339ec1da6dfb63c7ebcbebd047462d9a0f12ca3f294454f8be355 | null | nose | Traceback (most recent call last):
File "snippet.py", line 2, in <module>
from nose.plugins.attrib import attr
ImportError: No module named nose.plugins.attrib
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "nose",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": {
"major": 1,
"minor": 3,
"patch": 7
},
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "nose",
"v": {
"major": 1,
"minor": 3,
"patch": 7
}
}
] | delete_dep | 4a425c19a6c4cc3f09bded8429daf975a0b0e18ccc6e1e46019a84b56fadeb96 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f1b9318c7a83a1980affc93e9f1fa02c65d3fd53f07b3f714054e60400c778da | {
"major": 1,
"minor": 0,
"patch": 2
} | misaka | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile26593-1674
#2 transferring dockerfile: 154B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.2s
#4 [1/3] FROM docker.io/library/python:2.7.13@sha256:ac21ec6277f7da89c32f977b25224abbbbb0f4d3d10ce37461210c14019bc955
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 CACHED
#7 [3/3] RUN ["pip", "install", "misaka"]
#7 0.412 Collecting misaka
#7 0.802 Downloading https://files.pythonhosted.org/packages/fa/87/b1020510a00aba1b936477e54180b143df654c565b84936b0b3e85272cf2/misaka-2.1.1.tar.gz (125kB)
#7 1.399 Complete output from command python setup.py egg_info:
#7 1.399 Couldn't find index page for 'cffi' (maybe misspelled?)
#7 1.399 No local packages or working download links found for cffi>=1.0.0
#7 1.399 Traceback (most recent call last):
#7 1.399 File "<string>", line 1, in <module>
#7 1.399 File "/tmp/pip-build-9pofWe/misaka/setup.py", line 74, in <module>
#7 1.399 cffi_modules=['build_ffi.py:ffi'],
#7 1.399 File "/usr/local/lib/python2.7/distutils/core.py", line 111, in setup
#7 1.399 _setup_distribution = dist = klass(attrs)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 335, in __init__
#7 1.399 self.fetch_build_eggs(attrs['setup_requires'])
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 456, in fetch_build_eggs
#7 1.399 replace_conflicting=True,
#7 1.399 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 863, in resolve
#7 1.399 replace_conflicting=replace_conflicting
#7 1.399 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1141, in best_match
#7 1.399 return self.obtain(req, installer)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1153, in obtain
#7 1.399 return installer(requirement)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
#7 1.399 return cmd.easy_install(req)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
#7 1.399 raise DistutilsError(msg)
#7 1.399 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.0.0')
#7 1.399
#7 1.399 ----------------------------------------
#7 1.404 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9pofWe/misaka/
#7 1.692 You are using pip version 9.0.1, however version 23.3.1 is available.
#7 1.692 You should consider upgrading via the 'pip install --upgrade pip' command.
#7 ERROR: process "pip install misaka" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "misaka"]:
1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
1.399 return cmd.easy_install(req)
1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
1.399 raise DistutilsError(msg)
1.399 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.0.0')
1.399
1.399 ----------------------------------------
1.404 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9pofWe/misaka/
1.692 You are using pip version 9.0.1, however version 23.3.1 is available.
1.692 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile26593-1674:3
--------------------
1 | FROM python:2.7.13
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "misaka"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install misaka" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "==",
"name": "misaka",
"v": {
"major": 1,
"minor": 0,
"patch": 2
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": {
"major": 1,
"minor": 0,
"patch": 2
},
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 6f7fea75da6f617ae261559e7f59d993c12c2867ab1f1ebd4b08f429f187f565 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "misaka",
"v": null
}
] | null |
f1b9318c7a83a1980affc93e9f1fa02c65d3fd53f07b3f714054e60400c778da | {
"major": 3,
"minor": 12,
"patch": 0
} | null | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from dockerfile26593-1674
#2 transferring dockerfile: 154B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.2s
#4 [1/3] FROM docker.io/library/python:2.7.13@sha256:ac21ec6277f7da89c32f977b25224abbbbb0f4d3d10ce37461210c14019bc955
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 CACHED
#7 [3/3] RUN ["pip", "install", "misaka"]
#7 0.412 Collecting misaka
#7 0.802 Downloading https://files.pythonhosted.org/packages/fa/87/b1020510a00aba1b936477e54180b143df654c565b84936b0b3e85272cf2/misaka-2.1.1.tar.gz (125kB)
#7 1.399 Complete output from command python setup.py egg_info:
#7 1.399 Couldn't find index page for 'cffi' (maybe misspelled?)
#7 1.399 No local packages or working download links found for cffi>=1.0.0
#7 1.399 Traceback (most recent call last):
#7 1.399 File "<string>", line 1, in <module>
#7 1.399 File "/tmp/pip-build-9pofWe/misaka/setup.py", line 74, in <module>
#7 1.399 cffi_modules=['build_ffi.py:ffi'],
#7 1.399 File "/usr/local/lib/python2.7/distutils/core.py", line 111, in setup
#7 1.399 _setup_distribution = dist = klass(attrs)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 335, in __init__
#7 1.399 self.fetch_build_eggs(attrs['setup_requires'])
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 456, in fetch_build_eggs
#7 1.399 replace_conflicting=True,
#7 1.399 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 863, in resolve
#7 1.399 replace_conflicting=replace_conflicting
#7 1.399 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1141, in best_match
#7 1.399 return self.obtain(req, installer)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1153, in obtain
#7 1.399 return installer(requirement)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
#7 1.399 return cmd.easy_install(req)
#7 1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
#7 1.399 raise DistutilsError(msg)
#7 1.399 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.0.0')
#7 1.399
#7 1.399 ----------------------------------------
#7 1.404 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9pofWe/misaka/
#7 1.692 You are using pip version 9.0.1, however version 23.3.1 is available.
#7 1.692 You should consider upgrading via the 'pip install --upgrade pip' command.
#7 ERROR: process "pip install misaka" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "misaka"]:
1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
1.399 return cmd.easy_install(req)
1.399 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
1.399 raise DistutilsError(msg)
1.399 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.0.0')
1.399
1.399 ----------------------------------------
1.404 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9pofWe/misaka/
1.692 You are using pip version 9.0.1, however version 23.3.1 is available.
1.692 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile26593-1674:3
--------------------
1 | FROM python:2.7.13
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "misaka"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install misaka" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "misaka",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": {
"major": 1,
"minor": 16,
"patch": 0
},
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": {
"major": 2,
"minor": 1,
"patch": 1
},
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": {
"major": 2,
"minor": 21,
"patch": 0
},
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_python_version | a87c61b90b6cdd2c2f804d11fd638b2c88426f19ba71978dd067224de3e333b8 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "misaka",
"v": null
}
] | null |
f1c529a29cffa6fd3d7f187c2eba8a149f5d05a64adea51ab4a367ace2852b07 | null | selenium | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
from selenium.webdriver import ActionChains
ModuleNotFoundError: No module named 'selenium'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "selenium",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": {
"major": 1,
"minor": 7,
"patch": 1
},
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": {
"major": 23,
"minor": 1,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": {
"major": 0,
"minor": 14,
"patch": 0
},
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": {
"major": 1,
"minor": 3,
"patch": 0
},
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": {
"major": 4,
"minor": 15,
"patch": 2
},
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": {
"major": 1,
"minor": 3,
"patch": 0
},
"snowballstemmer": null,
"sortedcontainers": {
"major": 2,
"minor": 4,
"patch": 0
},
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": {
"major": 0,
"minor": 23,
"patch": 1
},
"trio-websocket": {
"major": 0,
"minor": 11,
"patch": 1
},
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": {
"major": 1,
"minor": 2,
"patch": 0
},
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "sniffio",
"v": {
"major": 1,
"minor": 3,
"patch": 0
}
},
{
"diff_type": "add",
"name": "attrs",
"v": {
"major": 23,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2023,
"minor": 11,
"patch": 17
}
},
{
"diff_type": "add",
"name": "h11",
"v": {
"major": 0,
"minor": 14,
"patch": 0
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "outcome",
"v": {
"major": 1,
"minor": 3,
"patch": 0
}
},
{
"diff_type": "add",
"name": "PySocks",
"v": {
"major": 1,
"minor": 7,
"patch": 1
}
},
{
"diff_type": "add",
"name": "selenium",
"v": {
"major": 4,
"minor": 15,
"patch": 2
}
},
{
"diff_type": "add",
"name": "sortedcontainers",
"v": {
"major": 2,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "trio",
"v": {
"major": 0,
"minor": 23,
"patch": 1
}
},
{
"diff_type": "add",
"name": "trio-websocket",
"v": {
"major": 0,
"minor": 11,
"patch": 1
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 2,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "wsproto",
"v": {
"major": 1,
"minor": 2,
"patch": 0
}
}
] | delete_dep | 159cc6ae7eedd29670febebd98c71b8d486f8a4641359941afea5104c5cd9c79 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f1d395db7be23fe74104503d95b4c77068b4cffd7a31a370acf6901c1efd309d | null | tornado | Traceback (most recent call last):
File "snippet.py", line 6, in <module>
from tornado.template import BaseLoader
ImportError: No module named tornado.template
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "jinja2",
"v": null
},
{
"con": "*",
"name": "tornado",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": {
"major": 2,
"minor": 11,
"patch": 3
},
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 1,
"minor": 1,
"patch": 1
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": {
"major": 0,
"minor": 5,
"patch": 0
},
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": {
"major": 3,
"minor": 7,
"patch": 0
},
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": {
"major": 5,
"minor": 1,
"patch": 1
},
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "backports-abc",
"v": {
"major": 0,
"minor": 5,
"patch": 0
}
},
{
"diff_type": "add",
"name": "tornado",
"v": {
"major": 5,
"minor": 1,
"patch": 1
}
},
{
"diff_type": "add",
"name": "six",
"v": {
"major": 1,
"minor": 16,
"patch": 0
}
},
{
"diff_type": "add",
"name": "singledispatch",
"v": {
"major": 3,
"minor": 7,
"patch": 0
}
},
{
"diff_type": "add",
"name": "futures",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
}
] | delete_dep | 049a72ef6cdb08f53a1b52a37afb8678d2359bd0663d057bc0a2faf48b74d50b | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "jinja2",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": {
"major": 2,
"minor": 11,
"patch": 3
},
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 1,
"minor": 1,
"patch": 1
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f1d395db7be23fe74104503d95b4c77068b4cffd7a31a370acf6901c1efd309d | null | jinja2 | Traceback (most recent call last):
File "snippet.py", line 5, in <module>
from jinja2 import Environment, FileSystemLoader
ImportError: No module named jinja2
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "jinja2",
"v": null
},
{
"con": "*",
"name": "tornado",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": {
"major": 2,
"minor": 11,
"patch": 3
},
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 1,
"minor": 1,
"patch": 1
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": {
"major": 0,
"minor": 5,
"patch": 0
},
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": {
"major": 3,
"minor": 7,
"patch": 0
},
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": {
"major": 5,
"minor": 1,
"patch": 1
},
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "MarkupSafe",
"v": {
"major": 1,
"minor": 1,
"patch": 1
}
},
{
"diff_type": "add",
"name": "Jinja2",
"v": {
"major": 2,
"minor": 11,
"patch": 3
}
}
] | delete_dep | c95eaea3322f19905bf8cff1153b8e582aa02781d75bc492bb110c509232e7ac | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "tornado",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": {
"major": 0,
"minor": 5,
"patch": 0
},
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": {
"major": 3,
"minor": 7,
"patch": 0
},
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": {
"major": 5,
"minor": 1,
"patch": 1
},
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f21f89a1a9fbb5da65c2dbed68447de50ef55bf41716b020a04f6975aafbc2ef | {
"major": 0,
"minor": 29,
"patch": 0
} | botocore | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
from botocore.credentials import RefreshableCredentials
ImportError: cannot import name RefreshableCredentials
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "boto3",
"v": null
},
{
"con": "*",
"name": "botocore",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 17,
"patch": 112
},
"botocore": {
"major": 1,
"minor": 20,
"patch": 112
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 10,
"patch": 0
},
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 4,
"patch": 2
},
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "rm",
"name": "ply",
"v": null
},
{
"diff_type": "change",
"name": "botocore",
"v": {
"major": 1,
"minor": 20,
"patch": 112
}
},
{
"diff_type": "change",
"name": "jmespath",
"v": {
"major": 0,
"minor": 10,
"patch": 0
}
}
] | set_dep_version | 49c926f6439d38e2a75ae1b9649af76822a86f400f5ffefa2e79c95c20d77863 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "boto3",
"v": null
},
{
"con": "==",
"name": "botocore",
"v": {
"major": 0,
"minor": 29,
"patch": 0
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 17,
"patch": 112
},
"botocore": {
"major": 0,
"minor": 29,
"patch": 0
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 2,
"patch": 1
},
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": {
"major": 3,
"minor": 4,
"patch": 0
},
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 4,
"patch": 2
},
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f21f89a1a9fbb5da65c2dbed68447de50ef55bf41716b020a04f6975aafbc2ef | null | boto3 | Traceback (most recent call last):
File "snippet.py", line 4, in <module>
from boto3 import Session
ImportError: No module named boto3
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "boto3",
"v": null
},
{
"con": "*",
"name": "botocore",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 17,
"patch": 112
},
"botocore": {
"major": 1,
"minor": 20,
"patch": 112
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": {
"major": 3,
"minor": 4,
"patch": 0
},
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 10,
"patch": 0
},
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 4,
"patch": 2
},
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "s3transfer",
"v": {
"major": 0,
"minor": 4,
"patch": 2
}
},
{
"diff_type": "add",
"name": "futures",
"v": {
"major": 3,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "boto3",
"v": {
"major": 1,
"minor": 17,
"patch": 112
}
}
] | delete_dep | 9bcfbcdbbb64c8dca94b0252f06bf7c316ea5c49d599495ec6596574fff59618 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "botocore",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": {
"major": 1,
"minor": 20,
"patch": 112
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 10,
"patch": 0
},
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f271bf05092005faae5bf3c1a196260170802998a15095c52db2a44111eb92a6 | {
"major": 3,
"minor": 2,
"patch": 5
} | nltk | Traceback (most recent call last):
File "//snippet.py", line 2, in <module>
from nltk.tokenize import sent_tokenize, RegexpTokenizer
File "/usr/local/lib/python3.12/site-packages/nltk/__init__.py", line 115, in <module>
from nltk.decorators import decorator, memoize
File "/usr/local/lib/python3.12/site-packages/nltk/decorators.py", line 187, in <module>
@decorator
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/nltk/decorators.py", line 176, in decorator
return update_wrapper(_decorator, caller)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/nltk/decorators.py", line 87, in update_wrapper
infodict = infodict or getinfo(model)
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/nltk/decorators.py", line 69, in getinfo
signature = inspect.formatargspec(regargs, varargs, varkwargs, defaults,
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'formatargspec'. Did you mean: 'formatargvalues'?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "tqdm",
"v": {
"major": 4,
"minor": 66,
"patch": 1
}
},
{
"diff_type": "add",
"name": "regex",
"v": {
"major": 2023,
"minor": 10,
"patch": 3
}
},
{
"diff_type": "add",
"name": "joblib",
"v": {
"major": 1,
"minor": 3,
"patch": 2
}
},
{
"diff_type": "add",
"name": "click",
"v": {
"major": 8,
"minor": 1,
"patch": 7
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
},
{
"diff_type": "change",
"name": "nltk",
"v": {
"major": 3,
"minor": 8,
"patch": 1
}
},
{
"diff_type": "rm",
"name": "six",
"v": null
}
] | set_dep_version | 1397ab0f58e32376718dfd29da2745959a06fd6041d0b1d876e191730736facc | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "nltk",
"v": {
"major": 3,
"minor": 2,
"patch": 5
}
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 2,
"patch": 5
},
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f271bf05092005faae5bf3c1a196260170802998a15095c52db2a44111eb92a6 | {
"major": 2,
"minor": 0,
"patch": 0
} | networkx | Traceback (most recent call last):
File "//snippet.py", line 4, in <module>
import networkx as nx
File "/usr/local/lib/python3.12/site-packages/networkx/__init__.py", line 100, in <module>
import networkx.classes.filters
File "/usr/local/lib/python3.12/site-packages/networkx/classes/__init__.py", line 1, in <module>
from .graph import Graph
File "/usr/local/lib/python3.12/site-packages/networkx/classes/graph.py", line 23, in <module>
from collections import Mapping
ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.12/collections/__init__.py)
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "rm",
"name": "decorator",
"v": null
},
{
"diff_type": "change",
"name": "networkx",
"v": {
"major": 3,
"minor": 2,
"patch": 1
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | set_dep_version | 1e6136c1853a9e7172cb51867d9354577b581b84e598e40be2939de497536d8d | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "==",
"name": "networkx",
"v": {
"major": 2,
"minor": 0,
"patch": 0
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": {
"major": 5,
"minor": 1,
"patch": 1
},
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": {
"major": 2,
"minor": 0,
"patch": 0
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f271bf05092005faae5bf3c1a196260170802998a15095c52db2a44111eb92a6 | {
"major": 1,
"minor": 8,
"patch": 1
} | networkx | Traceback (most recent call last):
File "//snippet.py", line 4, in <module>
import networkx as nx
File "/usr/local/lib/python3.12/site-packages/networkx/__init__.py", line 72, in <module>
import networkx.readwrite
File "/usr/local/lib/python3.12/site-packages/networkx/readwrite/__init__.py", line 5, in <module>
from networkx.readwrite.adjlist import *
File "/usr/local/lib/python3.12/site-packages/networkx/readwrite/adjlist.py", line 93, in <module>
@open_file(1,mode='wb')
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/networkx/utils/decorators.py", line 198, in open_file
@decorator
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/networkx/external/decorator/decorator3/_decorator3.py", line 203, in decorator
first = inspect.getargspec(caller)[0][0] # first arg
^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "networkx",
"v": {
"major": 3,
"minor": 2,
"patch": 1
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | set_dep_version | 8b223a4b1527f3294cc47a54f94476d3b822d3affcfaa2fd4119de0b6130afde | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "==",
"name": "networkx",
"v": {
"major": 1,
"minor": 8,
"patch": 1
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": {
"major": 1,
"minor": 8,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f271bf05092005faae5bf3c1a196260170802998a15095c52db2a44111eb92a6 | {
"major": 2,
"minor": 0,
"patch": 3
} | nltk | #0 building with "desktop-linux" instance using docker driver
#1 [1/4] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile41378-530
#3 transferring dockerfile: 195B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.08kB done
#5 DONE 0.0s
#6 [2/4] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/4] RUN ["pip", "install", "nltk==2.0.3"]
#7 1.387 Collecting nltk==2.0.3
#7 1.571 Downloading nltk-2.0.3.zip (1.1 MB)
#7 2.669 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 989.8 kB/s eta 0:00:00
#7 2.700 Preparing metadata (setup.py): started
#7 3.096 Preparing metadata (setup.py): finished with status 'error'
#7 3.100 error: subprocess-exited-with-error
#7 3.100
#7 3.100 × python setup.py egg_info did not run successfully.
#7 3.100 │ exit code: 1
#7 3.100 ╰─> [40 lines of output]
#7 3.100 Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz
#7 3.100 Traceback (most recent call last):
#7 3.100 File "/tmp/pip-install-komfvamk/nltk_b1a1ce4c048c45e98fe2cbf5559eadbb/distribute_setup.py", line 143, in use_setuptools
#7 3.100 raise ImportError
#7 3.100 ImportError
#7 3.100
#7 3.100 During handling of the above exception, another exception occurred:
#7 3.100
#7 3.100 Traceback (most recent call last):
#7 3.100 File "<string>", line 2, in <module>
#7 3.100 File "<pip-setuptools-caller>", line 34, in <module>
#7 3.100 File "/tmp/pip-install-komfvamk/nltk_b1a1ce4c048c45e98fe2cbf5559eadbb/setup.py", line 23, in <module>
#7 3.100 distribute_setup.use_setuptools()
#7 3.100 File "/tmp/pip-install-komfvamk/nltk_b1a1ce4c048c45e98fe2cbf5559eadbb/distribute_setup.py", line 145, in use_setuptools
#7 3.100 return _do_download(version, download_base, to_dir, download_delay)
#7 3.100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#7 3.100 File "/tmp/pip-install-komfvamk/nltk_b1a1ce4c048c45e98fe2cbf5559eadbb/distribute_setup.py", line 123, in _do_download
#7 3.100 tarball = download_setuptools(version, download_base,
#7 3.100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#7 3.100 File "/tmp/pip-install-komfvamk/nltk_b1a1ce4c048c45e98fe2cbf5559eadbb/distribute_setup.py", line 193, in download_setuptools
#7 3.100 src = urlopen(url)
#7 3.100 ^^^^^^^^^^^^
#7 3.100 File "/usr/local/lib/python3.12/urllib/request.py", line 215, in urlopen
#7 3.100 return opener.open(url, data, timeout)
#7 3.100 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#7 3.100 File "/usr/local/lib/python3.12/urllib/request.py", line 521, in open
#7 3.100 response = meth(req, response)
#7 3.100 ^^^^^^^^^^^^^^^^^^^
#7 3.100 File "/usr/local/lib/python3.12/urllib/request.py", line 630, in http_response
#7 3.100 response = self.parent.error(
#7 3.100 ^^^^^^^^^^^^^^^^^^
#7 3.100 File "/usr/local/lib/python3.12/urllib/request.py", line 559, in error
#7 3.100 return self._call_chain(*args)
#7 3.100 ^^^^^^^^^^^^^^^^^^^^^^^
#7 3.100 File "/usr/local/lib/python3.12/urllib/request.py", line 492, in _call_chain
#7 3.100 result = func(*args)
#7 3.100 ^^^^^^^^^^^
#7 3.100 File "/usr/local/lib/python3.12/urllib/request.py", line 639, in http_error_default
#7 3.100 raise HTTPError(req.full_url, code, msg, hdrs, fp)
#7 3.100 urllib.error.HTTPError: HTTP Error 403: SSL is required
#7 3.100 [end of output]
#7 3.100
#7 3.100 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 3.101 error: metadata-generation-failed
#7 3.101
#7 3.101 × Encountered error while generating package metadata.
#7 3.101 ╰─> See above for output.
#7 3.101
#7 3.101 note: This is an issue with the package mentioned above, not pip.
#7 3.101 hint: See above for details.
#7 3.485
#7 3.485 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 3.485 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install nltk==2.0.3" did not complete successfully: exit code: 1
------
> [3/4] RUN ["pip", "install", "nltk==2.0.3"]:
3.101 error: metadata-generation-failed
3.101
3.101 × Encountered error while generating package metadata.
3.101 ╰─> See above for output.
3.101
3.101 note: This is an issue with the package mentioned above, not pip.
3.101 hint: See above for details.
3.485
3.485 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
3.485 [notice] To update, run: pip install --upgrade pip
------
dockerfile41378-530:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "nltk==2.0.3"]
4 | RUN ["pip", "install", "networkx"]
5 | CMD ["python", "snippet.py"]
--------------------
ERROR: failed to solve: process "pip install nltk==2.0.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | b5245a3986e3533c9b0f89dfe4f4604b939f905f85e9010e2ef5362e61c2e6a2 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "nltk",
"v": {
"major": 2,
"minor": 0,
"patch": 3
}
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | null |
f271bf05092005faae5bf3c1a196260170802998a15095c52db2a44111eb92a6 | null | networkx | Traceback (most recent call last):
File "//snippet.py", line 4, in <module>
import networkx as nx
ModuleNotFoundError: No module named 'networkx'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "networkx",
"v": {
"major": 3,
"minor": 2,
"patch": 1
}
}
] | delete_dep | cc075875cd9254562b595fb6575fe6893e2ad67e1076eb29200933e8ac3617cd | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f271bf05092005faae5bf3c1a196260170802998a15095c52db2a44111eb92a6 | null | nltk | Traceback (most recent call last):
File "//snippet.py", line 2, in <module>
from nltk.tokenize import sent_tokenize, RegexpTokenizer
ModuleNotFoundError: No module named 'nltk'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "nltk",
"v": null
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 8,
"minor": 1,
"patch": 7
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": {
"major": 1,
"minor": 3,
"patch": 2
},
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": {
"major": 3,
"minor": 8,
"patch": 1
},
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": {
"major": 2023,
"minor": 10,
"patch": 3
},
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": {
"major": 4,
"minor": 66,
"patch": 1
},
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "regex",
"v": {
"major": 2023,
"minor": 10,
"patch": 3
}
},
{
"diff_type": "add",
"name": "joblib",
"v": {
"major": 1,
"minor": 3,
"patch": 2
}
},
{
"diff_type": "add",
"name": "click",
"v": {
"major": 8,
"minor": 1,
"patch": 7
}
},
{
"diff_type": "add",
"name": "nltk",
"v": {
"major": 3,
"minor": 8,
"patch": 1
}
},
{
"diff_type": "add",
"name": "tqdm",
"v": {
"major": 4,
"minor": 66,
"patch": 1
}
}
] | delete_dep | e5aa4abe7854a3bfb891643d9d484753a36ea888103be68d785d3e5c0e17bfb1 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "networkx",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": {
"major": 3,
"minor": 2,
"patch": 1
},
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f2a2c7ff11f3f2d306ba32fc97423d14f6378bd39e9a69b66f146571178925d8 | null | requests | Traceback (most recent call last):
File "snippet.py", line 5, in <module>
import requests
ImportError: No module named requests
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
}
] | delete_dep | ab89b15e21f813c7b94341e1a9f77b38cd5bf0c67f1e7235446a5a441a984527 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f2ad796c90cfe370fb2f9661fcf47be528f374645d7eec66310137e43ed2791c | null | gpxpy | Traceback (most recent call last):
File "//snippet.py", line 6, in <module>
import gpxpy
ModuleNotFoundError: No module named 'gpxpy'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "gpxpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": {
"major": 1,
"minor": 6,
"patch": 1
},
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "gpxpy",
"v": {
"major": 1,
"minor": 6,
"patch": 1
}
}
] | delete_dep | e3526718670c7bd8d25ec6d3c151432bd4e3826b0c8b4dab33d073090b01c106 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f2db3974400025c52d76883c24f3d0f58f847bf4a7723d473c99ba31a0a88c7e | {
"major": 0,
"minor": 4,
"patch": 5
} | emoji | Traceback (most recent call last):
File "snippet.py", line 4, in <module>
import emoji
File "/usr/local/lib/python2.7/site-packages/emoji/__init__.py", line 15, in <module>
from emoji.core import *
File "/usr/local/lib/python2.7/site-packages/emoji/core.py", line 24
SyntaxError: Non-ASCII character '\xe2' in file /usr/local/lib/python2.7/site-packages/emoji/core.py on line 24, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "==",
"name": "emoji",
"v": {
"major": 0,
"minor": 4,
"patch": 5
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": {
"major": 0,
"minor": 4,
"patch": 5
},
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "emoji",
"v": {
"major": 0,
"minor": 4,
"patch": 5
}
}
] | set_dep_version | 53cc4c4e615243c491f375729f6b978eb4cbdbc8b221e5ab54d26cf22138b9e8 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "emoji",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": {
"major": 2,
"minor": 8,
"patch": 0
},
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f3085e2ad67be0dc28f23ee664a42deffdf8e1a4cbcb3aef87138a96715e28c7 | null | pyperclip | Traceback (most recent call last):
File "//snippet.py", line 5, in <module>
import pyperclip
ModuleNotFoundError: No module named 'pyperclip'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pyperclip",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": {
"major": 1,
"minor": 8,
"patch": 2
},
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "pyperclip",
"v": {
"major": 1,
"minor": 8,
"patch": 2
}
}
] | delete_dep | 4e5b79f5add4a749d06d4392f6a7b883b29ab5ec951320faec3daff390dfe970 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f3085e2ad67be0dc28f23ee664a42deffdf8e1a4cbcb3aef87138a96715e28c7 | {
"major": 1,
"minor": 3,
"patch": 0
} | pyperclip | Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/pyperclip/__init__.py", line 142, in <module>
import gtk
ModuleNotFoundError: No module named 'gtk'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/pyperclip/__init__.py", line 147, in <module>
import PyQt4.QtCore
ModuleNotFoundError: No module named 'PyQt4'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "//snippet.py", line 5, in <module>
import pyperclip
File "/usr/local/lib/python3.12/site-packages/pyperclip/__init__.py", line 154, in <module>
raise Exception('Pyperclip requires the gtk or PyQt4 module installed, or the xclip command.')
Exception: Pyperclip requires the gtk or PyQt4 module installed, or the xclip command.
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pyperclip",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": {
"major": 1,
"minor": 8,
"patch": 2
},
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
},
{
"diff_type": "change",
"name": "pyperclip",
"v": {
"major": 1,
"minor": 8,
"patch": 2
}
}
] | set_dep_version | 8cbe6f439456d5cef7872ba8787d2c407586f043c6eba44ed1f557cfccab62b1 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "pyperclip",
"v": {
"major": 1,
"minor": 3,
"patch": 0
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": {
"major": 1,
"minor": 3,
"patch": 0
},
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f31a8d5f82007a15a633be4d963554a2ccb43e7b10065d89b5887b7fc75674b8 | null | lxml | Traceback (most recent call last):
File "snippet.py", line 6, in <module>
from lxml import etree
ImportError: No module named lxml
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "lxml",
"v": {
"major": 4,
"minor": 9,
"patch": 3
}
}
] | delete_dep | 789869cc6ed87fd247ea67d59751cceb14891651033303aa73c0d644a8a99366 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f3260072e34d7cd8f315bbc896fd4aeac4eb8176b9746ad276e14d632188d5fd | null | xmltodict | Traceback (most recent call last):
File "//snippet.py", line 2, in <module>
import xmltodict
ModuleNotFoundError: No module named 'xmltodict'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "xmltodict",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": {
"major": 0,
"minor": 13,
"patch": 0
},
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "xmltodict",
"v": {
"major": 0,
"minor": 13,
"patch": 0
}
}
] | delete_dep | 8ed81f1f6ebbb1a8a22027eab9cfcaa6181f5ddcd18fddf96cf0b290be026c6d | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f32cf2503017167d1b0cf4e52e6e34476bbf6a11a1b52393c40dbda7d7bc5bf9 | null | elasticsearch | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import elasticsearch
ImportError: No module named elasticsearch
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "elasticsearch",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": {
"major": 7,
"minor": 17,
"patch": 9
},
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "elasticsearch",
"v": {
"major": 7,
"minor": 17,
"patch": 9
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
}
] | delete_dep | 03adf3d945f1d424d13c92252f1c393a69efd72783cd76d05d515a48e4bb9282 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f33b9ac6587a17c4beefa14163a5da48739040055702c704b4408e4066da7962 | {
"major": 1,
"minor": 1,
"patch": 1
} | matplotlib | #0 building with "desktop-linux" instance using docker driver
#1 [1/3] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load build definition from dockerfile87565-371
#3 transferring dockerfile: 164B done
#3 DONE 0.1s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 2.67kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "matplotlib==1.1.1"]
#7 1.717 Collecting matplotlib==1.1.1
#7 1.867 Downloading matplotlib-1.1.1.tar.gz (9.2 MB)
#7 2.837 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/9.2 MB 9.6 MB/s eta 0:00:00
#7 3.306 Preparing metadata (setup.py): started
#7 3.520 Preparing metadata (setup.py): finished with status 'error'
#7 3.522 error: subprocess-exited-with-error
#7 3.522
#7 3.522 × python setup.py egg_info did not run successfully.
#7 3.522 │ exit code: 1
#7 3.522 ╰─> [15 lines of output]
#7 3.522 /tmp/pip-install-bgqfr9de/matplotlib_920aaa69af8041b087d65add9eaa1457/setupext.py:524: SyntaxWarning: invalid escape sequence '\.'
#7 3.522 pattern = '(3\.1\d+)|(MiKTeX \d+.\d+)'
#7 3.522 /tmp/pip-install-bgqfr9de/matplotlib_920aaa69af8041b087d65add9eaa1457/setupext.py:702: SyntaxWarning: invalid escape sequence '\G'
#7 3.522 os.environ['PKG_CONFIG_PATH'] = 'C:\GTK\lib\pkgconfig'
#7 3.522 basedirlist is: ['/usr/local', '/usr']
#7 3.522 ============================================================================
#7 3.522 BUILDING MATPLOTLIB
#7 3.522 matplotlib: 1.1.1
#7 3.522 python: 3.12.0 (main, Nov 21 2023, 17:57:23) [GCC 12.2.0]
#7 3.522 platform: linux
#7 3.522
#7 3.522 REQUIRED DEPENDENCIES
#7 3.522 numpy: no
#7 3.522 * You must install numpy 1.4 or later to build
#7 3.522 * matplotlib.
#7 3.522 [end of output]
#7 3.522
#7 3.522 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 3.525 error: metadata-generation-failed
#7 3.525
#7 3.525 × Encountered error while generating package metadata.
#7 3.525 ╰─> See above for output.
#7 3.525
#7 3.525 note: This is an issue with the package mentioned above, not pip.
#7 3.525 hint: See above for details.
#7 3.730
#7 3.730 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 3.730 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install matplotlib==1.1.1" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "matplotlib==1.1.1"]:
3.525 error: metadata-generation-failed
3.525
3.525 × Encountered error while generating package metadata.
3.525 ╰─> See above for output.
3.525
3.525 note: This is an issue with the package mentioned above, not pip.
3.525 hint: See above for details.
3.730
3.730 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
3.730 [notice] To update, run: pip install --upgrade pip
------
dockerfile87565-371:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "matplotlib==1.1.1"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install matplotlib==1.1.1" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "matplotlib",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": {
"major": 10,
"minor": 1,
"patch": 0
},
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": {
"major": 1,
"minor": 2,
"patch": 0
},
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": {
"major": 0,
"minor": 12,
"patch": 1
},
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": {
"major": 4,
"minor": 45,
"patch": 0
},
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": {
"major": 1,
"minor": 4,
"patch": 5
},
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": {
"major": 3,
"minor": 8,
"patch": 2
},
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 23,
"minor": 2,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 3,
"minor": 1,
"patch": 1
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 53180d584378b5b23ad673da9fa1ee7c2da74b2b851b6ca2401e03109cb57821 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "matplotlib",
"v": {
"major": 1,
"minor": 1,
"patch": 1
}
}
] | null |
f33b9ac6587a17c4beefa14163a5da48739040055702c704b4408e4066da7962 | null | matplotlib | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "matplotlib",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": {
"major": 10,
"minor": 1,
"patch": 0
},
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": {
"major": 1,
"minor": 2,
"patch": 0
},
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": {
"major": 0,
"minor": 12,
"patch": 1
},
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": {
"major": 4,
"minor": 45,
"patch": 0
},
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": {
"major": 1,
"minor": 4,
"patch": 5
},
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": {
"major": 3,
"minor": 8,
"patch": 2
},
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 23,
"minor": 2,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 3,
"minor": 1,
"patch": 1
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "contourpy",
"v": {
"major": 1,
"minor": 2,
"patch": 0
}
},
{
"diff_type": "add",
"name": "six",
"v": {
"major": 1,
"minor": 16,
"patch": 0
}
},
{
"diff_type": "add",
"name": "python-dateutil",
"v": {
"major": 2,
"minor": 8,
"patch": 2
}
},
{
"diff_type": "add",
"name": "pyparsing",
"v": {
"major": 3,
"minor": 1,
"patch": 1
}
},
{
"diff_type": "add",
"name": "packaging",
"v": {
"major": 23,
"minor": 2,
"patch": 0
}
},
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 26,
"patch": 2
}
},
{
"diff_type": "add",
"name": "matplotlib",
"v": {
"major": 3,
"minor": 8,
"patch": 2
}
},
{
"diff_type": "add",
"name": "kiwisolver",
"v": {
"major": 1,
"minor": 4,
"patch": 5
}
},
{
"diff_type": "add",
"name": "fonttools",
"v": {
"major": 4,
"minor": 45,
"patch": 0
}
},
{
"diff_type": "add",
"name": "cycler",
"v": {
"major": 0,
"minor": 12,
"patch": 1
}
},
{
"diff_type": "add",
"name": "Pillow",
"v": {
"major": 10,
"minor": 1,
"patch": 0
}
}
] | delete_dep | 8f4ce7e069c2b38db155efd6f3bb8096850379c95af5baa9ca0b738cb083ca42 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f33b9ac6587a17c4beefa14163a5da48739040055702c704b4408e4066da7962 | {
"major": 2,
"minor": 1,
"patch": 1
} | matplotlib | #0 building with "desktop-linux" instance using docker driver
#1 [1/4] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile54856-336
#2 transferring dockerfile: 164B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 2.67kB done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "matplotlib==2.1.1"]
#7 1.694 Collecting matplotlib==2.1.1
#7 1.806 Downloading matplotlib-2.1.1.tar.gz (36.1 MB)
#7 5.476 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.1/36.1 MB 9.4 MB/s eta 0:00:00
#7 6.377 Preparing metadata (setup.py): started
#7 6.716 Preparing metadata (setup.py): finished with status 'error'
#7 6.717 error: subprocess-exited-with-error
#7 6.717
#7 6.717 × python setup.py egg_info did not run successfully.
#7 6.717 │ exit code: 1
#7 6.717 ╰─> [20 lines of output]
#7 6.717 /tmp/pip-install-if5cx7_o/matplotlib_379d57b4454d43bdb342c1da74283c47/setupext.py:2223: SyntaxWarning: invalid escape sequence '\.'
#7 6.717 pattern = '(3\.1\d+)|(MiKTeX \d+.\d+)'
#7 6.717 /tmp/pip-install-if5cx7_o/matplotlib_379d57b4454d43bdb342c1da74283c47/versioneer.py:472: SyntaxWarning: invalid escape sequence '\s'
#7 6.717 LONG_VERSION_PY['git'] = '''
#7 6.717 Traceback (most recent call last):
#7 6.717 File "<string>", line 2, in <module>
#7 6.717 File "<pip-setuptools-caller>", line 34, in <module>
#7 6.717 File "/tmp/pip-install-if5cx7_o/matplotlib_379d57b4454d43bdb342c1da74283c47/setup.py", line 58, in <module>
#7 6.717 __version__ = versioneer.get_version()
#7 6.717 ^^^^^^^^^^^^^^^^^^^^^^^^
#7 6.717 File "/tmp/pip-install-if5cx7_o/matplotlib_379d57b4454d43bdb342c1da74283c47/versioneer.py", line 1410, in get_version
#7 6.717 return get_versions()["version"]
#7 6.717 ^^^^^^^^^^^^^^
#7 6.717 File "/tmp/pip-install-if5cx7_o/matplotlib_379d57b4454d43bdb342c1da74283c47/versioneer.py", line 1344, in get_versions
#7 6.717 cfg = get_config_from_root(root)
#7 6.717 ^^^^^^^^^^^^^^^^^^^^^^^^^^
#7 6.717 File "/tmp/pip-install-if5cx7_o/matplotlib_379d57b4454d43bdb342c1da74283c47/versioneer.py", line 401, in get_config_from_root
#7 6.717 parser = configparser.SafeConfigParser()
#7 6.717 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#7 6.717 AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
#7 6.717 [end of output]
#7 6.717
#7 6.717 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 6.718 error: metadata-generation-failed
#7 6.718
#7 6.718 × Encountered error while generating package metadata.
#7 6.718 ╰─> See above for output.
#7 6.718
#7 6.718 note: This is an issue with the package mentioned above, not pip.
#7 6.718 hint: See above for details.
#7 6.886
#7 6.886 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 6.886 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install matplotlib==2.1.1" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "matplotlib==2.1.1"]:
6.718 error: metadata-generation-failed
6.718
6.718 × Encountered error while generating package metadata.
6.718 ╰─> See above for output.
6.718
6.718 note: This is an issue with the package mentioned above, not pip.
6.718 hint: See above for details.
6.886
6.886 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
6.886 [notice] To update, run: pip install --upgrade pip
------
dockerfile54856-336:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "matplotlib==2.1.1"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install matplotlib==2.1.1" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "matplotlib",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": {
"major": 10,
"minor": 1,
"patch": 0
},
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": {
"major": 1,
"minor": 2,
"patch": 0
},
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": {
"major": 0,
"minor": 12,
"patch": 1
},
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": {
"major": 4,
"minor": 45,
"patch": 0
},
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": {
"major": 1,
"minor": 4,
"patch": 5
},
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": {
"major": 3,
"minor": 8,
"patch": 2
},
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 23,
"minor": 2,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 3,
"minor": 1,
"patch": 1
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | a83fba2bba59d13b83a7f6c340e0e8de3fed90d428acb5ec96e07fa5ea80b523 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "matplotlib",
"v": {
"major": 2,
"minor": 1,
"patch": 1
}
}
] | null |
f369922da50c589885a89d5eba73292a2e5fb242d7b207eedf4dbf65f9aeebaf | {
"major": 3,
"minor": 12,
"patch": 0
} | null | Traceback (most recent call last):
File "//snippet.py", line 14, in <module>
from pymongo.son_manipulator import AutoReference
ModuleNotFoundError: No module named 'pymongo.son_manipulator'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bson",
"v": null
},
{
"con": "*",
"name": "pymongo",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": {
"major": 0,
"minor": 5,
"patch": 10
},
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": {
"major": 3,
"minor": 13,
"patch": 0
},
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "change",
"name": "pymongo",
"v": {
"major": 3,
"minor": 13,
"patch": 0
}
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "rm",
"name": "dnspython",
"v": null
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
}
] | set_python_version | 1a9ad02eb71efdedd1da56bc3645f70907a022ca91a2b31395385c81b8598ec8 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "bson",
"v": null
},
{
"con": "*",
"name": "pymongo",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": {
"major": 0,
"minor": 5,
"patch": 10
},
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": {
"major": 2,
"minor": 4,
"patch": 2
},
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": {
"major": 4,
"minor": 6,
"patch": 0
},
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f369922da50c589885a89d5eba73292a2e5fb242d7b207eedf4dbf65f9aeebaf | null | pymongo | Traceback (most recent call last):
File "snippet.py", line 12, in <module>
from bson.dbref import DBRef
ImportError: No module named dbref
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bson",
"v": null
},
{
"con": "*",
"name": "pymongo",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": {
"major": 0,
"minor": 5,
"patch": 10
},
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": {
"major": 3,
"minor": 13,
"patch": 0
},
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "pymongo",
"v": {
"major": 3,
"minor": 13,
"patch": 0
}
}
] | delete_dep | a222f41ad063b11571cb5ed11d098c8e6ef423ef13a807bcb511bfb1d57ebc67 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bson",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": {
"major": 0,
"minor": 5,
"patch": 10
},
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f3a2862434bb45fa10f8074dc6a7b1635e52e814731a5ab4b355a17aa3143c6e | {
"major": 1,
"minor": 5,
"patch": 7
} | boto3 | Traceback (most recent call last):
File "//snippet.py", line 4, in <module>
import boto3
File "/usr/local/lib/python3.12/site-packages/boto3/__init__.py", line 16, in <module>
from boto3.session import Session
File "/usr/local/lib/python3.12/site-packages/boto3/session.py", line 17, in <module>
import botocore.session
File "/usr/local/lib/python3.12/site-packages/botocore/session.py", line 25, in <module>
import botocore.configloader
File "/usr/local/lib/python3.12/site-packages/botocore/configloader.py", line 19, in <module>
from botocore.compat import six
File "/usr/local/lib/python3.12/site-packages/botocore/compat.py", line 25, in <module>
from botocore.exceptions import MD5UnavailableError
File "/usr/local/lib/python3.12/site-packages/botocore/exceptions.py", line 15, in <module>
from botocore.vendored.requests.exceptions import ConnectionError
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/__init__.py", line 58, in <module>
from . import utils
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/utils.py", line 26, in <module>
from .compat import parse_http_list as _parse_list_header
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/compat.py", line 7, in <module>
from .packages import chardet
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/packages/__init__.py", line 3, in <module>
from . import urllib3
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/packages/urllib3/__init__.py", line 10, in <module>
from .connectionpool import (
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/packages/urllib3/connectionpool.py", line 38, in <module>
from .response import HTTPResponse
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/packages/urllib3/response.py", line 9, in <module>
from ._collections import HTTPHeaderDict
File "/usr/local/lib/python3.12/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py", line 1, in <module>
from collections import Mapping, MutableMapping
ImportError: cannot import name 'Mapping' from 'collections' (/usr/local/lib/python3.12/collections/__init__.py)
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "boto3",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 29,
"patch": 4
},
"botocore": {
"major": 1,
"minor": 32,
"patch": 4
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 1,
"minor": 0,
"patch": 1
},
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 7,
"patch": 0
},
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 0,
"patch": 7
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "rm",
"name": "docutils",
"v": null
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
},
{
"diff_type": "change",
"name": "s3transfer",
"v": {
"major": 0,
"minor": 7,
"patch": 0
}
},
{
"diff_type": "change",
"name": "jmespath",
"v": {
"major": 1,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "change",
"name": "botocore",
"v": {
"major": 1,
"minor": 32,
"patch": 4
}
},
{
"diff_type": "change",
"name": "boto3",
"v": {
"major": 1,
"minor": 29,
"patch": 4
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 2,
"minor": 0,
"patch": 7
}
}
] | set_dep_version | 01990c14f56ed01bd6c1100d77427aaafafb6c597b87ea3e35ae1706c3e23ca1 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "boto3",
"v": {
"major": 1,
"minor": 5,
"patch": 7
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 5,
"patch": 7
},
"botocore": {
"major": 1,
"minor": 8,
"patch": 50
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": {
"major": 0,
"minor": 20,
"patch": 1
},
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 0,
"minor": 10,
"patch": 0
},
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 1,
"patch": 13
},
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f3a2862434bb45fa10f8074dc6a7b1635e52e814731a5ab4b355a17aa3143c6e | null | boto3 | Traceback (most recent call last):
File "//snippet.py", line 4, in <module>
import boto3
ModuleNotFoundError: No module named 'boto3'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "boto3",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": {
"major": 1,
"minor": 29,
"patch": 4
},
"botocore": {
"major": 1,
"minor": 32,
"patch": 4
},
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": {
"major": 1,
"minor": 0,
"patch": 1
},
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": {
"major": 2,
"minor": 8,
"patch": 2
},
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": {
"major": 0,
"minor": 7,
"patch": 0
},
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 0,
"patch": 7
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "jmespath",
"v": {
"major": 1,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 2,
"minor": 0,
"patch": 7
}
},
{
"diff_type": "add",
"name": "six",
"v": {
"major": 1,
"minor": 16,
"patch": 0
}
},
{
"diff_type": "add",
"name": "s3transfer",
"v": {
"major": 0,
"minor": 7,
"patch": 0
}
},
{
"diff_type": "add",
"name": "boto3",
"v": {
"major": 1,
"minor": 29,
"patch": 4
}
},
{
"diff_type": "add",
"name": "botocore",
"v": {
"major": 1,
"minor": 32,
"patch": 4
}
},
{
"diff_type": "add",
"name": "python-dateutil",
"v": {
"major": 2,
"minor": 8,
"patch": 2
}
}
] | delete_dep | 274204e025c6cc2f765efa2d02314c3507f6fd6869731460f986ac4d4c1260f5 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f4208547721052fbca1d16bd99ebe530ffa9c96c4d99fd9bc1f7e9a1bd3c8e21 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 174
print rbm.reconstruct(v)
^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "change",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
}
] | set_python_version | 2819d30cff1d1aaf1e95aedd9e0c455780fc9609cf49bc2bb1db0badfb251ef2 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": {
"major": 1,
"minor": 26,
"patch": 2
},
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f4208547721052fbca1d16bd99ebe530ffa9c96c4d99fd9bc1f7e9a1bd3c8e21 | null | numpy | Traceback (most recent call last):
File "snippet.py", line 20, in <module>
import numpy
ImportError: No module named numpy
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
}
] | delete_dep | e2170cee0dddf71ccfa83d40abb3710922e1467dce1f8f11e1913cfd5bf758af | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f477b4c3bd61b0a257035ce6e78f577f42ef3cb93127bce50332ae993335abac | null | numpy | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import numpy as np
ImportError: No module named numpy
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "numpy",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": {
"major": 1,
"minor": 16,
"patch": 6
},
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "numpy",
"v": {
"major": 1,
"minor": 16,
"patch": 6
}
}
] | delete_dep | adfbb680ccf14f347ffa3f2b069837a6684536b934dc25f2099efe9161fbf36f | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f4925d440ac1e455fe93c3ccd1dd398d49f05384122ae492eace9727f0a98034 | null | flask | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
from flask import make_response
ImportError: No module named flask
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "flask",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": {
"major": 1,
"minor": 1,
"patch": 4
},
"Hoover": null,
"Jinja2": {
"major": 2,
"minor": 11,
"patch": 3
},
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 1,
"minor": 1,
"patch": 1
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 1,
"minor": 0,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 7,
"minor": 1,
"patch": 2
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": {
"major": 1,
"minor": 1,
"patch": 0
},
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "Flask",
"v": {
"major": 1,
"minor": 1,
"patch": 4
}
},
{
"diff_type": "add",
"name": "click",
"v": {
"major": 7,
"minor": 1,
"patch": 2
}
},
{
"diff_type": "add",
"name": "MarkupSafe",
"v": {
"major": 1,
"minor": 1,
"patch": 1
}
},
{
"diff_type": "add",
"name": "Jinja2",
"v": {
"major": 2,
"minor": 11,
"patch": 3
}
},
{
"diff_type": "add",
"name": "itsdangerous",
"v": {
"major": 1,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "Werkzeug",
"v": {
"major": 1,
"minor": 0,
"patch": 1
}
}
] | delete_dep | ed8f5dd6c9c9d227726828446389197ea4bf8985fe700e0137017b3ccf34095a | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f4bef6756de109d5d3976796ddf95641d4bc47b08520ae2216f40ee3e9c6796f | null | matplotlib | #0 building with "desktop-linux" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B 0.0s done
#1 DONE 0.2s
#2 [internal] load build definition from dockerfile47751-251
#2 transferring dockerfile: 192B done
#2 DONE 0.1s
#3 [internal] load metadata for docker.io/library/python:2.7.13
#3 DONE 0.0s
#4 [1/3] FROM docker.io/library/python:2.7.13
#4 CACHED
#5 [internal] load build context
#5 transferring context: 32B done
#5 DONE 0.0s
#6 [2/4] ADD snippet.py snippet.py
#6 CACHED
#7 [3/4] RUN ["pip", "install", "matplotlib"]
#7 0.855 Collecting matplotlib
#7 1.682 Downloading https://files.pythonhosted.org/packages/10/5f/10c310c943f29e67976dcc26dccf9305a5a9bc7483e631ee74a0f95aa5b2/matplotlib-2.2.5.tar.gz (36.7MB)
#7 10.27 Complete output from command python setup.py egg_info:
#7 10.27 ============================================================================
#7 10.27 Edit setup.cfg to change the build options
#7 10.27
#7 10.27 BUILDING MATPLOTLIB
#7 10.27 matplotlib: yes [2.2.5]
#7 10.27 python: yes [2.7.13 (default, Sep 14 2017, 23:10:20) [GCC
#7 10.27 4.9.2]]
#7 10.27 platform: yes [linux2]
#7 10.27
#7 10.27 REQUIRED DEPENDENCIES AND EXTENSIONS
#7 10.27 numpy: yes [not found. pip may install it below.]
#7 10.27 install_requires: yes [handled by setuptools]
#7 10.27 libagg: yes [pkg-config information for 'libagg' could not
#7 10.27 be found. Using local copy.]
#7 10.27 freetype: yes [version 2.5.2]
#7 10.27 png: yes [version 1.2.50]
#7 10.27 qhull: yes [pkg-config information for 'libqhull' could not
#7 10.27 be found. Using local copy.]
#7 10.27
#7 10.27 OPTIONAL SUBPACKAGES
#7 10.27 sample_data: yes [installing]
#7 10.27 toolkits: yes [installing]
#7 10.27 tests: no [skipping due to configuration]
#7 10.27 toolkits_tests: no [skipping due to configuration]
#7 10.27
#7 10.27 OPTIONAL BACKEND EXTENSIONS
#7 10.27 macosx: no [Mac OS-X only]
#7 10.27 qt5agg: no [PySide2 not found; PyQt5 not found]
#7 10.27 qt4agg: no [PySide not found; PyQt4 not found]
#7 10.27 gtk3agg: no [Requires pygobject to be installed.]
#7 10.27 Couldn't find index page for 'numpy' (maybe misspelled?)
#7 10.27 No local packages or working download links found for numpy>=1.7.1
#7 10.27 gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
#7 10.27 gtkagg: no [Requires pygtk]
#7 10.27 tkagg: yes [installing; run-time loading from Python Tcl /
#7 10.27 Tk]
#7 10.27 wxagg: no [requires wxPython]
#7 10.27 gtk: no [Requires pygtk]
#7 10.27 agg: yes [installing]
#7 10.27 cairo: no [cairocffi or pycairo not found]
#7 10.27 windowing: no [Microsoft Windows only]
#7 10.27
#7 10.27 OPTIONAL LATEX DEPENDENCIES
#7 10.27 dvipng: no
#7 10.27 ghostscript: no
#7 10.27 latex: no
#7 10.27 pdftops: no
#7 10.27
#7 10.27 OPTIONAL PACKAGE DATA
#7 10.27 dlls: no [skipping due to configuration]
#7 10.27
#7 10.27 Traceback (most recent call last):
#7 10.27 File "<string>", line 1, in <module>
#7 10.27 File "/tmp/pip-build-NLM93E/matplotlib/setup.py", line 332, in <module>
#7 10.27 **extra_args
#7 10.27 File "/usr/local/lib/python2.7/distutils/core.py", line 111, in setup
#7 10.27 _setup_distribution = dist = klass(attrs)
#7 10.27 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 335, in __init__
#7 10.27 self.fetch_build_eggs(attrs['setup_requires'])
#7 10.27 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 456, in fetch_build_eggs
#7 10.27 replace_conflicting=True,
#7 10.27 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 863, in resolve
#7 10.27 replace_conflicting=replace_conflicting
#7 10.27 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1141, in best_match
#7 10.27 return self.obtain(req, installer)
#7 10.27 File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1153, in obtain
#7 10.27 return installer(requirement)
#7 10.27 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
#7 10.27 return cmd.easy_install(req)
#7 10.27 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
#7 10.27 raise DistutilsError(msg)
#7 10.27 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('numpy>=1.7.1')
#7 10.27
#7 10.27 ----------------------------------------
#7 10.37 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-NLM93E/matplotlib/
#7 10.71 You are using pip version 9.0.1, however version 23.3.1 is available.
#7 10.71 You should consider upgrading via the 'pip install --upgrade pip' command.
#7 ERROR: process "pip install matplotlib" did not complete successfully: exit code: 1
------
> [3/4] RUN ["pip", "install", "matplotlib"]:
10.27 File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 522, in fetch_build_egg
10.27 return cmd.easy_install(req)
10.27 File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 666, in easy_install
10.27 raise DistutilsError(msg)
10.27 distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('numpy>=1.7.1')
10.27
10.27 ----------------------------------------
10.37 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-NLM93E/matplotlib/
10.71 You are using pip version 9.0.1, however version 23.3.1 is available.
10.71 You should consider upgrading via the 'pip install --upgrade pip' command.
------
dockerfile47751-251:3
--------------------
1 | FROM python:2.7.13
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "matplotlib"]
4 | RUN ["pip", "install", "pytest"]
5 | CMD ["python", "snippet.py"]
--------------------
ERROR: failed to solve: process "pip install matplotlib" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pytest",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": {
"major": 1,
"minor": 4,
"patch": 1
},
"attrs": {
"major": 21,
"minor": 4,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": {
"major": 4,
"minor": 0,
"patch": 2
},
"contextlib2": {
"major": 0,
"minor": 6,
"patch": 0
},
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": {
"major": 2,
"minor": 1,
"patch": 3
},
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": {
"major": 5,
"minor": 0,
"patch": 0
},
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 20,
"minor": 9,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": {
"major": 2,
"minor": 3,
"patch": 7
},
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": {
"major": 0,
"minor": 13,
"patch": 1
},
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 2,
"minor": 4,
"patch": 7
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": {
"major": 4,
"minor": 6,
"patch": 11
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": {
"major": 1,
"minor": 10,
"patch": 0
},
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": {
"major": 3,
"minor": 10,
"patch": 0
},
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": {
"major": 0,
"minor": 2,
"patch": 12
},
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": {
"major": 1,
"minor": 2,
"patch": 0
},
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | delete_dep | b76506046a2c78e634af97eb2a94fe5c58f02a129032bc82de022eb793cbd4af | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "matplotlib",
"v": null
},
{
"con": "*",
"name": "pytest",
"v": null
}
] | null |
f4ca6987695b8286f85b513acc9aa41dd3a86fa1d6828cefad7bbbbef1fd5c23 | null | bottle | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import bottle
ImportError: No module named bottle
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bottle",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": {
"major": 0,
"minor": 12,
"patch": 25
},
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "bottle",
"v": {
"major": 0,
"minor": 12,
"patch": 25
}
}
] | delete_dep | 87777e90e37ae09467f64564b3d41b8bdcd3d43c24b3ffb5feeeb110611c0f77 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5a6e2eb8d786a2a7bbb18d5336c028bf912f7ceb9c55405211ce1fbc1c8d213 | {
"major": 0,
"minor": 2,
"patch": 6
} | distlib | Traceback (most recent call last):
File "//snippet.py", line 20, in <module>
from distlib.locators import (JSONLocator, SimpleScrapingLocator,
File "/usr/local/lib/python3.12/site-packages/distlib/locators.py", line 32, in <module>
from .wheel import Wheel, is_compatible
File "/usr/local/lib/python3.12/site-packages/distlib/wheel.py", line 15, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "distlib",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": {
"major": 0,
"minor": 3,
"patch": 7
},
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "distlib",
"v": {
"major": 0,
"minor": 3,
"patch": 7
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | set_dep_version | 0b35cbd06530e57256328acc4803d429fa1e6cab6aae0324085d91dcae00f713 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "distlib",
"v": {
"major": 0,
"minor": 2,
"patch": 6
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": {
"major": 0,
"minor": 2,
"patch": 6
},
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5a6e2eb8d786a2a7bbb18d5336c028bf912f7ceb9c55405211ce1fbc1c8d213 | {
"major": 0,
"minor": 1,
"patch": 6
} | distlib | Traceback (most recent call last):
File "//snippet.py", line 20, in <module>
from distlib.locators import (JSONLocator, SimpleScrapingLocator,
File "/usr/local/lib/python3.12/site-packages/distlib/locators.py", line 32, in <module>
from .wheel import Wheel, is_compatible
File "/usr/local/lib/python3.12/site-packages/distlib/wheel.py", line 15, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "distlib",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": {
"major": 0,
"minor": 3,
"patch": 7
},
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "distlib",
"v": {
"major": 0,
"minor": 3,
"patch": 7
}
},
{
"diff_type": "change",
"name": "setuptools",
"v": {
"major": 68,
"minor": 2,
"patch": 2
}
}
] | set_dep_version | 3d5c91ad6546aefe2e0c32ad3e387c8cf2247020637392e02e1cd1f095631de3 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "distlib",
"v": {
"major": 0,
"minor": 1,
"patch": 6
}
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": {
"major": 0,
"minor": 1,
"patch": 6
},
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 69,
"minor": 0,
"patch": 1
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5a6e2eb8d786a2a7bbb18d5336c028bf912f7ceb9c55405211ce1fbc1c8d213 | null | distlib | Traceback (most recent call last):
File "//snippet.py", line 18, in <module>
from distlib.compat import configparser, filter
ModuleNotFoundError: No module named 'distlib'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "distlib",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": {
"major": 0,
"minor": 3,
"patch": 7
},
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "distlib",
"v": {
"major": 0,
"minor": 3,
"patch": 7
}
}
] | delete_dep | 46040fd94abf7407558350a84806a5b33a345ae7f7cd876398a68090130f7b51 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5ac7443cc1366b3a66bf422a94bc4cd8eb21f45e8783a6ca81f1809eb4f0ddd | null | bs4 | Traceback (most recent call last):
File "snippet.py", line 29, in <module>
from bs4 import BeautifulSoup
ImportError: No module named bs4
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "soupsieve",
"v": {
"major": 1,
"minor": 9,
"patch": 6
}
},
{
"diff_type": "add",
"name": "backports.functools-lru-cache",
"v": {
"major": 1,
"minor": 6,
"patch": 6
}
},
{
"diff_type": "add",
"name": "bs4",
"v": {
"major": 0,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "beautifulsoup4",
"v": {
"major": 4,
"minor": 9,
"patch": 3
}
}
] | delete_dep | 4cf283d038694fc9d2df4e9e581095b0ff9343342b139eee0f3c16b201ad1ded | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5ac7443cc1366b3a66bf422a94bc4cd8eb21f45e8783a6ca81f1809eb4f0ddd | null | requests | Traceback (most recent call last):
File "snippet.py", line 28, in <module>
import requests
ImportError: No module named requests
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
},
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
}
] | delete_dep | c7e18cc85d46aac6f068537f980af068c0c616ff23ce222d70a8dcdf9b156384 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "bs4",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": {
"major": 4,
"minor": 9,
"patch": 3
},
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": {
"major": 0,
"minor": 0,
"patch": 1
},
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": {
"major": 1,
"minor": 9,
"patch": 6
},
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5b16f1ec788b1c1fd6ee0599a714a35db541ed1819fa12cbef5d5f8a1ba02f1 | null | requests | Traceback (most recent call last):
File "snippet.py", line 4, in <module>
import requests
ImportError: No module named requests
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "add",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
},
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
}
] | delete_dep | 30d370494c8214b41460f42eca86893ad5502d7e6de7301dc354db8507ba5316 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5b16f1ec788b1c1fd6ee0599a714a35db541ed1819fa12cbef5d5f8a1ba02f1 | null | lxml | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
from lxml import html
ImportError: No module named lxml
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "lxml",
"v": {
"major": 4,
"minor": 9,
"patch": 3
}
}
] | delete_dep | 34e9403e34ed39056e2431ab7797e4c4c4a6b3dcad394c258333ff3bfd7f7e77 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5b16f1ec788b1c1fd6ee0599a714a35db541ed1819fa12cbef5d5f8a1ba02f1 | {
"major": 3,
"minor": 12,
"patch": 0
} | null | File "//snippet.py", line 62
print e
^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2021,
"minor": 10,
"patch": 8
},
"cffi": null,
"chardet": {
"major": 4,
"minor": 0,
"patch": 0
},
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 2,
"minor": 10,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 27,
"patch": 1
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": {
"major": 1,
"minor": 26,
"patch": 18
},
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "virtualenv",
"v": {
"major": 15,
"minor": 1,
"patch": 0
}
},
{
"diff_type": "add",
"name": "chardet",
"v": {
"major": 4,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "change",
"name": "certifi",
"v": {
"major": 2021,
"minor": 10,
"patch": 8
}
},
{
"diff_type": "change",
"name": "requests",
"v": {
"major": 2,
"minor": 27,
"patch": 1
}
},
{
"diff_type": "change",
"name": "urllib3",
"v": {
"major": 1,
"minor": 26,
"patch": 18
}
},
{
"diff_type": "change",
"name": "idna",
"v": {
"major": 2,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "change",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"diff_type": "change",
"name": "pip",
"v": {
"major": 9,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "rm",
"name": "setuptools",
"v": null
},
{
"diff_type": "rm",
"name": "wheel",
"v": null
},
{
"diff_type": "rm",
"name": "charset-normalizer",
"v": null
}
] | set_python_version | baec8cbbf18766dc9dc1d84e84accab4f89897ed454fd542a14a471cd4367e93 | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "requests",
"v": null
},
{
"con": "*",
"name": "lxml",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": {
"major": 2023,
"minor": 11,
"patch": 17
},
"cffi": null,
"chardet": null,
"charset-normalizer": {
"major": 3,
"minor": 3,
"patch": 2
},
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": {
"major": 3,
"minor": 4,
"patch": 0
},
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": {
"major": 4,
"minor": 9,
"patch": 3
},
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": {
"major": 2,
"minor": 31,
"patch": 0
},
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": {
"major": 2,
"minor": 1,
"patch": 0
},
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5d235f6d7668c1b63bc79c2e771c25c81ee9f0f4f04fc5552c78e80aea95976 | null | pygame | Traceback (most recent call last):
File "//snippet.py", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pygame",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": {
"major": 2,
"minor": 5,
"patch": 2
},
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "pygame",
"v": {
"major": 2,
"minor": 5,
"patch": 2
}
}
] | delete_dep | 375ce4722b7893fc9690d68d2aecafb4c32fc114b2f6d6f6ac0c7ca9cfc0f791 | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f5d235f6d7668c1b63bc79c2e771c25c81ee9f0f4f04fc5552c78e80aea95976 | {
"major": 1,
"minor": 9,
"patch": 3
} | pygame | #0 building with "desktop-linux" instance using docker driver
#1 [1/5] FROM docker.io/library/python:3.12.0
#1 CACHED
#2 [internal] load build definition from dockerfile14481-191
#2 transferring dockerfile: 160B done
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [internal] load metadata for docker.io/library/python:3.12.0
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 834B done
#5 DONE 0.0s
#6 [2/3] ADD snippet.py snippet.py
#6 DONE 0.0s
#7 [3/3] RUN ["pip", "install", "pygame==1.9.3"]
#7 1.557 Collecting pygame==1.9.3
#7 1.690 Downloading pygame-1.9.3.tar.gz (3.0 MB)
#7 2.067 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 8.0 MB/s eta 0:00:00
#7 2.168 Preparing metadata (setup.py): started
#7 2.536 Preparing metadata (setup.py): finished with status 'error'
#7 2.539 error: subprocess-exited-with-error
#7 2.539
#7 2.539 × python setup.py egg_info did not run successfully.
#7 2.539 │ exit code: 1
#7 2.539 ╰─> [18 lines of output]
#7 2.539 /tmp/pip-install-o6o9exaa/pygame_202e1fc45ae74fb49061ca8772a87766/setup.py:282: SyntaxWarning: invalid escape sequence '\d'
#7 2.539 return ', '.join(s for s in findall('\d+', ver)[0:3])
#7 2.539
#7 2.539
#7 2.539 WARNING, No "Setup" File Exists, Running "config.py"
#7 2.539 Using UNIX configuration...
#7 2.539
#7 2.539 /bin/sh: 1: sdl-config: not found
#7 2.539 /bin/sh: 1: sdl-config: not found
#7 2.539 /bin/sh: 1: sdl-config: not found
#7 2.539 /bin/sh: 1: freetype-config: not found
#7 2.539 /bin/sh: 1: freetype-config: not found
#7 2.539 /bin/sh: 1: freetype-config: not found
#7 2.539 Unable to run "sdl-config". Please make sure a development version of SDL is installed.
#7 2.539
#7 2.539 Hunting dependencies...
#7 2.539 WARNING: "sdl-config" failed!
#7 2.539 WARNING: "freetype-config" failed!
#7 2.539 [end of output]
#7 2.539
#7 2.539 note: This error originates from a subprocess, and is likely not a problem with pip.
#7 2.540 error: metadata-generation-failed
#7 2.540
#7 2.540 × Encountered error while generating package metadata.
#7 2.540 ╰─> See above for output.
#7 2.540
#7 2.540 note: This is an issue with the package mentioned above, not pip.
#7 2.540 hint: See above for details.
#7 2.701
#7 2.701 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
#7 2.701 [notice] To update, run: pip install --upgrade pip
#7 ERROR: process "pip install pygame==1.9.3" did not complete successfully: exit code: 1
------
> [3/3] RUN ["pip", "install", "pygame==1.9.3"]:
2.540 error: metadata-generation-failed
2.540
2.540 × Encountered error while generating package metadata.
2.540 ╰─> See above for output.
2.540
2.540 note: This is an issue with the package mentioned above, not pip.
2.540 hint: See above for details.
2.701
2.701 [notice] A new release of pip is available: 23.2.1 -> 23.3.1
2.701 [notice] To update, run: pip install --upgrade pip
------
dockerfile14481-191:3
--------------------
1 | FROM python:3.12.0
2 | ADD snippet.py snippet.py
3 | >>> RUN ["pip", "install", "pygame==1.9.3"]
4 | CMD ["python", "snippet.py"]
5 |
--------------------
ERROR: failed to solve: process "pip install pygame==1.9.3" did not complete successfully: exit code: 1
| build_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "*",
"name": "pygame",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 23,
"minor": 2,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": {
"major": 2,
"minor": 5,
"patch": 2
},
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 3,
"minor": 12,
"patch": 0
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": {
"major": 68,
"minor": 2,
"patch": 2
},
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": null,
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": {
"major": 0,
"minor": 41,
"patch": 3
},
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | null | set_dep_version | 3cdb5a709f98d8b8c6d28636b14dbcc5c7de61c85135095454440d8876d1b08e | [
{
"con": "==",
"name": "python",
"v": {
"major": 3,
"minor": 12,
"patch": 0
}
},
{
"con": "==",
"name": "pygame",
"v": {
"major": 1,
"minor": 9,
"patch": 3
}
}
] | null |
f63a9c0ae7968f1107bfa4f5475e4cc3a0cd675589879cce796504e533ac4c3c | null | flask | Traceback (most recent call last):
File "snippet.py", line 4, in <module>
from flask import request
ImportError: No module named flask
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "flask",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": {
"major": 1,
"minor": 1,
"patch": 4
},
"Hoover": null,
"Jinja2": {
"major": 2,
"minor": 11,
"patch": 3
},
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": {
"major": 1,
"minor": 1,
"patch": 1
},
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": {
"major": 1,
"minor": 0,
"patch": 1
},
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": {
"major": 7,
"minor": 1,
"patch": 2
},
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": {
"major": 1,
"minor": 1,
"patch": 0
},
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": null,
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": null,
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "Flask",
"v": {
"major": 1,
"minor": 1,
"patch": 4
}
},
{
"diff_type": "add",
"name": "Jinja2",
"v": {
"major": 2,
"minor": 11,
"patch": 3
}
},
{
"diff_type": "add",
"name": "MarkupSafe",
"v": {
"major": 1,
"minor": 1,
"patch": 1
}
},
{
"diff_type": "add",
"name": "Werkzeug",
"v": {
"major": 1,
"minor": 0,
"patch": 1
}
},
{
"diff_type": "add",
"name": "click",
"v": {
"major": 7,
"minor": 1,
"patch": 2
}
},
{
"diff_type": "add",
"name": "itsdangerous",
"v": {
"major": 1,
"minor": 1,
"patch": 0
}
}
] | delete_dep | 39c763a25c8bb24b6f769beb0de7cb5cefb7eb613584a09b495ef0e7335eeabe | null | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": null,
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": null,
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": null,
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f761c25e89e4f24ac93f4a25c3467eefefb85db3a43b7776da51d40d17540987 | {
"major": 2,
"minor": 5,
"patch": 1
} | pytest | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import pytest
File "/usr/local/lib/python2.7/site-packages/pytest.py", line 14, in <module>
from _pytest.config import main, UsageError, _preloadplugins, cmdline
File "/usr/local/lib/python2.7/site-packages/_pytest/config.py", line 6, in <module>
from _pytest.core import PluginManager
File "/usr/local/lib/python2.7/site-packages/_pytest/core.py", line 9, in <module>
"%s is too old, remove or upgrade 'py'" % (py.__version__))
AssertionError: installation problem: 1.11.0 is too old, remove or upgrade 'py'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pytest",
"v": null
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": {
"major": 1,
"minor": 4,
"patch": 1
},
"attrs": {
"major": 21,
"minor": 4,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": {
"major": 4,
"minor": 0,
"patch": 2
},
"contextlib2": {
"major": 0,
"minor": 6,
"patch": 0
},
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": {
"major": 2,
"minor": 1,
"patch": 3
},
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": {
"major": 3,
"minor": 0,
"patch": 5
},
"mongoengine": null,
"more-itertools": {
"major": 5,
"minor": 0,
"patch": 0
},
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 20,
"minor": 9,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": {
"major": 2,
"minor": 3,
"patch": 7
},
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": {
"major": 0,
"minor": 13,
"patch": 1
},
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 2,
"minor": 4,
"patch": 7
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": {
"major": 4,
"minor": 6,
"patch": 11
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": {
"major": 1,
"minor": 10,
"patch": 0
},
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": {
"major": 3,
"minor": 10,
"patch": 0
},
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": {
"major": 0,
"minor": 2,
"patch": 9
},
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": {
"major": 1,
"minor": 2,
"patch": 0
},
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "pytest",
"v": {
"major": 4,
"minor": 6,
"patch": 11
}
},
{
"diff_type": "add",
"name": "backports.functools-lru-cache",
"v": {
"major": 1,
"minor": 6,
"patch": 6
}
},
{
"diff_type": "add",
"name": "atomicwrites",
"v": {
"major": 1,
"minor": 4,
"patch": 1
}
},
{
"diff_type": "add",
"name": "importlib-metadata",
"v": {
"major": 2,
"minor": 1,
"patch": 3
}
},
{
"diff_type": "add",
"name": "zipp",
"v": {
"major": 1,
"minor": 2,
"patch": 0
}
},
{
"diff_type": "add",
"name": "attrs",
"v": {
"major": 21,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "pathlib2",
"v": {
"major": 2,
"minor": 3,
"patch": 7
}
},
{
"diff_type": "add",
"name": "more-itertools",
"v": {
"major": 5,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "contextlib2",
"v": {
"major": 0,
"minor": 6,
"patch": 0
}
},
{
"diff_type": "add",
"name": "pluggy",
"v": {
"major": 0,
"minor": 13,
"patch": 1
}
},
{
"diff_type": "add",
"name": "packaging",
"v": {
"major": 20,
"minor": 9,
"patch": 0
}
},
{
"diff_type": "add",
"name": "pyparsing",
"v": {
"major": 2,
"minor": 4,
"patch": 7
}
},
{
"diff_type": "add",
"name": "scandir",
"v": {
"major": 1,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "typing",
"v": {
"major": 3,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "wcwidth",
"v": {
"major": 0,
"minor": 2,
"patch": 9
}
},
{
"diff_type": "add",
"name": "configparser",
"v": {
"major": 4,
"minor": 0,
"patch": 2
}
}
] | set_dep_version | 0d9eea5de2819ef5c5da10cfc09d4e664e9a22afd9b07a81d0e2b47c6f37b887 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "==",
"name": "pytest",
"v": {
"major": 2,
"minor": 5,
"patch": 1
}
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": {
"major": 3,
"minor": 0,
"patch": 5
},
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": {
"major": 2,
"minor": 5,
"patch": 1
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f761c25e89e4f24ac93f4a25c3467eefefb85db3a43b7776da51d40d17540987 | null | pytest | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import pytest
ImportError: No module named pytest
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pytest",
"v": null
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": {
"major": 1,
"minor": 4,
"patch": 1
},
"attrs": {
"major": 21,
"minor": 4,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": {
"major": 4,
"minor": 0,
"patch": 2
},
"contextlib2": {
"major": 0,
"minor": 6,
"patch": 0
},
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": {
"major": 2,
"minor": 1,
"patch": 3
},
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": {
"major": 3,
"minor": 0,
"patch": 5
},
"mongoengine": null,
"more-itertools": {
"major": 5,
"minor": 0,
"patch": 0
},
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 20,
"minor": 9,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": {
"major": 2,
"minor": 3,
"patch": 7
},
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": {
"major": 0,
"minor": 13,
"patch": 1
},
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 2,
"minor": 4,
"patch": 7
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": {
"major": 4,
"minor": 6,
"patch": 11
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": {
"major": 1,
"minor": 10,
"patch": 0
},
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": {
"major": 3,
"minor": 10,
"patch": 0
},
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": {
"major": 0,
"minor": 2,
"patch": 9
},
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": {
"major": 1,
"minor": 2,
"patch": 0
},
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "add",
"name": "more-itertools",
"v": {
"major": 5,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "pyparsing",
"v": {
"major": 2,
"minor": 4,
"patch": 7
}
},
{
"diff_type": "add",
"name": "packaging",
"v": {
"major": 20,
"minor": 9,
"patch": 0
}
},
{
"diff_type": "add",
"name": "pathlib2",
"v": {
"major": 2,
"minor": 3,
"patch": 7
}
},
{
"diff_type": "add",
"name": "pluggy",
"v": {
"major": 0,
"minor": 13,
"patch": 1
}
},
{
"diff_type": "add",
"name": "py",
"v": {
"major": 1,
"minor": 11,
"patch": 0
}
},
{
"diff_type": "add",
"name": "atomicwrites",
"v": {
"major": 1,
"minor": 4,
"patch": 1
}
},
{
"diff_type": "add",
"name": "attrs",
"v": {
"major": 21,
"minor": 4,
"patch": 0
}
},
{
"diff_type": "add",
"name": "backports.functools-lru-cache",
"v": {
"major": 1,
"minor": 6,
"patch": 6
}
},
{
"diff_type": "add",
"name": "configparser",
"v": {
"major": 4,
"minor": 0,
"patch": 2
}
},
{
"diff_type": "add",
"name": "contextlib2",
"v": {
"major": 0,
"minor": 6,
"patch": 0
}
},
{
"diff_type": "add",
"name": "importlib-metadata",
"v": {
"major": 2,
"minor": 1,
"patch": 3
}
},
{
"diff_type": "add",
"name": "pytest",
"v": {
"major": 4,
"minor": 6,
"patch": 11
}
},
{
"diff_type": "add",
"name": "zipp",
"v": {
"major": 1,
"minor": 2,
"patch": 0
}
},
{
"diff_type": "add",
"name": "wcwidth",
"v": {
"major": 0,
"minor": 2,
"patch": 9
}
},
{
"diff_type": "add",
"name": "typing",
"v": {
"major": 3,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "scandir",
"v": {
"major": 1,
"minor": 10,
"patch": 0
}
}
] | delete_dep | 1f360f22dd03b43672c6a3316cfdc461c2b099d7988662278ed2d0a7375389a0 | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": null,
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": {
"major": 3,
"minor": 0,
"patch": 5
},
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": null,
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": null,
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": null,
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |
f761c25e89e4f24ac93f4a25c3467eefefb85db3a43b7776da51d40d17540987 | {
"major": 3,
"minor": 3,
"patch": 1
} | pytest | Traceback (most recent call last):
File "snippet.py", line 1, in <module>
import pytest
File "/usr/local/lib/python2.7/site-packages/pytest.py", line 13, in <module>
from _pytest.fixtures import fixture, yield_fixture
File "/usr/local/lib/python2.7/site-packages/_pytest/fixtures.py", line 839, in <module>
class FixtureFunctionMarker(object):
File "/usr/local/lib/python2.7/site-packages/_pytest/fixtures.py", line 841, in FixtureFunctionMarker
params = attr.ib(convert=attr.converters.optional(tuple))
TypeError: attrib() got an unexpected keyword argument 'convert'
| run_fail | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "*",
"name": "pytest",
"v": null
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"CacheControl": null,
"Cerberus": null,
"Chameleon": null,
"DateTime": null,
"Distance": null,
"Django": null,
"DocumentTemplate": null,
"ExifRead": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Logbook": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Pattern": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Sphinx": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"ansible": null,
"ansible-core": null,
"anyascii": null,
"anyio": null,
"app": null,
"argh": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"atomicwrites": {
"major": 1,
"minor": 4,
"patch": 1
},
"attrs": {
"major": 21,
"minor": 4,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": {
"major": 1,
"minor": 6,
"patch": 6
},
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitarray": null,
"bitly-api": null,
"bitmerchant": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": {
"major": 4,
"minor": 0,
"patch": 2
},
"contextlib2": {
"major": 0,
"minor": 6,
"patch": 0
},
"contextvars": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"distlib": null,
"distro": null,
"django-filter": null,
"django-modelcluster": null,
"django-permissionedforms": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"dnsq": null,
"docutils": null,
"docx": null,
"draftjs-exporter": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum": null,
"enum34": null,
"envoy": null,
"et-xmlfile": null,
"ete2": null,
"executing": null,
"expiringdict": null,
"fabulous": null,
"falcon": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"filetype": null,
"flanker": null,
"flow": null,
"fonttools": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gTTS": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"gpxpy": null,
"greenlet": null,
"guppy": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"immutables": null,
"importlib-metadata": {
"major": 2,
"minor": 1,
"patch": 3
},
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"itsdangerous": null,
"jaraco.classes": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"jsonrpclib": null,
"jsonschema": null,
"jupyterlab-widgets": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"l18n": null,
"latexcodec": null,
"ldap": null,
"ldap3": null,
"leveldb": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"logilab-common": null,
"looseversion": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"misaka": null,
"mnemonic": null,
"mock": {
"major": 3,
"minor": 0,
"patch": 5
},
"mongoengine": null,
"more-itertools": {
"major": 5,
"minor": 0,
"patch": 0
},
"mpmath": null,
"mrjob": null,
"msgpack": null,
"msgpack-python": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"nose": null,
"numpy": null,
"oauth2": null,
"oauth2client": null,
"oauthlib": null,
"odfpy": null,
"ofxparse": null,
"openpyxl": null,
"ordered-set": null,
"outcome": null,
"packaging": {
"major": 20,
"minor": 9,
"patch": 0
},
"pandas": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": {
"major": 2,
"minor": 3,
"patch": 7
},
"pathtools": null,
"pbkdf2": null,
"pdfminer": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pillow-heif": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"pluggy": {
"major": 0,
"minor": 13,
"patch": 1
},
"ply": null,
"posix-ipc": null,
"premailer": null,
"progress": null,
"progressbar": null,
"prompt-toolkit": null,
"protobuf": null,
"protorpc": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pybtex": null,
"pycallgraph": null,
"pycares": null,
"pycparser": null,
"pycrypto": null,
"pycryptodomex": null,
"pycurl": null,
"pydot": null,
"pygame": null,
"pymongo": null,
"pyparsing": {
"major": 2,
"minor": 4,
"patch": 7
},
"pyperclip": null,
"pyproj": null,
"pyquery": null,
"pytest": {
"major": 4,
"minor": 6,
"patch": 11
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-mimeparse": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"resolvelib": null,
"restless": null,
"rethinkdb": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rsa": null,
"s3transfer": null,
"salt": null,
"sas7bdat": null,
"scandir": {
"major": 1,
"minor": 10,
"patch": 0
},
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shapely": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tablib": null,
"tag": null,
"telepath": null,
"termcolor": null,
"threadpool": null,
"tld": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"toolz": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"typing": {
"major": 3,
"minor": 10,
"patch": 0
},
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unicodecsv": null,
"unittest2": null,
"uno": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchdog": null,
"watchfiles": null,
"wcwidth": {
"major": 0,
"minor": 2,
"patch": 9
},
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xlrd": null,
"xlwt": null,
"xmltodict": null,
"xplenty": null,
"xyzservices": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": {
"major": 1,
"minor": 2,
"patch": 0
},
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} | [
{
"diff_type": "change",
"name": "pluggy",
"v": {
"major": 0,
"minor": 13,
"patch": 1
}
},
{
"diff_type": "change",
"name": "pytest",
"v": {
"major": 4,
"minor": 6,
"patch": 11
}
},
{
"diff_type": "add",
"name": "wcwidth",
"v": {
"major": 0,
"minor": 2,
"patch": 9
}
},
{
"diff_type": "add",
"name": "backports.functools-lru-cache",
"v": {
"major": 1,
"minor": 6,
"patch": 6
}
},
{
"diff_type": "add",
"name": "importlib-metadata",
"v": {
"major": 2,
"minor": 1,
"patch": 3
}
},
{
"diff_type": "add",
"name": "atomicwrites",
"v": {
"major": 1,
"minor": 4,
"patch": 1
}
},
{
"diff_type": "add",
"name": "more-itertools",
"v": {
"major": 5,
"minor": 0,
"patch": 0
}
},
{
"diff_type": "add",
"name": "packaging",
"v": {
"major": 20,
"minor": 9,
"patch": 0
}
},
{
"diff_type": "add",
"name": "pathlib2",
"v": {
"major": 2,
"minor": 3,
"patch": 7
}
},
{
"diff_type": "add",
"name": "pyparsing",
"v": {
"major": 2,
"minor": 4,
"patch": 7
}
},
{
"diff_type": "add",
"name": "scandir",
"v": {
"major": 1,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "typing",
"v": {
"major": 3,
"minor": 10,
"patch": 0
}
},
{
"diff_type": "add",
"name": "zipp",
"v": {
"major": 1,
"minor": 2,
"patch": 0
}
},
{
"diff_type": "add",
"name": "contextlib2",
"v": {
"major": 0,
"minor": 6,
"patch": 0
}
},
{
"diff_type": "add",
"name": "configparser",
"v": {
"major": 4,
"minor": 0,
"patch": 2
}
}
] | set_dep_version | 99e8efe6f4f7c719cfa3c736c6b9863b753bdcefe6ad8871ad9074227de5245b | [
{
"con": "==",
"name": "python",
"v": {
"major": 2,
"minor": 7,
"patch": 13
}
},
{
"con": "==",
"name": "pytest",
"v": {
"major": 3,
"minor": 3,
"patch": 1
}
},
{
"con": "*",
"name": "mock",
"v": null
}
] | {
"AccessControl": null,
"Acquisition": null,
"AuthEncoding": null,
"BTrees": null,
"Babel": null,
"Beaker": null,
"BeautifulSoup": null,
"Chameleon": null,
"DateTime": null,
"Django": null,
"DocumentTemplate": null,
"ExtensionClass": null,
"Flask": null,
"Hoover": null,
"Jinja2": null,
"Mako": null,
"Markdown": null,
"MarkupSafe": null,
"Momoko": null,
"MultiMapping": null,
"NBT": null,
"PasteDeploy": null,
"Paver": null,
"Persistence": null,
"Pillow": null,
"PlexAPI": null,
"PyDrive": null,
"PyJWT": null,
"PyNaCl": null,
"PyPDF2": null,
"PySocks": null,
"PyYAML": null,
"Pygments": null,
"ReadBot": null,
"RestrictedPython": null,
"SQLAlchemy": null,
"SecretStorage": null,
"Send2Trash": null,
"Shapely": null,
"Sphinx": null,
"Tempita": null,
"TwitterSearch": null,
"Unidecode": null,
"WSGIProxy2": null,
"WebOb": null,
"WebTest": null,
"Werkzeug": null,
"Willow": null,
"XlsxWriter": null,
"ZConfig": null,
"ZODB": null,
"Zope": null,
"aiohttp": null,
"aiohttp-retry": null,
"aiosignal": null,
"alabaster": null,
"alembic": null,
"amqp": null,
"anyio": null,
"app": null,
"argon2-cffi": null,
"argon2-cffi-bindings": null,
"arrow": null,
"asgiref": null,
"astroid": null,
"asttokens": null,
"async-lru": null,
"atomicwrites": null,
"attrs": {
"major": 21,
"minor": 4,
"patch": 0
},
"autograd": null,
"backports-abc": null,
"backports.functools-lru-cache": null,
"backports.shutil-get-terminal-size": null,
"banal": null,
"base58": null,
"bcrypt": null,
"beautifulsoup4": null,
"billiard": null,
"bitly-api": null,
"bitmerchant": null,
"bleach": null,
"blinker": null,
"bokeh": null,
"boto": null,
"boto3": null,
"botocore": null,
"bottle": null,
"bs4": null,
"bson": null,
"cachetools": null,
"celery": null,
"certifi": null,
"cffi": null,
"chardet": null,
"charset-normalizer": null,
"clarifai": null,
"click": null,
"click-didyoumean": null,
"click-plugins": null,
"click-repl": null,
"colorama": null,
"comm": null,
"configobj": null,
"configparser": null,
"contextlib2": null,
"contourpy": null,
"cryptography": null,
"cssselect": null,
"cssutils": null,
"cycler": null,
"dataset": null,
"debugpy": null,
"decorator": null,
"defusedxml": null,
"diamond": null,
"diskcache": null,
"distlib": null,
"django-modelcluster": null,
"django-taggit": null,
"django-treebeard": null,
"djangorestframework": null,
"dnspython": null,
"docutils": null,
"docx": null,
"ecdsa": null,
"elastic-transport": null,
"elasticsearch": null,
"email": null,
"emoji": null,
"enum34": null,
"envoy": null,
"executing": null,
"fabulous": null,
"falcon": null,
"fastjsonschema": null,
"feedgenerator": null,
"feedparser": null,
"filechunkio": null,
"filelock": null,
"flow": null,
"fonttools": null,
"fqdn": null,
"frozenlist": null,
"funcsigs": {
"major": 1,
"minor": 0,
"patch": 2
},
"functools32": null,
"future": null,
"futures": null,
"gdata": null,
"geojson": null,
"gevent": null,
"gnupg": null,
"google-api-core": null,
"google-api-python-client": null,
"google-auth": null,
"google-auth-httplib2": null,
"googleapis-common-protos": null,
"greenlet": null,
"grpcio": null,
"h11": null,
"html5lib": null,
"httplib2": null,
"idna": null,
"imagesize": null,
"imdbpie": null,
"importlib-metadata": null,
"importlib-resources": null,
"iniconfig": null,
"inotify": null,
"intervaltree": null,
"ipaddress": null,
"ipykernel": null,
"ipython": null,
"ipython-genutils": null,
"ipywidgets": null,
"iso8601": null,
"isoduration": null,
"itsdangerous": null,
"jdcal": null,
"jedi": null,
"jeepney": null,
"jmespath": null,
"joblib": null,
"json5": null,
"jsonpointer": null,
"jsonrpclib": null,
"jsonschema": null,
"jsonschema-specifications": null,
"jupyter-events": null,
"jupyter-lsp": null,
"jupyter_client": null,
"jupyter_core": null,
"jupyter_server": null,
"jupyter_server_terminals": null,
"jupyterlab": null,
"jupyterlab_pygments": null,
"jupyterlab_server": null,
"keyring": null,
"kiwisolver": null,
"kombu": null,
"lazy-object-proxy": null,
"line-profiler": null,
"linecache2": null,
"logging-subprocess": null,
"lxml": null,
"markdown-it-py": null,
"matplotlib": null,
"matplotlib-inline": null,
"mdurl": null,
"mechanize": null,
"mistune": null,
"mnemonic": null,
"mock": {
"major": 3,
"minor": 0,
"patch": 5
},
"mongoengine": null,
"more-itertools": null,
"mpmath": null,
"mrjob": null,
"multidict": null,
"multipart": null,
"multiprocessing": null,
"mutagen": null,
"myhdl": null,
"nbclient": null,
"nbconvert": null,
"nbformat": null,
"nest-asyncio": null,
"netaddr": null,
"networkx": null,
"nltk": null,
"normality": null,
"nose": null,
"notebook": null,
"notebook_shim": null,
"numpy": null,
"oauth2": null,
"oauthlib": null,
"ofxparse": null,
"ordered-set": null,
"outcome": null,
"overrides": null,
"packaging": null,
"pandas": null,
"pandocfilters": null,
"paramiko": null,
"parsimonious": null,
"parso": null,
"pathlib": null,
"pathlib2": null,
"pbkdf2": null,
"pbr": null,
"pelican": null,
"pep8": null,
"persistent": null,
"pexpect": null,
"pickleDB": null,
"pickleshare": null,
"pip": {
"major": 9,
"minor": 0,
"patch": 1
},
"platformdirs": null,
"pluggy": {
"major": 0,
"minor": 6,
"patch": 0
},
"ply": null,
"premailer": null,
"progressbar": null,
"prometheus-client": null,
"prompt-toolkit": null,
"protobuf": null,
"psutil": null,
"psycopg2": null,
"ptyprocess": null,
"pure-eval": null,
"py": {
"major": 1,
"minor": 11,
"patch": 0
},
"pyasn1": null,
"pyasn1-modules": null,
"pycares": null,
"pycparser": null,
"pycurl": null,
"pymongo": null,
"pyparsing": null,
"pyperclip": null,
"pyquery": null,
"pytest": {
"major": 3,
"minor": 3,
"patch": 1
},
"python": {
"major": 2,
"minor": 7,
"patch": 13
},
"python-dateutil": null,
"python-gettext": null,
"python-json-logger": null,
"python-mimeparse": null,
"python-slugify": null,
"pytube": null,
"pytz": null,
"pyzmq": null,
"redis": null,
"referencing": null,
"regex": null,
"reppy": null,
"requests": null,
"requests-aws4auth": null,
"requests-file": null,
"requests-oauthlib": null,
"restless": null,
"rethinkdb": null,
"rfc3339-validator": null,
"rfc3986-validator": null,
"rich": null,
"roman": null,
"rotten-tomatoes-client": null,
"rpds-py": null,
"rsa": null,
"s3transfer": null,
"sas7bdat": null,
"scandir": null,
"scapy": null,
"selenium": null,
"serial": null,
"setproctitle": null,
"setuptools": null,
"sgmllib3k": null,
"shodan": null,
"simplegeneric": null,
"simplejson": null,
"singledispatch": null,
"sip": null,
"six": {
"major": 1,
"minor": 16,
"patch": 0
},
"slackclient": null,
"slimit": null,
"smartypants": null,
"sniffio": null,
"snowballstemmer": null,
"sortedcontainers": null,
"soupsieve": null,
"sphinx-bootstrap-theme": null,
"sphinxcontrib-applehelp": null,
"sphinxcontrib-devhelp": null,
"sphinxcontrib-htmlhelp": null,
"sphinxcontrib-jsmath": null,
"sphinxcontrib-qthelp": null,
"sphinxcontrib-serializinghtml": null,
"sphinxcontrib-websupport": null,
"spotipy": null,
"sqlalchemy-migrate": null,
"sqlparse": null,
"stack-data": null,
"subprocess32": null,
"sympy": null,
"tag": null,
"terminado": null,
"text-unidecode": null,
"threadpool": null,
"tinycss2": null,
"tldextract": null,
"tnetstring": null,
"toml": null,
"tornado": null,
"tqdm": null,
"traceback2": null,
"traitlets": null,
"trans": null,
"transaction": null,
"trio": null,
"trio-websocket": null,
"tweepy": null,
"twilio": null,
"twitter": null,
"twython": null,
"types-python-dateutil": null,
"typing": null,
"typing_extensions": null,
"tzdata": null,
"tzlocal": null,
"unittest2": null,
"uno": null,
"uri-template": null,
"uritemplate": null,
"urllib3": null,
"users": null,
"version": null,
"vine": null,
"virtualenv": {
"major": 15,
"minor": 1,
"patch": 0
},
"wagtail": null,
"waitress": null,
"watchfiles": null,
"wcwidth": null,
"webcolors": null,
"webencodings": null,
"websocket-client": null,
"wget": null,
"wheel": null,
"widgetsnbextension": null,
"wrapt": null,
"wsproto": null,
"xplenty": null,
"yarl": null,
"youtube-dl": null,
"z3c.pt": null,
"zExceptions": null,
"zc.lockfile": null,
"zipp": null,
"zmq": null,
"zodbpickle": null,
"zope.annotation": null,
"zope.browser": null,
"zope.browsermenu": null,
"zope.browserpage": null,
"zope.browserresource": null,
"zope.cachedescriptors": null,
"zope.component": null,
"zope.configuration": null,
"zope.container": null,
"zope.contentprovider": null,
"zope.contenttype": null,
"zope.datetime": null,
"zope.deferredimport": null,
"zope.deprecation": null,
"zope.dottedname": null,
"zope.event": null,
"zope.exceptions": null,
"zope.filerepresentation": null,
"zope.globalrequest": null,
"zope.hookable": null,
"zope.i18n": null,
"zope.i18nmessageid": null,
"zope.interface": null,
"zope.lifecycleevent": null,
"zope.location": null,
"zope.pagetemplate": null,
"zope.processlifetime": null,
"zope.proxy": null,
"zope.ptresource": null,
"zope.publisher": null,
"zope.schema": null,
"zope.security": null,
"zope.sequencesort": null,
"zope.site": null,
"zope.size": null,
"zope.structuredtext": null,
"zope.tal": null,
"zope.tales": null,
"zope.testbrowser": null,
"zope.testing": null,
"zope.traversing": null,
"zope.viewlet": null
} |