Skip to content
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

Some packages don't support Python 3.7 #649

Closed
tats-u opened this issue Sep 20, 2018 · 5 comments
Closed

Some packages don't support Python 3.7 #649

tats-u opened this issue Sep 20, 2018 · 5 comments

Comments

@tats-u
Copy link

tats-u commented Sep 20, 2018

I tried to install packages in conda-forge to Python 3.7, but they try to downgrading my Python to 3.6. The auto generated code by @ conda-forge-admin does not support 3.7.

Packages tries to downgrade Python 3.7:

  • neovim
    • greenlet
    • msgpack-python
  • librosa
    • audioread
  • ansible
    • dogpile.cache
    • netifaces
    • oslo.serialization
    • oslo.utils
    • python-ironicclient
    • shade

Migrate from: https://github.com/conda-forge/feedstocks/issues/52#issuecomment-423261928

@scopatz
Copy link
Member

scopatz commented Sep 21, 2018

Hi @tats-u! This will happen automatically as part of the compiler migration (see the status page).

You can also update recipes manually. I don't know the steps here but @ocefpaf might be able to list them

@ocefpaf
Copy link
Member

ocefpaf commented Sep 21, 2018

You need to add a line with max_py_ver: '37' in the conda-forge.yml and then re-render. But before doing that check if the recipe can be noarch.

@tats-u
Copy link
Author

tats-u commented Sep 22, 2018

I see. Thank you.
I feel migration from 3.6 to 3.7 is slower than that from 3.5 to 3.6, and if it is true, why do you think?

@scopatz
Copy link
Member

scopatz commented Sep 22, 2018

It came at the same time as a huge C/C++ migration and R migration, so basically every package, 80%, needs to be rebuilt

@jakirkham
Copy link
Member

Closing as the compiler migration is complete, which included Python 3.7 rebuilds. For individual packages that may still be missing Python 3.7 support, please raise on the respective feedstock to get in touch with maintainers about addressing the issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants