Hi, I encounter an error while installing the Pymol with the following command: conda install -c tpeulen pymol-open-source Your environment is based on Python 3.9 but the package you're trying to install needs a Python version between 3.8 and 3.9.0a0, the latter being the alpha version ...
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition. View details xhochy merged commit b60298d into conda-forge:main Sep 12, 2024 3 chec...
if is_conda_env(): if sys.platform.startswith('win'): return [os.path.join(sys.prefix, 'Library')] return [sys.prefix] + X11 return ['/usr'] + X11 def is_conda_env(): return ( 'conda' in sys.prefix or 'conda' in sys.version or 'Continuum' in sys.version or...
I'm out of luck installing pymol. For various reasons I won't go into, I cannot use conda. I have been trying to install with apt-get or using the precompiled binaries. I have been stuck at this error and cannot seem to find anything on google: ...
I am having the same problem. I removed pymol with pip uninstall pymol and conda uninstall pymol. Re-installed pymol with conda install -c conda-forge pymol-open-source This worked for me! :) ️ 1 Sign up for free to join this conversation on GitHub. Already have an account?