2020-10-21T21:07:34,436 Created temporary directory: /tmp/pip-ephem-wheel-cache-nemwleyb 2020-10-21T21:07:34,439 Created temporary directory: /tmp/pip-req-tracker-wtndo6eu 2020-10-21T21:07:34,439 Initialized build tracking at /tmp/pip-req-tracker-wtndo6eu 2020-10-21T21:07:34,439 Created build tracker: /tmp/pip-req-tracker-wtndo6eu 2020-10-21T21:07:34,439 Entered build tracker: /tmp/pip-req-tracker-wtndo6eu 2020-10-21T21:07:34,440 Created temporary directory: /tmp/pip-wheel-dcxeq9pa 2020-10-21T21:07:34,450 1 location(s) to search for versions of pymdi: 2020-10-21T21:07:34,450 * https://pypi.org/simple/pymdi/ 2020-10-21T21:07:34,450 Fetching project page and analyzing links: https://pypi.org/simple/pymdi/ 2020-10-21T21:07:34,451 Getting page https://pypi.org/simple/pymdi/ 2020-10-21T21:07:34,452 Found index url https://pypi.org/simple 2020-10-21T21:07:34,538 Found link https://files.pythonhosted.org/packages/dd/7a/5b68a9c546b92d765be9712fa78443856a70eb5d3158f151ec49d92bd1c1/pymdi-1.1.6.tar.gz#sha256=b43837bff0c654d7d18023b4be9b57d79f31e87ec206e499df437f1d8047c0b1 (from https://pypi.org/simple/pymdi/), version: 1.1.6 2020-10-21T21:07:34,542 Given no hashes to check 1 links for project 'pymdi': discarding no candidates 2020-10-21T21:07:34,543 Using version 1.1.6 (newest of versions: 1.1.6) 2020-10-21T21:07:34,546 Collecting pymdi==1.1.6 2020-10-21T21:07:34,548 Created temporary directory: /tmp/pip-unpack-r_0j5ov1 2020-10-21T21:07:34,612 Downloading pymdi-1.1.6.tar.gz (57 kB) 2020-10-21T21:07:34,718 Added pymdi==1.1.6 from https://files.pythonhosted.org/packages/dd/7a/5b68a9c546b92d765be9712fa78443856a70eb5d3158f151ec49d92bd1c1/pymdi-1.1.6.tar.gz#sha256=b43837bff0c654d7d18023b4be9b57d79f31e87ec206e499df437f1d8047c0b1 to build tracker '/tmp/pip-req-tracker-wtndo6eu' 2020-10-21T21:07:34,719 Running setup.py (path:/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py) egg_info for package pymdi 2020-10-21T21:07:34,720 Created temporary directory: /tmp/pip-pip-egg-info-e1e81w59 2020-10-21T21:07:34,721 Running command python setup.py egg_info 2020-10-21T21:07:35,823 line: /*! \file 2020-10-21T21:07:35,824 line: * 2020-10-21T21:07:35,824 line: * \brief Functions callable by users of the MolSSI Driver Interface 2020-10-21T21:07:35,825 line: */ 2020-10-21T21:07:35,825 line: 2020-10-21T21:07:35,825 line: 2020-10-21T21:07:35,826 line: 2020-10-21T21:07:35,826 line: /* ---------------------------------------------------------------------- 2020-10-21T21:07:35,827 line: MDI - MolSSI Driver Interface 2020-10-21T21:07:35,827 line: https://molssi.org/, Molecular Sciences Software Institute 2020-10-21T21:07:35,827 line: Taylor Barnes, tbarnes1@vt.edu 2020-10-21T21:07:35,828 line: ------------------------------------------------------------------------- 2020-10-21T21:07:35,828 line: 2020-10-21T21:07:35,829 line: Contents: 2020-10-21T21:07:35,829 line: MDI_Init: Initialize MDI 2020-10-21T21:07:35,829 line: MDI_Accept_Communicator: Accepts a new MDI communicator 2020-10-21T21:07:35,830 line: MDI_Send: Sends data through the socket 2020-10-21T21:07:35,830 line: MDI_Recv: Receives data through the socket 2020-10-21T21:07:35,831 line: MDI_Send_Command: Sends a string of length MDI_COMMAND_LENGTH through the 2020-10-21T21:07:35,831 line: socket 2020-10-21T21:07:35,831 line: MDI_Recv_Command: Receives a string of length MDI_COMMAND_LENGTH through the 2020-10-21T21:07:35,832 line: socket 2020-10-21T21:07:35,832 line: */ 2020-10-21T21:07:35,833 line: 2020-10-21T21:07:35,833 line: #include 2020-10-21T21:07:35,833 line: #include 2020-10-21T21:07:35,834 line: #include 2020-10-21T21:07:35,834 line: #include 2020-10-21T21:07:35,835 line: #include "mdi.h" 2020-10-21T21:07:35,835 line: #include "mdi_global.h" 2020-10-21T21:07:35,835 line: #include "mdi_general.h" 2020-10-21T21:07:35,836 line: #include "mdi_mpi.h" 2020-10-21T21:07:35,836 line: #include "physconst.h" 2020-10-21T21:07:35,837 line: 2020-10-21T21:07:35,837 line: /*! \brief MDI major version number */ 2020-10-21T21:07:35,837 line: const int MDI_MAJOR_VERSION = 1; 2020-10-21T21:07:35,838 line: 2020-10-21T21:07:35,838 line: /*! \brief MDI minor version number */ 2020-10-21T21:07:35,838 line: const int MDI_MINOR_VERSION = 1; 2020-10-21T21:07:35,839 line: 2020-10-21T21:07:35,839 line: /*! \brief MDI patch version number */ 2020-10-21T21:07:35,840 line: const int MDI_PATCH_VERSION = 6; 2020-10-21T21:07:35,840 running egg_info 2020-10-21T21:07:35,840 creating /tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info 2020-10-21T21:07:35,841 writing /tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info/PKG-INFO 2020-10-21T21:07:35,841 writing dependency_links to /tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info/dependency_links.txt 2020-10-21T21:07:35,841 writing top-level names to /tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info/top_level.txt 2020-10-21T21:07:35,841 writing manifest file '/tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info/SOURCES.txt' 2020-10-21T21:07:35,974 reading manifest file '/tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info/SOURCES.txt' 2020-10-21T21:07:35,976 reading manifest template 'MANIFEST.in' 2020-10-21T21:07:35,982 writing manifest file '/tmp/pip-pip-egg-info-e1e81w59/pymdi.egg-info/SOURCES.txt' 2020-10-21T21:07:36,052 Source in /tmp/pip-wheel-dcxeq9pa/pymdi has version 1.1.6, which satisfies requirement pymdi==1.1.6 from https://files.pythonhosted.org/packages/dd/7a/5b68a9c546b92d765be9712fa78443856a70eb5d3158f151ec49d92bd1c1/pymdi-1.1.6.tar.gz#sha256=b43837bff0c654d7d18023b4be9b57d79f31e87ec206e499df437f1d8047c0b1 2020-10-21T21:07:36,053 Removed pymdi==1.1.6 from https://files.pythonhosted.org/packages/dd/7a/5b68a9c546b92d765be9712fa78443856a70eb5d3158f151ec49d92bd1c1/pymdi-1.1.6.tar.gz#sha256=b43837bff0c654d7d18023b4be9b57d79f31e87ec206e499df437f1d8047c0b1 from build tracker '/tmp/pip-req-tracker-wtndo6eu' 2020-10-21T21:07:36,055 Building wheels for collected packages: pymdi 2020-10-21T21:07:36,060 Created temporary directory: /tmp/pip-wheel-qw65rfpn 2020-10-21T21:07:36,060 Building wheel for pymdi (setup.py): started 2020-10-21T21:07:36,060 Destination directory: /tmp/pip-wheel-qw65rfpn 2020-10-21T21:07:36,061 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-qw65rfpn 2020-10-21T21:07:37,002 line: /*! \file 2020-10-21T21:07:37,003 line: * 2020-10-21T21:07:37,003 line: * \brief Functions callable by users of the MolSSI Driver Interface 2020-10-21T21:07:37,004 line: */ 2020-10-21T21:07:37,004 line: 2020-10-21T21:07:37,004 line: 2020-10-21T21:07:37,005 line: 2020-10-21T21:07:37,005 line: /* ---------------------------------------------------------------------- 2020-10-21T21:07:37,006 line: MDI - MolSSI Driver Interface 2020-10-21T21:07:37,006 line: https://molssi.org/, Molecular Sciences Software Institute 2020-10-21T21:07:37,006 line: Taylor Barnes, tbarnes1@vt.edu 2020-10-21T21:07:37,007 line: ------------------------------------------------------------------------- 2020-10-21T21:07:37,007 line: 2020-10-21T21:07:37,008 line: Contents: 2020-10-21T21:07:37,008 line: MDI_Init: Initialize MDI 2020-10-21T21:07:37,008 line: MDI_Accept_Communicator: Accepts a new MDI communicator 2020-10-21T21:07:37,009 line: MDI_Send: Sends data through the socket 2020-10-21T21:07:37,009 line: MDI_Recv: Receives data through the socket 2020-10-21T21:07:37,010 line: MDI_Send_Command: Sends a string of length MDI_COMMAND_LENGTH through the 2020-10-21T21:07:37,010 line: socket 2020-10-21T21:07:37,010 line: MDI_Recv_Command: Receives a string of length MDI_COMMAND_LENGTH through the 2020-10-21T21:07:37,011 line: socket 2020-10-21T21:07:37,011 line: */ 2020-10-21T21:07:37,012 line: 2020-10-21T21:07:37,012 line: #include 2020-10-21T21:07:37,012 line: #include 2020-10-21T21:07:37,013 line: #include 2020-10-21T21:07:37,013 line: #include 2020-10-21T21:07:37,014 line: #include "mdi.h" 2020-10-21T21:07:37,014 line: #include "mdi_global.h" 2020-10-21T21:07:37,014 line: #include "mdi_general.h" 2020-10-21T21:07:37,015 line: #include "mdi_mpi.h" 2020-10-21T21:07:37,015 line: #include "physconst.h" 2020-10-21T21:07:37,015 line: 2020-10-21T21:07:37,016 line: /*! \brief MDI major version number */ 2020-10-21T21:07:37,016 line: const int MDI_MAJOR_VERSION = 1; 2020-10-21T21:07:37,016 line: 2020-10-21T21:07:37,017 line: /*! \brief MDI minor version number */ 2020-10-21T21:07:37,017 line: const int MDI_MINOR_VERSION = 1; 2020-10-21T21:07:37,017 line: 2020-10-21T21:07:37,018 line: /*! \brief MDI patch version number */ 2020-10-21T21:07:37,018 line: const int MDI_PATCH_VERSION = 6; 2020-10-21T21:07:37,137 running bdist_wheel 2020-10-21T21:07:37,141 running build 2020-10-21T21:07:37,142 running build_py 2020-10-21T21:07:37,269 creating build 2020-10-21T21:07:37,270 creating build/lib.linux-armv7l-3.7 2020-10-21T21:07:37,270 creating build/lib.linux-armv7l-3.7/mdi 2020-10-21T21:07:37,272 copying MDI_Library/__init__.py -> build/lib.linux-armv7l-3.7/mdi 2020-10-21T21:07:37,274 copying MDI_Library/mdi.py -> build/lib.linux-armv7l-3.7/mdi 2020-10-21T21:07:37,277 running build_ext 2020-10-21T21:07:37,722 -- The C compiler identification is GNU 8.3.0 2020-10-21T21:07:38,117 -- The CXX compiler identification is GNU 8.3.0 2020-10-21T21:07:38,508 -- The Fortran compiler identification is GNU 8.3.0 2020-10-21T21:07:38,570 -- Check for working C compiler: /usr/bin/cc 2020-10-21T21:07:39,033 -- Check for working C compiler: /usr/bin/cc -- works 2020-10-21T21:07:39,036 -- Detecting C compiler ABI info 2020-10-21T21:07:39,496 -- Detecting C compiler ABI info - done 2020-10-21T21:07:39,525 -- Detecting C compile features 2020-10-21T21:07:40,950 -- Detecting C compile features - done 2020-10-21T21:07:40,973 -- Check for working CXX compiler: /usr/bin/c++ 2020-10-21T21:07:41,553 -- Check for working CXX compiler: /usr/bin/c++ -- works 2020-10-21T21:07:41,557 -- Detecting CXX compiler ABI info 2020-10-21T21:07:42,126 -- Detecting CXX compiler ABI info - done 2020-10-21T21:07:42,153 -- Detecting CXX compile features 2020-10-21T21:07:45,683 -- Detecting CXX compile features - done 2020-10-21T21:07:45,727 -- Check for working Fortran compiler: /usr/bin/gfortran 2020-10-21T21:07:46,202 -- Check for working Fortran compiler: /usr/bin/gfortran -- works 2020-10-21T21:07:46,207 -- Detecting Fortran compiler ABI info 2020-10-21T21:07:46,723 -- Detecting Fortran compiler ABI info - done 2020-10-21T21:07:46,754 -- Checking whether /usr/bin/gfortran supports Fortran 90 2020-10-21T21:07:47,250 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes 2020-10-21T21:07:48,271 -- Found MPI_C: /usr/lib/arm-linux-gnueabihf/openmpi/lib/libmpi.so (found version "3.1") 2020-10-21T21:07:51,954 -- Found MPI_CXX: /usr/lib/arm-linux-gnueabihf/openmpi/lib/libmpi_cxx.so (found version "3.1") 2020-10-21T21:07:57,113 -- Found MPI_Fortran: /usr/lib/arm-linux-gnueabihf/openmpi/lib/libmpi_usempif08.so (found version "3.1") 2020-10-21T21:07:57,116 -- Found MPI: TRUE (found version "3.1") 2020-10-21T21:07:57,175 -- Configuring done 2020-10-21T21:07:57,241 -- Generating done 2020-10-21T21:07:57,251 CMake Warning: 2020-10-21T21:07:57,252 Manually-specified variables were not used by the project: 2020-10-21T21:07:57,252 PYTHON_EXECUTABLE 2020-10-21T21:07:57,260 -- Build files have been written to: /tmp/pip-wheel-dcxeq9pa/pymdi/build/temp.linux-armv7l-3.7 2020-10-21T21:07:57,592 Scanning dependencies of target mdi 2020-10-21T21:07:57,667 [ 11%] Building Fortran object MDI_Library/CMakeFiles/mdi.dir/mdi_f90.F90.o 2020-10-21T21:07:58,348 [ 22%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi.c.o 2020-10-21T21:07:58,675 [ 33%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_global.c.o 2020-10-21T21:07:58,940 [ 44%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_general.c.o 2020-10-21T21:07:59,326 [ 55%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_mpi.c.o 2020-10-21T21:07:59,603 [ 66%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_tcp.c.o 2020-10-21T21:07:59,896 [ 77%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_test.c.o 2020-10-21T21:08:00,134 [ 88%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_lib.c.o 2020-10-21T21:08:00,425 [100%] Linking Fortran shared library libmdi.so 2020-10-21T21:08:00,827 [100%] Built target mdi 2020-10-21T21:08:00,959 CMake Error: The source directory "/tmp/pip-wheel-dcxeq9pa/pymdi/build/temp.linux-armv7l-3.7/--prefix" does not exist. 2020-10-21T21:08:00,960 Specify --help for usage, or press the help button on the CMake GUI. 2020-10-21T21:08:00,963 Traceback (most recent call last): 2020-10-21T21:08:00,964 File "", line 1, in 2020-10-21T21:08:00,964 File "/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py", line 103, in 2020-10-21T21:08:00,964 'Programming Language :: Python :: 3.7', 2020-10-21T21:08:00,965 File "/usr/local/lib/python3.7/dist-packages/setuptools/__init__.py", line 153, in setup 2020-10-21T21:08:00,965 return distutils.core.setup(**attrs) 2020-10-21T21:08:00,965 File "/usr/lib/python3.7/distutils/core.py", line 148, in setup 2020-10-21T21:08:00,966 dist.run_commands() 2020-10-21T21:08:00,966 File "/usr/lib/python3.7/distutils/dist.py", line 966, in run_commands 2020-10-21T21:08:00,967 self.run_command(cmd) 2020-10-21T21:08:00,967 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-10-21T21:08:00,968 cmd_obj.run() 2020-10-21T21:08:00,969 File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 188, in run 2020-10-21T21:08:00,969 self.run_command('build') 2020-10-21T21:08:00,970 File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command 2020-10-21T21:08:00,970 self.distribution.run_command(command) 2020-10-21T21:08:00,970 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-10-21T21:08:00,971 cmd_obj.run() 2020-10-21T21:08:00,971 File "/usr/lib/python3.7/distutils/command/build.py", line 135, in run 2020-10-21T21:08:00,972 self.run_command(cmd_name) 2020-10-21T21:08:00,972 File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command 2020-10-21T21:08:00,972 self.distribution.run_command(command) 2020-10-21T21:08:00,973 File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command 2020-10-21T21:08:00,974 cmd_obj.run() 2020-10-21T21:08:00,974 File "/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py", line 59, in run 2020-10-21T21:08:00,974 self.build_extension(ext) 2020-10-21T21:08:00,974 File "/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py", line 82, in build_extension 2020-10-21T21:08:00,975 cwd=self.build_temp) 2020-10-21T21:08:00,975 File "/usr/lib/python3.7/subprocess.py", line 347, in check_call 2020-10-21T21:08:00,975 raise CalledProcessError(retcode, cmd) 2020-10-21T21:08:00,976 subprocess.CalledProcessError: Command '['cmake', '--install', '.', '--prefix', '/tmp/pip-wheel-dcxeq9pa/pymdi/build/lib.linux-armv7l-3.7/mdi']' returned non-zero exit status 1. 2020-10-21T21:08:01,049 Building wheel for pymdi (setup.py): finished with status 'error' 2020-10-21T21:08:01,050 ERROR: Failed building wheel for pymdi 2020-10-21T21:08:01,050 Running setup.py clean for pymdi 2020-10-21T21:08:01,051 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-dcxeq9pa/pymdi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all 2020-10-21T21:08:02,041 line: /*! \file 2020-10-21T21:08:02,042 line: * 2020-10-21T21:08:02,042 line: * \brief Functions callable by users of the MolSSI Driver Interface 2020-10-21T21:08:02,043 line: */ 2020-10-21T21:08:02,043 line: 2020-10-21T21:08:02,044 line: 2020-10-21T21:08:02,044 line: 2020-10-21T21:08:02,044 line: /* ---------------------------------------------------------------------- 2020-10-21T21:08:02,045 line: MDI - MolSSI Driver Interface 2020-10-21T21:08:02,045 line: https://molssi.org/, Molecular Sciences Software Institute 2020-10-21T21:08:02,046 line: Taylor Barnes, tbarnes1@vt.edu 2020-10-21T21:08:02,046 line: ------------------------------------------------------------------------- 2020-10-21T21:08:02,046 line: 2020-10-21T21:08:02,047 line: Contents: 2020-10-21T21:08:02,047 line: MDI_Init: Initialize MDI 2020-10-21T21:08:02,048 line: MDI_Accept_Communicator: Accepts a new MDI communicator 2020-10-21T21:08:02,049 line: MDI_Send: Sends data through the socket 2020-10-21T21:08:02,050 line: MDI_Recv: Receives data through the socket 2020-10-21T21:08:02,050 line: MDI_Send_Command: Sends a string of length MDI_COMMAND_LENGTH through the 2020-10-21T21:08:02,051 line: socket 2020-10-21T21:08:02,051 line: MDI_Recv_Command: Receives a string of length MDI_COMMAND_LENGTH through the 2020-10-21T21:08:02,052 line: socket 2020-10-21T21:08:02,052 line: */ 2020-10-21T21:08:02,053 line: 2020-10-21T21:08:02,053 line: #include 2020-10-21T21:08:02,054 line: #include 2020-10-21T21:08:02,054 line: #include 2020-10-21T21:08:02,055 line: #include 2020-10-21T21:08:02,055 line: #include "mdi.h" 2020-10-21T21:08:02,056 line: #include "mdi_global.h" 2020-10-21T21:08:02,056 line: #include "mdi_general.h" 2020-10-21T21:08:02,057 line: #include "mdi_mpi.h" 2020-10-21T21:08:02,057 line: #include "physconst.h" 2020-10-21T21:08:02,058 line: 2020-10-21T21:08:02,058 line: /*! \brief MDI major version number */ 2020-10-21T21:08:02,059 line: const int MDI_MAJOR_VERSION = 1; 2020-10-21T21:08:02,059 line: 2020-10-21T21:08:02,060 line: /*! \brief MDI minor version number */ 2020-10-21T21:08:02,060 line: const int MDI_MINOR_VERSION = 1; 2020-10-21T21:08:02,060 line: 2020-10-21T21:08:02,061 line: /*! \brief MDI patch version number */ 2020-10-21T21:08:02,061 line: const int MDI_PATCH_VERSION = 6; 2020-10-21T21:08:02,159 running clean 2020-10-21T21:08:02,161 removing 'build/temp.linux-armv7l-3.7' (and everything under it) 2020-10-21T21:08:02,201 removing 'build/lib.linux-armv7l-3.7' (and everything under it) 2020-10-21T21:08:02,204 'build/bdist.linux-armv7l' does not exist -- can't clean it 2020-10-21T21:08:02,204 'build/scripts-3.7' does not exist -- can't clean it 2020-10-21T21:08:02,205 removing 'build' 2020-10-21T21:08:02,271 Failed to build pymdi 2020-10-21T21:08:02,272 ERROR: Failed to build one or more wheels 2020-10-21T21:08:02,272 Exception information: 2020-10-21T21:08:02,272 Traceback (most recent call last): 2020-10-21T21:08:02,272 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-10-21T21:08:02,272 status = self.run(options, args) 2020-10-21T21:08:02,272 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-10-21T21:08:02,272 return func(self, options, args) 2020-10-21T21:08:02,272 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 185, in run 2020-10-21T21:08:02,272 "Failed to build one or more wheels" 2020-10-21T21:08:02,272 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2020-10-21T21:08:02,275 Removed build tracker: '/tmp/pip-req-tracker-wtndo6eu'