-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
wrong conda-forge install of cloudpickle #37
Comments
closed by #36 |
Actually, the fixed build 1 packages are online for 3.6+ but for Python 2.7: conda create -y -n tmp27 -c conda-forge python=2.7 cloudpickle continues to pick the broken cloudpickle 1.4.0 build 0 ( |
@bavardage indeed I tried to follow that but now I realise I was wrong when opening conda-forge/conda-forge.github.io#1045 . I should have done it here. So let me do that right now with the correct mention: Hi @conda-forge/core, Is there a way to mark a specific build or a specific version of a package for a specific version of Python as broken? We would like conda to ignore cloudpickle 1.4.0 build 0 on Python 2.7 as the last Python 2.7 compatible version was the 1.3 release and we failed to release cloudpickle 1.4.0 with the proper metadata. Build 1 of cloudpickle 1.4.0 fixed the missing metadata but cloudpickle 1.4.0 build 0 is still out there for Python 2.7. See the above discussion for more details. |
just opened conda-forge/admin-requests#44 |
Thanks @isuruf. We might still have a problem though. The dependency solver seems to be in trouble. It seems to have been spinning for several minutes already.
|
I am running conda 4.8.3. |
Same conda version, but works in less than a minute. |
With the |
Which version of cloudpickle did it pick in the end for you? I ctrl-c'ed my run, will try again and leave it run longer. |
Here is the failure I got in the end:
|
I just tried again and this time it worked! I got:
as expected. Maybe it was just a problem with my internet connection? Anyways the original problem seems to be fixed! Thank you very much for your assistance @isuruf and @jakirkham . |
Was wondering if it might be a CDN thing. Though wouldn't expect it to update that slowly. |
installing
cloudpickle
from conda forge usingminiconda2
installs aPython3
only version of cloudpickle. I'm not familiar with feedstocks - but we need to fix this ASAP.The text was updated successfully, but these errors were encountered: