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.

The pip file and the pipfile.lock isnt updated with imgur libraries causing the errors to come up

See original GitHub issue
2020-07-11T06:30:18.857453+00:00 app[worker.1]: info loggin
2020-07-11T06:30:18.866553+00:00 app[worker.1]: Traceback (most recent call last):
2020-07-11T06:30:18.866559+00:00 app[worker.1]:   File "./src/run.py", line 1, in <module>
2020-07-11T06:30:18.866774+00:00 app[worker.1]:     import init
2020-07-11T06:30:18.866800+00:00 app[worker.1]:   File "/app/src/init.py", line 5, in <module>
2020-07-11T06:30:18.867004+00:00 app[worker.1]:     import reddit
2020-07-11T06:30:18.867030+00:00 app[worker.1]:   File "/app/src/reddit.py", line 11, in <module>
2020-07-11T06:30:18.867185+00:00 app[worker.1]:     import bot
2020-07-11T06:30:18.867190+00:00 app[worker.1]:   File "/app/src/bot.py", line 7, in <module>
2020-07-11T06:30:18.867316+00:00 app[worker.1]:     from utils import MAIN_DB
2020-07-11T06:30:18.867319+00:00 app[worker.1]:   File "/app/src/utils.py", line 13, in <module>
2020-07-11T06:30:18.867446+00:00 app[worker.1]:     from imgurpython import ImgurClient
2020-07-11T06:30:18.867497+00:00 app[worker.1]: ModuleNotFoundError: No module named 'imgurpython'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MrPowerScriptscommented, Jul 11, 2020

hmmm waiting for network i’m not sure. never saw that

1reaction
MrPowerScriptscommented, Jul 11, 2020

It should be fixed now. can you try it?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common Pipenv Errors and How to Solve Them: Why Won't it ...
Pipfile won't lock when it tries to install packages that don't exist, ... the Pipfile, installing a package, existent or not, causes the...
Read more >
pipenv install doesn't update Pipfile.lock if depedencies in ...
Code running in the repository fails to run because the changed dependencies are not installed. Expected result. I expect pipenv install to ...
Read more >
How to fix locking failed in pipenv? - python - Stack Overflow
The error you get when you first run pipenv install with pipenv ... File "/usr/local/lib/python3.6/site-packages/pipenv/vendor/click/core.py ...
Read more >
Pezant's Perspective – Page 2
It installed the package I was trying to get (elasticsearch) and updated Pipfile.lock with the new project requirements.
Read more >
3. Resetting Database doesn't work at Section 3 with pipenv ...
I want to continue the course. Runy. (base) runycalmera@MacBook-Pro storefront % pipenv install. Installing dependencies from Pipfile.lock ( ...
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