0
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.

Anaconda1.9.6-windowsをインストールしたがPandasが使えなった問題【解決】

Posted at

Anacondaを当分新たにインストールすることはないだろうけど、またインストールするときに備えた、備忘録です

発生事象

import pandas as pd
>ImportError: C extension: hashtable not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.

というメッセージがでて、pandasをimportできない

解決方法

以下サイトを参考
http://paper.hatenadiary.jp/entry/2016/09/11/203524

結局やることは、アンインストールしてもう一回インストールするだけ
Anaconda Navigaterでやってもうまくいきます

0
0
0

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
0
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?