簡體   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

我不斷收到:

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

更新:

我通過強制刪除 Numpy、seaborn 和 scipy 來解決問題,然后用於安裝:

pip install seaborn numpy scipy

我重新檢查了 jupyter notebook,它工作得很好。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM