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

Can't install pinned version of six or appdirs (from source) #382

Open
jimfulton opened this issue Apr 2, 2017 · 3 comments
Open

Can't install pinned version of six or appdirs (from source) #382

jimfulton opened this issue Apr 2, 2017 · 3 comments

Comments

@jimfulton
Copy link
Member

benjaminp/six#188

We could probably go the pip route and put the distribution directory first, but then we wouldn't be able to install pinned versions of six (or anything else) with versions of six earlier than whatever setuptools requires.

A workaround is to use wheels, when they're available. The earliest version of six with a wheel is 1.5. I ran into this trying to install 1.1.

@jimfulton
Copy link
Member Author

"A workaround is to use wheels, when they're available. The earliest version of six with a wheel is 1.5. I ran into this trying to install 1.1."

Well, no, because the extension depends on six and if we have a version pin for some version other than what we have, we'll try to install it before installing the wheel extension, which means trying to install the source release. whimper.

@jimfulton jimfulton changed the title Can't install pinned version of six (from source) Can't install pinned version of six or appdirs (from source) Apr 11, 2017
@leorochael
Copy link
Contributor

@jimfulton
Copy link
Member Author

Thanks!

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

No branches or pull requests

2 participants