text-classification-cnn-rnn
text-classification-cnn-rnn copied to clipboard
版本问题
python 3.6 tensorflow 1.14.0 numpy 1.19.5 scipy 1.5.3 scikit-learn 0.24.2 报错: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
- The Python version is: Python3.6 from "E:\Python\Anaconda\envs\py36\python.exe"
- The NumPy version is: "1.19.5"
and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help.
Original error was: DLL load failed: 找不到指定的模块。
建议用ubuntu系统 python3.7 tensorflow1.15.5 除了有deprecated已弃用的warning警告 其他无影响