Advertisement
EvilSupahFly

Windows PIP bpy downgrade Error

Mar 20th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. C:\>pip3 --version
  2. pip 24.0 from C:\Python3\Lib\site-packages\pip (python 3.12)
  3.  
  4. C:\>pip3 install bpy==3.6.0
  5. ERROR: Ignored the following versions that require a different python version: 2.82.1 Requires-Python >=3.7, <3.8
  6. ERROR: Could not find a version that satisfies the requirement bpy==3.6.0 (from versions: none)
  7. ERROR: No matching distribution found for bpy==3.6.0
  8.  
  9. C:\>pip3 install bpy==3.7
  10. ERROR: Ignored the following versions that require a different python version: 2.82.1 Requires-Python >=3.7, <3.8
  11. ERROR: Could not find a version that satisfies the requirement bpy==3.7 (from versions: none)
  12. ERROR: No matching distribution found for bpy==3.7
  13.  
  14. C:\>pip3 install bpy==3.8
  15. ERROR: Ignored the following versions that require a different python version: 2.82.1 Requires-Python >=3.7, <3.8
  16. ERROR: Could not find a version that satisfies the requirement bpy==3.8 (from versions: none)
  17. ERROR: No matching distribution found for bpy==3.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement