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 module named 'link_header' #57

Closed
Lowell96 opened this issue Jan 24, 2017 · 4 comments
Closed

No module named 'link_header' #57

Lowell96 opened this issue Jan 24, 2017 · 4 comments

Comments

@Lowell96
Copy link

When I use pip to install the LinkHeader package it says that the requirement is already satisfied. yet I'm still getting the error when I try and access .well-known/core. Thanks in advance for any help.

@chrysn
Copy link
Owner

chrysn commented Jan 25, 2017

you can use python3 -c "import link_header" to ensure it's installed in python 3; you might need to use pip3 install link_header then. (when i created the documentation, i did everything in a virtualenv that didn't have any python2; i'm updating the documentation to show pip3 everywhere.)

@chrysn chrysn closed this as completed in 4689bb0 Jan 25, 2017
@chrysn
Copy link
Owner

chrysn commented Jan 25, 2017

Feel free to re-open if link_header is actually installed on Python 3 on your system

@Terris-Dianomic
Copy link

python --version
Python 3.5.3

pip3 install link_header
Collecting link_header
Could not find a version that satisfies the requirement link_header (from versions: )
No matching distribution found for link_header

@chrysn
Copy link
Owner

chrysn commented May 14, 2017

The module is called LinkHeader on the package index, so it should be pip3 install LinkHeader.

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