未安装PIP模块
如果我尝试使用PIP,则说它没有安装。如果我导入它,则没有名为符号的模块。如果我尝试导入符号,则说没有名为符号的模块。我不知道该怎么办。我的操作系统是Ubuntu 22.04 Jammy Jellyfish,它是最新的。它具有Python 3.10.4。
If I try to use pip, it says it is not installed. If I import it, it says no module named symbol. If I try importing symbol, it says no module named symbol. I don't know what to do. My OS is Ubuntu 22.04 jammy jellyfish and it is up to date. It has python 3.10.4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在终端中键入PIP,如果它给您一个错误,则需要安装PIP。否则,请确保您正在使用的模块/库支持您的版本。
Try typing pip in Terminal if it gives you an error you need to install pip. Otherwise, make sure the module/library you are working with supports your version.