Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem that python can't find module?

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to solve the problem that python can not find module". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to solve the problem that python can not find module".

In pycharm, you can use venv to build projects, run, and so on.

But once you run this project folder somewhere else, and not in a venv environment, you may encounter situations where module can't find it.

At this point, you can solve this problem by adding path:

Import syssys.path.append ('. / venv/lib/python3.6/site-packages') sys.path.append ('. / venv/lib64/python3.6/site-packages')

This paragraph must be added before other module of import.

The above article to solve the problem that python can not find module is all the content that the editor has shared with you. I hope I can give you a reference and I hope you will support us more.

Thank you for your reading, the above is the content of "how to solve the problem that python can not find module". After the study of this article, I believe you have a deeper understanding of how to solve the problem that python can not find module, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report