python 无法打开变量 ValueError: cannot set WRITEABLE flag to True of this array

错误截图:

自己的版本信息:

这个版本的numpy应该安装的是比较新的numpy

我操作的步骤是:

pip uninstall  tables

pip install  tables

pip uninstall pytables

pip install pytables

pip install numpy==1.15

重要的是最后一句改变版本为1.15

参考两个链接:

链接一

链接二

附一个链接:关于卸载原版本包遇到    拒绝访问[5]   的解决方案

三步解决python PermissionError: [WinError 5]拒绝访问的情况

你可能感兴趣的:(python,第三方模块,错误,python,numpy)