環境
CentOS Linux release 7.9.2009 (Core)(デプロイしたいappacheサーバー)
python3.6.13(サーバーにインストールされているpython)
ローカルでanacondaで作成したflaskファイルをappacheサーバーにデプロイしたいです。グローバルなpandasとcondaのpandaasは違いがあるのでしょうか?
下記のエラーが出ます。エラー文の通りpandasをpandasのソースからインストールしてsetup.pyを実行しろと書いてあると想定しているのですが、インストールしているpandasにはset.pyはないですし、具体的にどのようにして解消して良いのかわかりません。
解消法などご存じであればご教授いただきたいです。
pandasエラー
1import pandas as pd, referer: 2File "/usr/local/pyenv/versions/3.6.13/lib/python3.6/site-packages/pandas/__init__.py", line 34, in <module>, referer: 3raise ImportError(, referer: 4ImportError: C extension: No module named 'pandas._libs.interval' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first., referer:
あなたの回答
tips
プレビュー