Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\>pip3 --version
- pip 24.0 from C:\Python3\Lib\site-packages\pip (python 3.12)
- C:\>pip3 install bpy==3.6.0
- ERROR: Ignored the following versions that require a different python version: 2.82.1 Requires-Python >=3.7, <3.8
- ERROR: Could not find a version that satisfies the requirement bpy==3.6.0 (from versions: none)
- ERROR: No matching distribution found for bpy==3.6.0
- C:\>pip3 install bpy==3.7
- ERROR: Ignored the following versions that require a different python version: 2.82.1 Requires-Python >=3.7, <3.8
- ERROR: Could not find a version that satisfies the requirement bpy==3.7 (from versions: none)
- ERROR: No matching distribution found for bpy==3.7
- C:\>pip3 install bpy==3.8
- ERROR: Ignored the following versions that require a different python version: 2.82.1 Requires-Python >=3.7, <3.8
- ERROR: Could not find a version that satisfies the requirement bpy==3.8 (from versions: none)
- ERROR: No matching distribution found for bpy==3.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement