heuer / inkscape-qrcode

Inkscape QR Code plugin
GNU General Public License v2.0
9 stars 2 forks source link

pip --target does not work (inx file is missing in Inkscape directory) #3

Open heuer opened 6 years ago

heuer commented 6 years ago

pip does not install the inx file in the extensions directory, just the Python package

heuer commented 6 years ago

It seems to be impossible to fix this issue. pip creates a wheel before installing the package and I've found no solution to install files outside of the wheel. Solution: Remove the advice with pip --install --target and propose to copy the files manually... :(

heuer commented 6 years ago

Current solution: Raise an exception if a bdist_wheel is built.

See also: https://stackoverflow.com/questions/36846260/can-python-setuptools-install-files-outside-dist-packages