question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing requirements.txt in code.zip sample archive

See original GitHub issue

In your getting started, a sample kit is provided to test dvc run comment.

Unfortunately, the zip file code.zip does not contains the requirements.txt file needed by pip.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
paredcommented, Dec 31, 2018

Hi @bench! Would you point exactly, which tutorial has missing requirements? I checked this one and it seems it has requirements.

0reactions
efiopcommented, Jan 1, 2019

@bench Glad it works now 🙂

Great idea! Created https://github.com/iterative/dvc.org/issues/146 for that.

Thanks a lot for the feedback! 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

python pip trouble installing from requirements.txt
I get an error when I try to run manage.py because it is missing the psycopg2 module. Error: You need to install postgresql-server-dev-X.Y...
Read more >
Missing "requirements.txt" in PyPI package · Issue #10
Describe the bug The PyPI package of NCBImeta is missing the "requirements.txt" file, causing installation to fail. I am using virtualenv.
Read more >
The Python Requirements File and How to Create it
Learn what a Python requirements.txt file is, how to create it, and how to maintain it with a list of required modules.
Read more >
Use requirements.txt | PyCharm Documentation
In the opened dialog, specify the name of the requirements file. The recommended name for the requirements file is requirements.txt.
Read more >
Create Your requirements.txt Using This Technique
txt file is to run pip freeze > requirements.txt when all packages are already installed. However, the problem with such an approach is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found