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.

requirements.txt is missing "pytz"

See original GitHub issue

Chatterbot requires pytz, but it is not installed with pip.

Running the first example new users currently see this:

ModuleNotFoundError: No module named 'pytz'

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
florimondmancacommented, Mar 15, 2019

@i3games I proposed a fix in #1670. It was a matter of a quick edit to requirements.txt on the GitHub editor!

1reaction
crcdngcommented, Mar 15, 2019

I did install manually, I am reporting the error so you can fix it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

cannot install the pytz library - python - Stack Overflow
1 Answer 1 · Download the .whl file of pytz and put it into a directory named requirements . · Make a requirements.txt...
Read more >
ModuleNotFoundError despite requirements.txt - Spaces
I have a requirements.txt in my root folder: lfolle/DeepNAPSI at main. Am I missing something here?
Read more >
Why is pip failing to uninstall pytz on ubuntu? - python
I am installing a requirements file in a python virtual environment. For some reason pip is now attempting to uninstall the distribution level ......
Read more >
Why and How to make a Requirements.txt - Robert Boscacci
We get an error message saying “No module named [n].” Okay, well, simple solution: We should be able to download and install [n]...
Read more >
pytz · PyPI
This library differs from the documented Python API for tzinfo implementations; if you want to create local wallclock times you need to use...
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