Eigenstate / vmd-python

Installable VMD as a python module
Other
129 stars 24 forks source link

Support for Python 3.10+ #46

Closed a-r-j closed 9 months ago

a-r-j commented 1 year ago

Hiya,

Thanks for maintaining this!

I'm unable to install on Python 3.10

conda create -n vmd python=3.10
conda activate vmd
conda install -c conda-forge vmd-python
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - vmd-python -> python[version='>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.5,<3.6.0a0']

Your python: python=3.10

Any chance we can get support for newer python versions?

groponp commented 9 months ago

I'm exprience any error into MacOX Big surf , when use python 3.10 it do not finish instalation on conda

Eigenstate commented 9 months ago

3.1.0 supports Python >= 3.10. Conda packages coming soon.