I'm just trying to import scipy and I'm getting this error:
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/1701F3DE-82C4-468E-9C3E-657A36868569/Pythonista3/Documents/site-packages/scipy/init.py", line 97, in
from scipy.config import show as show_config
ImportError: No module named 'scipy.config'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/1701F3DE-82C4-468E-9C3E-657A36868569/Pythonista3/Documents/sci.py", line 1, in
import scipy
File "/private/var/mobile/Containers/Shared/AppGroup/1701F3DE-82C4-468E-9C3E-657A36868569/Pythonista3/Documents/site-packages/scipy/init.py", line 102, in
raise ImportError(msg)
ImportError: Error importing scipy: you cannot import scipy while
being in scipy source directory; please exit the scipy source
tree first, and relaunch your python intepreter.
What should i do?