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
The reason will be displayed to describe this comment to others. Learn more.
Finally got a bit of time after reservist, a quick look at pypi files tab and the logs when failing install says that it tries to install pyscf-2.4.0-py3-none-macosx_11_7_x86_64.whl but pypi files only lists pyscf-2.4.0-py3-none-macosx_10_9_x86_64.whl.
Note the difference in macosx_11_7 and macosx_10_9.
I'll dig deeper into how the whole installation thing works since the .lock file doesn't display the macos version, just the linux and source distribution.
c0cdf58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very strange. I suspect some wheel is not updated, or there's some conflict somewhere.
Using pip install pyscf==2.4.0 in a clean environment:
c0cdf58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using poetry install for qibochem on clean environment:
c0cdf58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it's python 3.9. I'm going to test this next.
c0cdf58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pip install for python 3.9.18, pyscf 2.3.0 went ok, and ran ok.
Pyscf 2.4.0 wheel for python 3.10, 3.11 not built yet for macos.
But pip install went fine, as it is getting the package from PyPi. Maybe something is not updated yet on repo.
c0cdf58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally got a bit of time after reservist, a quick look at pypi files tab and the logs when failing install says that it tries to install pyscf-2.4.0-py3-none-macosx_11_7_x86_64.whl but pypi files only lists pyscf-2.4.0-py3-none-macosx_10_9_x86_64.whl.
Note the difference in macosx_11_7 and macosx_10_9.
I'll dig deeper into how the whole installation thing works since the .lock file doesn't display the macos version, just the linux and source distribution.