Python Forum

Full Version: [split] Pipenv
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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