1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Pythonista3でNumpyがインストールできない

Posted at

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もちゃんとインストールされております。

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?