-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Unable to install python 2.6 #693
Comments
Unfortunately you're probably on your own for this one |
The oldest build of python I see on conda-forge is 2.7. https://anaconda.org/conda-forge/python/files?page=36 I think it is still installable if you try hard enough. But 2.6 definitely isn't. |
You can try to remove the conda-forge channel and bioconda from your .condarc file and just use the default channel. |
hmmm. even they don't have 2.6 |
@hmaarrfk you miss the 2 last pages where exist python 1.0.1, 1.2, 1.3, 1.4, 1.5.2, 1.6, 2.0 and 2.6.9. @mattwthompson I ask a way to install packages existing and indexed in conda-forge, even outdated. Not an update of those packages. |
@conda-forge/python please reopen this issue |
Interesting, the 2.6.9 package was built after the 2.7 one.... From the error message, it seems that our pip packages depend on 2.7. Conda has this weird thing where pip is added as a dependency of python in this super strange way by the conda solver itself. You can try to disable the configuration: |
The installation succeeded by adding |
its fine, it seems that somebody thought of your usecase a while back. Glad that worked.... definitely an oddity of conda + python + pip... |
Thanks for your patience! |
Solution to issue cannot be found in the documentation.
Issue
I need to use
python
2.6 for an old project. But I get the following error. Nopython_abi
, norpip
exist forpython
2.6. Conda must not try to resolve them.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: