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

Unrecognizable url Error #32

Closed
jayfk opened this issue Dec 9, 2016 · 2 comments
Closed

Unrecognizable url Error #32

jayfk opened this issue Dec 9, 2016 · 2 comments

Comments

@jayfk
Copy link
Contributor

jayfk commented Dec 9, 2016

This one works:

hashin turbine

This one doesn't:

hashin turbine --python-version 2.7
Traceback (most recent call last):
  File "/Users/j/dev/.virtualenvs/hashin/bin/hashin", line 11, in <module>
    sys.exit(main())
  File "/Users/j/dev/.virtualenvs/hashin/lib/python3.5/site-packages/hashin.py", line 331, in main
    verbose=args.verbose,
  File "/Users/j/dev/.virtualenvs/hashin/lib/python3.5/site-packages/hashin.py", line 63, in run
    run_single_package(spec, *args, **kwargs)
  File "/Users/j/dev/.virtualenvs/hashin/lib/python3.5/site-packages/hashin.py", line 92, in run_single_package
    releases = filter_releases(releases, python_versions)
  File "/Users/j/dev/.virtualenvs/hashin/lib/python3.5/site-packages/hashin.py", line 255, in filter_releases
    metadata = release_url_metadata(release['url'])
  File "/Users/j/dev/.virtualenvs/hashin/lib/python3.5/site-packages/hashin.py", line 248, in release_url_metadata
    raise PackageError('Unrecognizable url: ' + url)
hashin.PackageError: Unrecognizable url: https://pypi.python.org/packages/a4/ae/65500d0becffe3dd6671fbdc6010cc0c4a8b715dbd94315ba109bbc54bc5/turbine-0.0.3.linux-x86_64.tar.gz
@peterbe
Copy link
Owner

peterbe commented Dec 13, 2016

@mythmon Have you seen this too?

@mythmon
Copy link
Contributor

mythmon commented Dec 15, 2016

I haven't run into this (yet?), but these issues have been pretty straight forward in the past. I'll see if I can file a PR to fix it.

mythmon added a commit to mythmon/hashin that referenced this issue Dec 15, 2016
peterbe pushed a commit that referenced this issue Dec 18, 2016
This issue was closed.
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

3 participants