TylerGubala / blenderpy

Blender as a python module with easy-install
GNU General Public License v3.0
314 stars 30 forks source link

bpy 2.91a0 is not available on pypi #97

Open caniko opened 3 years ago

caniko commented 3 years ago

Describe the bug bpy 2.91a0 is not available on pypi!

To Reproduce Steps to reproduce the behavior: pip install bpy==2.91a0

Expected behavior

PS C:\Users\Can\Projects\Imaging\Meshing\mask_to_mesh> pip install bpy==2.91a0
ERROR: Could not find a version that satisfies the requirement bpy==2.91a0 (from versions: 0.0.0a0, 2.82, 2.82.1)
ERROR: No matching distribution found for bpy==2.91a0

Desktop (please complete the following information):

caniko commented 3 years ago

Solution is to upload the wheel to PyPi

TylerGubala commented 3 years ago

Can't get 2.91 to build on Windows.

Sorry.