Hi, I am trying to run install_dependencies.py and get the following error message. If anyone can provide suggestions I'd be eternally grateful. Ty.
I did have Python2.7.9 installed for Pymol, uninstalled 2.7.9 and installed 2.7.10.
I am on Windows 10 Pro and Python 2.7.10 is running my install of Pymol without issue.
My sytem environmental variable path has been set to C:\Python27
I've tried running install_dependencies.py from either my c:/Python27 forlder or the CodonShuffle folder with the same error
Error message when running install_dependencies.py from the command line:
C:\Users\SashaLazetic\Desktop\CodonShuffle-master>install_dependencies.py
Traceback (most recent call last):
File "C:\Users\SashaLazetic\Desktop\CodonShuffle-master\install_dependencies.py", line 3, in
subprocess.call(['pip', 'install', 'numpy']) # Install Numpy
File "C:\Python27\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 710, in init
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Hi, I am trying to run install_dependencies.py and get the following error message. If anyone can provide suggestions I'd be eternally grateful. Ty.
I did have Python2.7.9 installed for Pymol, uninstalled 2.7.9 and installed 2.7.10.
I am on Windows 10 Pro and Python 2.7.10 is running my install of Pymol without issue.
My sytem environmental variable path has been set to C:\Python27
I've tried running install_dependencies.py from either my c:/Python27 forlder or the CodonShuffle folder with the same error
Error message when running install_dependencies.py from the command line:
C:\Users\SashaLazetic\Desktop\CodonShuffle-master>install_dependencies.py
Traceback (most recent call last):
File "C:\Users\SashaLazetic\Desktop\CodonShuffle-master\install_dependencies.py", line 3, in
subprocess.call(['pip', 'install', 'numpy']) # Install Numpy
File "C:\Python27\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 710, in init
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified