-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyVOL installation issues #11
Comments
I get the same error albeit not while installing PyVOL but while trying to launch it from the Pymol Plugin tab. I installed PyVOL from the .zip GUI installer via the Plugin Manager on Pymol. I have Pymol 2.5.2 with an educational license in Windows 10 Also, MSMS is installed and added to Path in Windows. |
I'm seeing the same error when attempting to install PyVol |
Just to pile on: I have the same error, using incentive PyMol (same as gorostiolam) |
I am also having the same issue when attempting to launch the plugin |
Windows 11 Pro
Python 3.10.5
pip 22.1.2 from C:\Python\lib\site-packages\pip (python 3.10)
PyMOL 2.5.2 (Licensed)
I've got the following error message while installing PyVOL :
Traceback (most recent call last):
File "C:\PyMOL\lib\site-packages\pmg_tk\startup\pyvol-installer_init_.py", line 68, in pyvol_window
refresh_installation_status(form)
File "C:\PyMOL\lib\site-packages\pmg_tk\startup\pyvol-installer_init_.py", line 260, in refresh_installation_status
all_pckgs = subprocess.check_output([sys.executable, "-m", "pip", "list", "--format=json"]).decode('utf-8').strip()
File "C:\PyMOL\lib\subprocess.py", line 411, in check_output
**kwargs).stdout
File "C:\PyMOL\lib\subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['C:\PyMOL\pythonw.exe', '-m', 'pip', 'list', '--format=json']' returned non-zero exit status 120.
The text was updated successfully, but these errors were encountered: