PhotochemPy icon indicating copy to clipboard operation
PhotochemPy copied to clipboard

Installation fails with python3.8 in Ubuntu 20.04

Open DanyIvan opened this issue 3 years ago • 0 comments

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

DanyIvan avatar Jan 05 '23 20:01 DanyIvan