Closed xvThomas closed 1 year ago
Hi @xvThomas . It's this line that's causing the problem: https://github.com/creare-com/podpac/pull/497/files#diff-15e2785308e79f70d4b9bf7d848bfcf89804eb5413224c7a044d7441fda93f11L24 . Something recently changed with our dependencies, which is causing the issue. I've made scipy
a core dependency, so we no longer have to lazy-load it.
I'm working on the 3.2.0 release, and hope to have it out by the end of the year. In the mean time, you could try installing PODPAC from the release branch:
pip install "podpac[all]@git+https://github.com/creare-com/podpac.git@release/3.2.0"
Thanks @mpu-creare, all is fine now
Description After installing podpac on MacOSX, the following command leads to a "ValueError: scipy.spec is None".
Steps to Reproduce Install python from anaconda distribution https://www.anaconda.com/products/distribution Then run:
Same result with jupyter lab.
Executed on: