Craches on caching #256
Replies: 6 comments
-
I can’t reproduce this with the code you provided (and an extra Can you tell how you start the Flask app? |
Beta Was this translation helpful? Give feedback.
-
I installed clear flask app from scratch and updated the issue, can you check it please ? |
Beta Was this translation helpful? Give feedback.
-
Hi, is there any updates? |
Beta Was this translation helpful? Give feedback.
-
After creating all the files and installing all the packages you mention, i start the app like this:
Is it the same as you do? For me, it works just fine, with any Python version from 3.6 to 3.9 |
Beta Was this translation helpful? Give feedback.
-
Yea, you're right, if I run in the shell, not in Intellij Idea app run, it does work without any crash.
May be you can try to run it with Intellij Idea by yourself? My configs are:
|
Beta Was this translation helpful? Give feedback.
-
Sorry but I don't use Intellij and as such I can't help you with your problem. Maybe someone else can. |
Beta Was this translation helpful? Give feedback.
-
I started from scratch the project but get this error
When I try to cache a simple function:
The structure of my app is:
So first I initiate the app.py
Second I create the main_api.py
init.py is simple as abc
Used Python3.8 and Installed dependencies
Beta Was this translation helpful? Give feedback.
All reactions