简体   繁体   English

导入可视化库后 jupyter notebook 出错

[英]Error in jupyter notebook after importing visualisation libraries

import numpy as np  
import pandas as pd  

import matplotlib.pyplot as plt  
%matplotlib inline  
import seaborn as sns

I keep recieving:我不断收到:

ImportError: DLL load failed while importing _arpack: The specified procedure could not be found.

Update:更新:

I fixed the problem by forcing the removing of Numpy,seaborn and scipy then used to install:我通过强制删除 Numpy、seaborn 和 scipy 来解决问题,然后用于安装:

pip install seaborn numpy scipy

I rechecked jupyter notebook and it works just fine.我重新检查了 jupyter notebook,它工作得很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM