2

I really want to use blender compiled as a python package in my project. I was thinking about attaching already compiled blender binaries to the wheel on PyPI, as compilation is already complicated on its own and requires a huge amount of dependencies. However, I'm new to wheels and I'm not sure how to configure setup.py to make it use different binaries depending on the target platform (How to make two wheels, independent for each platform) and whether the PyPI endpoint will accept them.

I will be very grateful for the answers and/or links to some documentation that describes such usage of wheels because I was not able to correctly formulate the questions to Google on my own.

I'd also like to add that I have already found a method to attach binaries at all here and a way to create platform-specific wheels here but those do not solve my problem, or I'm not aware they do.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Christopher
  • 306
  • 1
  • 6

0 Answers0