Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not install main entrypoint on windows #4315

Closed
mih opened this issue Mar 17, 2020 · 5 comments
Closed

Does not install main entrypoint on windows #4315

mih opened this issue Mar 17, 2020 · 5 comments
Labels
platform-windows Issue concerned with Windows severity-important major effect on the usability of a package, without rendering it completely unusable to everyone

Comments

@mih
Copy link
Member

mih commented Mar 17, 2020

Can be seen here https://ci.appveyor.com/project/mih/datalad-metalad/builds/31523205

and has also been reported by a user: datalad-handbook/book#409

Affects the 0.12.3 release too.

@mih mih added platform-windows Issue concerned with Windows severity-important major effect on the usability of a package, without rendering it completely unusable to everyone labels Mar 17, 2020
@mih
Copy link
Member Author

mih commented Mar 17, 2020

@yarikoptic figured out that it does install entrypoints, but our custom unix version and not the required native ones. Fix is coming.

@adswa
Copy link
Member

adswa commented Mar 17, 2020

Thank you!

@yarikoptic
Copy link
Member

All wheels for recent releases were removed. Just in case if some cached by CDN ones are used,
https://stackoverflow.com/a/38263887/1265472 gives an answer to use

pip install datalad --no-binary :all:

but it could lead to our dependencies also not been installed from wheels, which could give many kinds of pains. So I just hope that eventually (within a day?) pypi would simply stop providing our removed wheel and things should clear up.

@mih
Copy link
Member Author

mih commented Mar 19, 2020

No success yet. I guess we have to make a new release to fix it. https://ci.appveyor.com/project/mih/datalad-metalad/builds/31526178

@mih mih closed this as completed in e320714 Mar 19, 2020
@mih mih reopened this Mar 19, 2020
@mih mih closed this as completed in e7d66ce Mar 19, 2020
@mih
Copy link
Member Author

mih commented Mar 19, 2020

The 0.12.4 release enables installation on windows (due to no wheel being available from PyPi). Evidence: https://ci.appveyor.com/project/mih/datalad-metalad/builds/31569411

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-windows Issue concerned with Windows severity-important major effect on the usability of a package, without rendering it completely unusable to everyone
Projects
None yet
Development

No branches or pull requests

3 participants