gaussic / text-classification-cnn-rnn

CNN-RNN中文文本分类,基于TensorFlow
MIT License
4.16k stars 1.47k forks source link

版本问题 #150

Open JOHOYQ opened 3 years ago

JOHOYQ commented 3 years ago

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:

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: 找不到指定的模块。

prozyworld commented 3 years ago

建议用ubuntu系统 python3.7 tensorflow1.15.5 除了有deprecated已弃用的warning警告 其他无影响