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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

I 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