The readme recommends the installation of many dependencies through conda, then the final installation with pip.
However, the versions pinned in the setup.py are incompatable with the pinned versions in the conda command. For example, numpy 1.23.5 requires python>=3.9.
The readme recommends the installation of many dependencies through conda, then the final installation with pip.
However, the versions pinned in the
setup.py
are incompatable with the pinned versions in the conda command. For example, numpy 1.23.5 requires python>=3.9.The following command worked for me: