ImportError: DLL load failed: 找不到指定的模块。
…
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “******”, line 1, in
import tensorflow as tf
File “E:\Anaconda3\lib\site-packages\tensorflow_init_.
python3中用HTMLTestRunner.py报ImportError: No module named ‘StringIO’的解决方法:
1.原因是官网的是python2语法写的,看官手动把官网的HTMLTestRunner.py改成python3的语法:
参考:http://bbs.chinaunix.net/thread-4154743-1-1.html
下载地址:http://tungwaiyip.info/software/HTMLTestRunner.html
修改后下载地址: