cheind / pytorch-blender

:sweat_drops: Seamless, distributed, real-time integration of Blender into PyTorch data pipelines
MIT License
562 stars 44 forks source link

Update __init__.py to work setuptools #23

Closed narcodix closed 11 months ago

narcodix commented 1 year ago

removed quotes from version number, as it was failing to install due to incompatibility with my setuptools version (the one that came with python3.11, also tried with python 3.7)

system: ubuntu

cheind commented 1 year ago

thanks, I will need to have a look at your changes. removing quotes seems to make it not a string anymore and version number should be string.

cheind commented 11 months ago

@narcodix I believe that should be fixed in the latest develop. Reopen if necessary.