Python Forum
[split] Pipenv - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: [split] Pipenv (/thread-41438.html)



[split] Pipenv - mohammadasadi4 - Jan-15-2024

Hi everyone
i have a problem and it made me really crazy and i am struggling with it for almost a week searching for solutions in the internet but none of them works for me
so here is my problem:
whatever package i install with pipenv it installs without any problem and add to Pipfile and Pipfile.lock
and in my code i can import libraries of that package and the IDE detect the package but when i run server it says No module named ‘some module’
to add some more details i ran pip freeze in virtual env and reportlab was there
so any help would be really appreciated
Thanks