techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
172 stars 25 forks source link

pip install fails to copy startup script if wheel module is installed. #16

Closed bob-white closed 1 year ago

bob-white commented 4 years ago

15 Gets us really close to a one and done installation process, except when the user has wheel installed as pypi defaults to installing a wheeled version by default. Which skips the install script.

Need to figure out how to either adjust the package such that it can't be installed as a wheel (not sure if this is possible, and is probably a terrible long term solution)

Or figure out some other way to finalize the installation after the wheel is installed.

hannesdelbeke commented 1 year ago

believe this can be closed, after completing the pip setup cleanup https://github.com/techartorg/bqt/issues/61