PhotochemPy
PhotochemPy copied to clipboard
Installation fails with python3.8 in Ubuntu 20.04
I followed the installation instructions, creating a conda environment with all dependencies and python 3.8. Conda installs numpy 1.24.1 with that python version. However, when I run python setup.py install I get the following error: installation_error.txt
This error could be reproduced with the following commands in ubuntu 20.04:
conda create -n photochempy -c conda-forge python=3.8 numpy scipy scikit-build
conda activate photochempy
python setup.py install