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

cannot pip install the requirements.txt file #1

Open
lubainasiddiqui opened this issue Apr 20, 2019 · 7 comments
Open

cannot pip install the requirements.txt file #1

lubainasiddiqui opened this issue Apr 20, 2019 · 7 comments

Comments

@lubainasiddiqui
Copy link

lubainasiddiqui commented Apr 20, 2019

Invalid requirement: 'bzip2=1.0.6=vc14_17'
= is not a valid operator. Did you mean == ?
when I try to pip requirement.txt file it gives the above error

@bmitchel2
Copy link

Did you ever figure this out?

@Neetu-18
Copy link

Invalid requirement: 'bzip2=1.0.6=vc14_17'
= is not a valid operator. Did you mean == ?
when I try to pip requirement.txt file it gives the above error
what does it mean.............

@codelight2711
Copy link

try
conda create --name <env_name> --file <requirements.txt>

@Satyam506
Copy link

pip freeze > requirements.txt

Try this. It worked.

@tanujdhiman
Copy link
Contributor

Hey all !!
Now run the command : pip install -r requirements.txt
Hope it'll work.
Thanks!!

@nitin-pandita
Copy link

Invalid requirement: 'bzip2=1.0.6=vc14_17' = is not a valid operator. Did you mean == ? when I try to pip requirement.txt file it gives the above error

Try pip install -r requirements.txt

@NISHKALA22
Copy link

UnpicklingError at /predict/^(?P12\d+)$
invalid load key, '\xef'.
it gives the above error
please help out soon

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

8 participants