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.

Add a requirements.txt to facilitate installation

See original GitHub issue

Would you mind adding the following to a requirements.txt?

# tensorflow-gpu
tensorflow
keras
opencv-python
beautifulsoup4
imageio
matplotlib
scikit-learn
tqdm
jupyter

or

# tensorflow-gpu==1.13.1
tensorflow==1.13.1
keras==2.2.4
opencv-python==4.0.0.21
beautifulsoup4==4.7.1
imageio==2.5.0
matplotlib==3.0.3
scikit-learn==0.20.3
tqdm==4.31.1
jupyter==1.0.0

Thanks for your work 😉

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
pierluigiferraricommented, Mar 21, 2019

Good point @aurelien-clu, will do soon (on vacation right now). Should have done this a long time ago.

0reactions
stale[bot]commented, Mar 28, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Automatically create requirements.txt - Stack Overflow
Generate requirements.txt after development, when we want to deploy it. It is performed by pip freeze > requirements. · Add every module to...
Read more >
requirements.txt in your requirements.txt - DEV Community ‍ ‍
In this application, I have two requirements files, one for production install, and one for development. requirements.txt:.
Read more >
How to install Python packages with pip and requirements.txt
The following command will install the packages according to the configuration file requirements.txt . $ pip install -r requirements.txt. You ...
Read more >
Managing Python packages using the requirements.txt file
Typically, the file that has information on all dependencies is called the requirements. txt file.
Read more >
to-requirements.txt · PyPI
Automatically add and delete modules to requirements.txt installing them using pip. ... And install to-requirements.txt automatically. Customizable.
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