python cannot find reference xxx in imported module xxx
解决python问题:python cannot find reference xxx in imported module xxx
解决python cannot find reference xxx in imported module xxx
第一种:File
→ Settings
→ Editor
→ File Types
→ Ignore files and folders
,去掉框框中的:init.py;,然后:OK等待重新文件扫描。
第二种:File
→ Invalidate Caches / Restart
,选择Invalidate and Restart
,等待重新扫描库文件就好了。
其他方式:
PyCharm
-> File
-> Settings
-> Build,Excution,Deployment
-> Console
-> Python Console
然后在 Add sources roots to PYTHONPATH
旁边打勾
PyCharm
-> File
-> Settings
-> Project(Project : pythonProject)
-> Project Structure
然后选中文件夹右键把Sources
选上
如果仍然存在问题
例如torch_ecg.torch_ecg.错误。这个问题就得看看你这个文件在不在了。重新下载该文件导入即可
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)