mitsuhiko / pipsi

pip script installer
Other
2k stars 133 forks source link

"Did not find any scripts. Uninstalling." (only with --editable), take 2 #149

Open davclark opened 6 years ago

davclark commented 6 years ago

This is exactly the same problem as reported in #40, except that I am already using console_scripts and it's still giving me this error. I'm on Windows 10 Edu (which runs a bit more conservative than pro, so it's still "Fall Creators") and get a couple other errors as well, included in case they help diagnose the issue:

So, the only way (of three) that actually works is a local copy of the package, then do a pipsi install without the -e flag.

In order to make sure my installation isn't somehow misconfigured, I just did a clean re-install of Python 3.6.5 and pipsi.

I expect that some users of this tool would like to use pipsi, so I'd like to figure out what's going on!

davclark commented 6 years ago

Update: pipsi install gigantum the third time actually finds scripts and seems to correctly install them. Nothing has changed in the environment except maybe side effects from pipsi installs and uninstalls.

RonnyPfannschmidt commented 6 years ago

editable installs dont create correct installed files metadata, there is need for a fallback i think