我最近用
在python 3中安装了lmfit软件包pip3 install lmfit
尽管我没有使用过“ sudo”,但它似乎已经奏效了。之后,导入numpy时出现错误:
ImportError: Something is wrong with the numpy installation. While importing we detected an older version of numpy in ['/home/elismar/.local/lib/python3.6/site-packages/numpy']. One method of fixing this is to repeatedly uninstall numpy until none is found, then reinstall this version.
因此,看来我将必须卸载所有以前的numpy版本,然后重新安装它。我如何安全地做到这一点?还有另一种方法可以解决此问题?
我正在使用Ubuntu 18.04
编辑:我使用所说的here
解决了我的问题