繁体   English   中英

Python vs 代码错误:无法解析导入线程(Pylance)

[英]Python vs code error: Import thread could not be resolved (Pylance)

基本上,有一个错误:

from thread import *

在程序和 vs 代码中出现错误。

尝试用from threading import *替换from threading import *

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM