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

Error: "Double requirement given" when using requirements.txt for assignment1 #64

Closed
shagunsodhani opened this issue Jan 22, 2016 · 2 comments

Comments

@shagunsodhani
Copy link

Following requirements are mentioned twice in reuirements.txt that comes with the zip file for assignemnt 1.

  • jupyter (1.0.0 both times)
  • pillow (3.1.0 and 3.0.0)

This gives the error "Double requirement given" when running pip install -r requirements.txt

@nealmcb
Copy link

nealmcb commented Jun 30, 2016

I see the same problem. Removing the Pillow==3.0.0 line and one jupyter==1.0.0 line worked.

If someone knows a way to get pip to do a "dry run" (find out what it would do, without actually e.g. downgrading matplotlib from 1.5.1 to 1.5.0), let me know....

@shintojoseph1234
Copy link

Try pip3 install packagename --no-build-isolation

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