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 download dictionaries/models #1

Closed
ryanfb opened this issue Apr 17, 2015 · 4 comments
Closed

Can't download dictionaries/models #1

ryanfb opened this issue Apr 17, 2015 · 4 comments

Comments

@ryanfb
Copy link
Contributor

ryanfb commented Apr 17, 2015

When I run python setup.py download, I get an invalid command error:

python setup.py download
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: invalid command 'download'

Additionally, trying to download these dependencies manually, accessing http://l.unchti.me/nidaba/MANIFEST results in a 404 not found error.

@mittagessen
Copy link
Contributor

I am sorry my server got hacked and I haven't gotten around to fix everything yet. I'm going out on a limb here why the download command isn't recognized but I assume some python API changed again. As I am currently rewriting most of the task stuff and consequently have to refactor almost all of the tests it is probably not worth the trouble to fix this. On the bright side the stuff you want to download is only required for the tests anyway.

@mittagessen
Copy link
Contributor

pbr seems to be the issue here, overwriting the cmdclass of setuptools without carrying over anything previously defined there. I'll look into it.

@ryanfb
Copy link
Contributor Author

ryanfb commented Apr 20, 2015

I'll give it a go without the tests - just wanted to make sure I had a working environment/prerequisites before jumping in too deep. Thanks!

@mittagessen
Copy link
Contributor

I return from the mess that is python packaging with a solution. The latest release should have a working download command now.

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