You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I created a new conda environment, installed numpy, then ran python setup.py develop on current develop branch. When I tried to import pysat it didn't work.
Describe the bug
I created a new conda environment, installed numpy, then ran
python setup.py develop
on current develop branch. When I tried to import pysat it didn't work.To Reproduce
Steps to reproduce the behavior:
conda create --name testingcdaac python=3.8.2 --channel conda-forge
conda install numpy
Expected behavior
It should import.
Screenshots
See above.
Desktop (please complete the following information):
Additional context
Trying to sort out a potential bug pysat/pysatCDAAC#18
The text was updated successfully, but these errors were encountered: