Open georgerichardson opened 3 years ago
@georgerichardson see questions raised in https://github.com/nestauk/industrial_taxonomy/pull/1#discussion_r755286231
bishax 26 minutes ago
If I rebuild my environment with these changes and inspect whether my numpy and scipy come from pip or conda I get that they come from pip...
$conda list | grep "numpy|scipy"
numpy 1.21.4 pypi_0 pypi scipy 1.7.2 pypi_0 pypi
(I think) because e.g. pandas in requirements.txt will get those again from PyPi
Can you confirm the same result?
bishax 24 minutes ago
I think what might need adding to environment.yaml to make scipy work for you is openblas or mkl.
As seen in nestauk/industrial_taxonomy#1 we only need to add openblas
to environment.yaml
?
Installing packages such as
scipy
andnumpy
usingpip
results in incompatbilities for M1 macs. Could we consider moving these toenvironment.yaml
for now?