hzovaro / spaxelsleuth

A package for analysing data from large integral field unit surveys such as the SAMI and Hector Galaxy Surveys.
MIT License
1 stars 1 forks source link

pip install not working: issue with mkl-fft version #5

Closed hzovaro closed 1 year ago

hzovaro commented 1 year ago

When installing using pip install . on my local machine in my python 3.10.12 conda environment, I get the following error:

ERROR: Could not find a version that satisfies the requirement mkl-fft==1.3.6 (from spaxelsleuth) (from versions: none)
ERROR: No matching distribution found for mkl-fft==1.3.6
hzovaro commented 1 year ago

Resolved by getting rid of the requirements.txt file and explicitly specifying imported modules in setup.py.