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 am having trouble installing PRISM on my M2 Apple laptop under python3.11 (with the command python -m pip install -e .). The issue is with PyQt5 and the version in requirements.txt is too old and (presumably) not available on PyPI.
Expected behavior
Should be possible to install PRISM with python -m pip install -e .
I installed PyQt5 separately (through macports) and then increased the pyqt5 version to 5.15. That resolved the pyqt5 issue but I ran into another issue with installing h5py, even though h5py was already on my system. After commenting out h5py from the requirements.txt, I managed to "install" PRISM.
After this, I installed the packages in requirements_dev.txt with python -m pip install -r requirements_dev.txt and then ran pytest on the repo. This produced a significant number of test failures - output attached here. output_from_pytest_prism.txt
The text was updated successfully, but these errors were encountered:
Describe the bug
I am having trouble installing PRISM on my M2 Apple laptop under python3.11 (with the command
python -m pip install -e .
). The issue is with PyQt5 and the version in requirements.txt is too old and (presumably) not available on PyPI.Expected behavior
Should be possible to install
PRISM
withpython -m pip install -e .
System information
Additional context
I installed PyQt5 separately (through macports) and then increased the pyqt5 version to 5.15. That resolved the pyqt5 issue but I ran into another issue with installing h5py, even though h5py was already on my system. After commenting out h5py from the requirements.txt, I managed to "install" PRISM.
After this, I installed the packages in
requirements_dev.txt
withpython -m pip install -r requirements_dev.txt
and then ranpytest
on the repo. This produced a significant number of test failures - output attached here.output_from_pytest_prism.txt
The text was updated successfully, but these errors were encountered: