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 Install Krippendorff #1368

Closed
MundusJournalism opened this issue Mar 6, 2024 · 3 comments
Closed

Can't Install Krippendorff #1368

MundusJournalism opened this issue Mar 6, 2024 · 3 comments

Comments

@MundusJournalism
Copy link

I have the code "pip install krippendorff" but it doesn't seem to work.

("import krippendorff" gives the standard error that shows it hasn't been loaded.)

I'm using Kaggle.com and I get this error over and over for "pip install krippendorff":

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ddcaec0dbd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/krippendorff/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ddcaec0ded0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/krippendorff/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ddcaec0e170>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/krippendorff/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ddcaec0e320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/krippendorff/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7ddcaec0e4d0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/krippendorff/
ERROR: Could not find a version that satisfies the requirement krippendorff (from versions: none)
ERROR: No matching distribution found for krippendorff

Thanks for the help!

@MundusJournalism MundusJournalism added bug bug & failures with existing packages help wanted labels Mar 6, 2024
@calderjo
Copy link
Contributor

this may be due to having internet access on your notebook turned off, did run this on my notebook and it worked without any additional help.

i did get the same error when turning internet off.
Screenshot 2024-05-15 at 12 46 09 PM

with internet on:
Screenshot 2024-05-15 at 12 51 56 PM

As a general note:
We do not guarantee that packages not pre-installed in our docker image to work right off the bat.

@calderjo calderjo removed the bug bug & failures with existing packages label May 15, 2024
@calderjo
Copy link
Contributor

removed bug tag, since krippendorff is not apart of our package offerings.

@calderjo
Copy link
Contributor

krippendorff is a low-usage package based on our "github stars requirements" to add to our base image.

as mentioned above, i was able to install on a new notebook on both cpu/gpu. please reach out to kaggle community for support on python/pip usage.

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

No branches or pull requests

2 participants