-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Drop support for Python 3.7 #6013
Comments
@canyon289 I'm getting some import errors with PyMC 4.1.4 and under Python 3.7 in thie CI pipeline run: https://github.com/michaelosthege/mcbackend/runs/7531219139?check_suite_focus=true The install in this CI pipeline uses pip.
|
Trying it again here, though I'm not sure what the error is. Ive been ad hoc testing in colab and things have worked fine there |
Looks like the setuptools minimum version specified in v2.7.8 / aesara-devs/aesara#1050 was not enough. Or even a problem with lower-level dependencies: https://stackoverflow.com/questions/63683262/modulenotfounderror-no-module-named-setuptools-distutils @maresb could this be something that needs a fix in the Aesara feedstock? |
Ya, it does appear at first glance to be an issue with the minimum version of setuptools. Could someone report a particular version of |
Looks like a typo, the pin should be |
Sorry, I should have shown my work... Look at the history of the As for what to do about it, we should probably fix it for the next release. We could also issue a repodata patch to retroactively fix affected versions on Conda-Forge. |
Sorry I didn't follow up sooner... We should also raise this issue in Aesara and fix the version pin and patch the CF repodata there, no? Or has someone taken care of it already? |
Upstream fixes have been submitted in aesara-devs/aesara#1100 and conda-forge/conda-forge-repodata-patches-feedstock#307. |
#6010 added support for Python 3.7 temporarily to get it working on colab. As we have a release that supports this now, we should drop it again.
The text was updated successfully, but these errors were encountered: