Traceback (most recent call last):
File "D:\program files\JetBrains\PyCharm Community Edition 2019.2\helpers\pydev\pydevconsole.py", line 305, in do_exit
import java.lang.System
File "D:\program files\JetBrains\PyCharm Community Edition 2019.2\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'java'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "D:\program files\JetBrains\PyCharm Community Edition 2019.2\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "D:\program files\JetBrains\PyCharm Community Edition 2019.2\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "F:/dcgan/main.py", line 194, in <module>
tf.app.run()
File "D:\program files\anaconda\envs\tensorflow\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run
_sys.exit(main(argv))
File "D:\program files\JetBrains\PyCharm Community Edition 2019.2\helpers\pydev\pydevconsole.py", line 310, in do_exit
os._exit(args[0])
TypeError: an integer is required (got type NoneType)
碰到了兩個錯誤 不知道怎么解決
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/105028.html
上一篇:【急】django + uwsgi 發送電子郵件問題
下一篇:Scrapy無法正常運行AttributeError: 'module' object has no attribute 'F_GETFD'
