Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Work in Progress: Update requirements.txt DO NOT MERGE #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lwgray
Copy link

@lwgray lwgray commented Feb 9, 2021

I wanted to run your notebooks in Binder but kept getting an error because of a failed package install from your requirements.txt. The package name is pkg-resources==0.0.0 (line 55). It isn't a real package, It is an artifact of "pip freeze".

According to pypa/pip#4022, this is a bug resulting from Ubuntu providing incorrect metadata to pip. There does not seem to be a good reason for this behavior. A bug was filed with Ubuntu. https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1635463

It should be safe to remove that line from your requirements.txt.

@lwgray lwgray requested a review from Kautumn06 February 9, 2021 13:49
Changed version of terminado to 0.8.3 so it is compatible with Binder
@lwgray lwgray changed the title Update requirements.txt Work in Progress: Update requirements.txt DO NOT MERGE Feb 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant