tehmaze/diagram

"No distributions at all found for diagram"

Closed this issue · 3 comments

I'm very sorry if this issue is me not knowing python/pip well enough; but perhaps others also have the same issue and then I won't feel so bad :)

I've installed python 2.7.8 via home brew and pip says it doesn't know diagram.

$ brew install python
$ pip install diagram 
Downloading/unpacking diagram
  Could not find any downloads that satisfy the requirement diagram
Cleaning up...
No distributions at all found for diagram
Storing debug log for failure in /Users/drnic/.pip/pip.log

Suggestions? Sorry again.

@drnic No, I think it means it hasn't been added to pypi yet.

(Also, consider using the approach discussed in https://hynek.me/articles/virtualenv-lives/)

The package has not yet been release to PyPi as we're ironing out some more bugs before doing a release. You may still use Pip to install it, using:

$ sudo pip install git+https://github.com/tehmaze/diagram.git

Thanks for testing! :-)

Thanks, that worked :)