Pythonista3にstashを入れpipでnumpyやpandasをインストールし、新規ファイルから
それぞれのモジュールをimportを試みましたがエラーが発生します。
“”“
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there
”“”
念の為、pip list でインストール済みのモジュールを見てみましたが、numpyもpandasもちゃんとインストールされております。