Mishima-syk / psikit

psi4+RDKit
BSD 3-Clause "New" or "Revised" License
95 stars 19 forks source link

Does not support python3.7+ #41

Open Zymergen-jvandezande opened 3 years ago

Zymergen-jvandezande commented 3 years ago

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?

iwatobipen commented 3 years ago

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

Zymergen-jvandezande commented 3 years ago

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

iwatobipen commented 3 years ago

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 commented 10 months ago

conda install -c iwatobipen psikit leads to the same error

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