Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

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

Open
heuer opened this issue Mar 20, 2018 · 2 comments
Open

Comments

@heuer
Copy link
Owner

heuer commented Mar 20, 2018

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

@heuer heuer added the bug label Mar 20, 2018
@heuer heuer added this to the 0.1.6 milestone Mar 20, 2018
@heuer heuer self-assigned this Mar 20, 2018
@heuer
Copy link
Owner Author

heuer commented Mar 20, 2018

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 heuer removed this from the 0.1.6 milestone Mar 20, 2018
heuer added a commit that referenced this issue Mar 21, 2018
heuer added a commit that referenced this issue Mar 23, 2018
More a workaround than a solution :(
@heuer
Copy link
Owner Author

heuer commented Mar 23, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant