-
Notifications
You must be signed in to change notification settings - Fork 84
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
cannot install from main branch with python > 3.10 #305
Comments
Got it installed, needed this: #251 (comment) |
That's interesting, this should have no effect unless you were trying to make an editable install... |
I'm not alone, from the person's above comment: #251 (comment):
Thanks for your help! 😄 |
Having the exact same issue (with skbuild not finding Cython), trying to install with export SETUPTOOLS_ENABLE_FEATURES="legacy-editable" didn't help, neither did downgrading cmake to 3.25. Python is 3.13; i haven't tried with 3.10 as the error seems unrelated. UPD: installs under 3.12...how/why is this related? |
Just posting here in case it helps someone else, took me a while to figure out. I tried installing using the current main branch on python3.11 on Fedora 41 and was getting cmake errors, probably related to building the cythonized code?
Using python3.10 instead worked.
Note that I was able to install the current pypi release on python3.11 but all the
deeptime.data
datasets only produced a single state, as seen in #303.You may want to consider adding an upper version pin in the meantime.
pip error log when installing from python3.11:
The text was updated successfully, but these errors were encountered: