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

Does not support python3.7+ #41

Open
Zymergen-jvandezande opened this issue Oct 22, 2020 · 4 comments
Open

Does not support python3.7+ #41

Zymergen-jvandezande opened this issue Oct 22, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@Zymergen-jvandezande
Copy link

I attempted to install with conda using python3.7 and received the following error:

- psikit -> python[version='>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']

Your python: python=3.7

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

I see no reason in the code why this cannot be updated. Could you push a new version to conda that allows the latest python versions?

@kzfm kzfm added the enhancement New feature or request label Oct 25, 2020
@iwatobipen
Copy link
Contributor

I just updated conda repo.
Could you please try to install new package?
Thanks
https://anaconda.org/iwatobipen/psikit

@Zymergen-jvandezande
Copy link
Author

It still does not want to install, giving me the same message.

@iwatobipen
Copy link
Contributor

iwatobipen commented Nov 21, 2020

I could install psikit on my python3.7 env with conda command.
At first, I should install debtcollector with conda command 'conda install -c conda-forge debtcollector'.
Or you can install psikit via pip.
$ pip install psikit

@Rdk0
Copy link

Rdk0 commented Sep 8, 2023

conda install -c iwatobipen psikit
leads to the same error

  • psikit -> python[version='>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']

Your python: python=3.8

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

however, pip install psikit - works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants