You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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 attempted to install with conda using python3.7 and received the following error:
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?
The text was updated successfully, but these errors were encountered: