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

repo2docker quits during installation of feedparser: "error in feedparser setup command: use_2to3 is invalid." #88

Open
Fabian-Wey-FFHS opened this issue Aug 11, 2022 · 1 comment

Comments

@Fabian-Wey-FFHS
Copy link

I did some research and it appears that the problem is the use of "setuptools" with a version>57.5.

But I have no clue how I can tell the script that is running to use an older version of setuptools...

@Fabian-Wey-FFHS
Copy link
Author

There is a Workaround.

  1. Clone repository:
    $ git clone https://github.com/mikhailklassen/Mining-the-Social-Web-3rd-Edition
  2. Comment out (#) "feedparser=5.2.1" in Mining-the-Social-Web-3rd-Edition/binder/requirements.txt
  3. Create Container from local/edited repo:
    $ repo2docker Mining-the-Social-Web-3rd-Edition
  4. In the terminal of the created docker container type:
    $ pip install "setuptools<58"
    $ pip install "feedparser==5.2.1"

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

1 participant