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 ...
conda install -c conda-forge pymol-open-sourceif you need to install open source or conda install -c conda-forge -c schrodinger pymol(note the inclusion of conda-forge channel first) if you need to install the Incentive PyMOL conda package. Seehttps://pymol.org/conda/for more info. I...
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...
- name: Conda info shell: cmd run: |- CALL %CONDA_ROOT%\\Scripts\\activate.bat conda info - name: Get additional sources shell: cmd run: | git clone --depth 1 https://github.com/rcsb/mmtf-cpp.git cp -R mmtf-cpp/include/mmtf* %CONDA_ROOT%/Library/include/ git clone --depth...