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
conda install -c conda-forge psiresp lets me run everything as planned.
Actual behavior
It installs qcfractal 0.11, which is incompatible with pydantic 1.9. Not really sure why -- mamba does not have this behaviour. Also, this started about a month ago.
Solutions
I tried releasing new builds with pins to qcfractal version, but these just get ignored in favour of the builds with looser dependencies. Will try submitting a patch to conda-forge.
The text was updated successfully, but these errors were encountered:
Hi,
There is also issue with mamba installation.
Following installation described here you also install qcfractal 0.11
Then importing in in jupyter lab: from qcfractal import FractalSnowflakeHandler
You get a following error: ImportError: cannot import name 'Schema' from 'pydantic'
I think issues is connected with Windows.
From QCFractal conda page:
Any idea how to solve this?
Expected behavior
conda install -c conda-forge psiresp
lets me run everything as planned.Actual behavior
It installs
qcfractal 0.11
, which is incompatible withpydantic 1.9
. Not really sure why --mamba
does not have this behaviour. Also, this started about a month ago.Solutions
I tried releasing new builds with pins to qcfractal version, but these just get ignored in favour of the builds with looser dependencies. Will try submitting a patch to conda-forge.
The text was updated successfully, but these errors were encountered: