Closed sroet closed 2 years ago
Installation with pip works so I guess it is indeed a matter of conda-forge bots doing their magic. Perhaps there are one or more dependencies that are not yet python 3.10 capable, I will have to check.
At the very least bhmm
has to be updated, too. Or we replace the pyemma implementation with deeptime. :slightly_smiling_face:
I'd replace it.
I agree, just someone has to do it :slightly_smiling_face:
Background: PyEmma is a testing dependency for a package I maintain. We are trying to enable tests on python 3.10.
Currently when trying to run
conda install pyemma
in a python3.10
environment, this fails with:reproducer (assuming you have conda-forge added as a channel in conda):
What would be required for PyEMMA to be build on python 3.10 (other than the conda-forge bots doing their magic)?