The pip file and the pipfile.lock isnt updated with imgur libraries causing the errors to come up
See original GitHub issue2020-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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hmmm waiting for network i’m not sure. never saw that
It should be fixed now. can you try it?