module 'os' has no attribute 'makdirs'
时间: 2023-10-08 09:10:03 浏览: 219
AttributeError: module 'tensorflow.compat.v1' has no attribute '
引用:上图是导入正常的情况,如果出现报错:module 'os' has no attribute 'add_dll_directory',我推测。引用:python3 server.py 127.0.0.1 8888 ...AttributeError: module ‘os’ has no attribute ‘exit’ 部分代码如下: from socket import * import sys,os #实现登录 def do_login(s,user,name,addr): for i in user: i。引用:将原来的numpy库卸载pip uninstall numpy,重新安装numpy库pip install numpy,然后运行正常,没有报错,我查看numpy库的位置,还是和之前版本一样的安装位置,所以和安装的位置应该是没有关系。
阅读全文