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

No installation links for installing from source #2437

Closed
emilyhoughkovacs opened this issue Sep 26, 2016 · 4 comments
Closed

No installation links for installing from source #2437

emilyhoughkovacs opened this issue Sep 26, 2016 · 4 comments
Assignees

Comments

@emilyhoughkovacs
Copy link

I followed instructions to download from source here and received the error:

No local packages or working download links found for google-cloud-storage
error: Could not find suitable distribution for Requirement.parse('google-cloud-storage')
which you can verify on
https://pypi.python.org/simple/google-cloud-storage/ which it was it was trying to read.

I think it should be here instead: https://pypi.python.org/pypi/google-cloud

@dhermes
Copy link
Contributor

dhermes commented Sep 26, 2016

@emilyhoughkovacs Thanks for filing! We'll definitely need to update that document.

That's some really bad timing. We are in the middle of a crazy rename / re-packaging sprint (#2404) and that won't quite work that way.

The "easiest" way to install from source right now would be to use tox:

tox -e py27 --recreate --notest

and then source .tox/py27/bin/activate to activate the virtual environment where everything has been installed.

@dhermes
Copy link
Contributor

dhermes commented Sep 27, 2016

@emilyhoughkovacs Is this still relevant after #2440 has been filed?

@emilyhoughkovacs
Copy link
Author

Not to me but I filed the ticket just so you would be aware of it for anyone trying to use source

@dhermes
Copy link
Contributor

dhermes commented Sep 27, 2016

Ah right. I still need to update that instruction.

dhermes added a commit to dhermes/google-cloud-python that referenced this issue Sep 27, 2016
We still have documentation in `CONTRIBUTING` for how one
might go about this, it just isn't necessary in the basic
user-facing documentation.

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

No branches or pull requests

2 participants