Skip to content

No module error named 'makefun' on starting server #101

Answered by frankie567
su-shubham asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @su-shubham 👋

Are you sure you're running your app from an isolated Python environment? It ensures all your dependencies are correctly installed an in line:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@su-shubham
Comment options

Answer selected by su-shubham
Comment options

You must be logged in to vote
1 reply
@frankie567
Comment options

Comment options

You must be logged in to vote
1 reply
@frankie567
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants