admin管理员组文章数量:1123137
When executing any command like this, I get this message:
py -m venv .venv
Could not find platform independent libraries <prefix>
But the command gets executed well but the message is very annoying. When I list my python paths I get only those two:
py --list-paths
* C:\Javier\Projects\fastapi-template\.venv\Scripts\python.exe
-V:3.13 C:\Python313\python.exe
But my python path variable is pointing to
C:\Users\Javier\AppData\Local\Programs\Python\Launcher\
I have installed python3.13 for Windows 10. What is wrong?
Any help is appreciated thanks in advance.
When executing any command like this, I get this message:
py -m venv .venv
Could not find platform independent libraries <prefix>
But the command gets executed well but the message is very annoying. When I list my python paths I get only those two:
py --list-paths
* C:\Javier\Projects\fastapi-template\.venv\Scripts\python.exe
-V:3.13 C:\Python313\python.exe
But my python path variable is pointing to
C:\Users\Javier\AppData\Local\Programs\Python\Launcher\
I have installed python3.13 for Windows 10. What is wrong?
Any help is appreciated thanks in advance.
Share Improve this question asked 5 hours ago javierhersanjavierhersan 134 bronze badges1 Answer
Reset to default 0I did a little digging and you should try Reinstalling Python or there might be a Path problem.
本文标签: Python Error Message Could not find platform independent libraries ltprefixgtStack Overflow
版权声明:本文标题:Python Error Message: Could not find platform independent libraries <prefix> - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736548843a1944485.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论