Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

easy_install twistar fails #40

Closed
erikkaplun opened this issue Dec 8, 2012 · 2 comments
Closed

easy_install twistar fails #40

erikkaplun opened this issue Dec 8, 2012 · 2 comments

Comments

@erikkaplun
Copy link
Contributor

(venv)~/work/myproj$ easy_install twistar
Searching for twistar
Reading http://pypi.python.org/simple/twistar/
Reading http://findingscience.com/twistar
Best match: twistar 1.0.macosx-10.8-x86-64
Downloading http://pypi.python.org/packages/any/t/twistar/twistar-1.0.macosx-10.8-x86_64.tar.gz#md5=c35939bda8523deecd9c3c8384e813f4
Processing twistar-1.0.macosx-10.8-x86_64.tar.gz
error: Couldn't find a setup script in /var/folders/5g/_j29fpt55fx79_y642308n880000gp/T/easy_install-vO2hDM/twistar-1.0.macosx-10.8-x86_64.tar.gz

I think this might be because you've uploaded the egg as a binary distribution (bdist). Instead, use:

python setup.py sdist upload
@bmuller
Copy link
Owner

bmuller commented Dec 8, 2012

Reuploaded. Let me know if you still have an issue.

@bmuller bmuller closed this as completed Dec 8, 2012
@erikkaplun
Copy link
Contributor Author

works for me now :)

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

No branches or pull requests

2 participants