Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

198
Views
Unable to install using pip install requirements.txt

I'm trying to install BitTornado for Python 2.7 using requirements.txt, I get the following error:

Collecting requirements.txt
  Could not find a version that satisfies the requirement requirements.txt (from versions: )
No matching distribution found for requirements.txt

Here is my code in requirements.txt:

-e git+https://github.com/effigies/BitTornado.git#egg=python2.7

I also tried -e git+https://github.com/effigies/BitTornado.git@python2.7 but still not working. Does someone know why is this happening?

Note: "python2.7" is the branch name

Thanks in Advance

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

The correct command is pip install -r requirements.txt. Note the -r option; without it, pip thinks you want to install a package named requirements.txt, which doesn't exist.

over 4 years ago · Santiago Trujillo Report

0

You forgot to add -r switch to specify that requirements.txt is the file with your dependencies.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!