-
Notifications
You must be signed in to change notification settings - Fork 2
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
pymol #3
Comments
Thanks for reaching out @yang-guoli , I've just followed the instructions on a new PC to triple check it and it is working fine here. Would you mind scrolling higher to see what is the error that you encounter? Usually the error is highlighted in red, and sometimes it is buried in the text. Note that I used "pip install ." instead as desribed here: |
@bieniekmateusz Thanks for your reply, but when i tried to install with pip commend, the error as follow: Could this be the cause of my gcc installation path? |
It looks like you are missing the OpenGL headers. Is your glew installed in your conda? You might also also try it A nuclear fix is to install PyMOL from the official channel on conda, and then uninstall just the PyMOL but leave all the dependancies installed (conda uninstall --force pymol), which ensures you have everything in the environment that you need. Best, Mat |
@bieniekmateusz thanks for your help, and my system is centos. I had tried your suggestion, but it stiil have the same error. can you make it install success in the centos system? |
Heya, which suggestion did you follow? Also, before trying anything new, ensure you have a clean setup by removing fully the generated "build" directory which is created when you try to compile any code. Note that on As listed in https://pymolwiki.org/index.php/Linux_Install |
Hi, i want to install with conda, and i follow your steps in the readme, but when i use the command (python setup.py install --prefix=~/software/pymol-mdanalysis/install), it has the error: error: command '/opt/rh/devtoolset-9/root/usr/bin/g++' failed with exit code 1. can you help me to solve this problem?
my env=python_3.10.4
The text was updated successfully, but these errors were encountered: