'Issue with scipy 1.5.4 // Python 3.6.9 on ubuntu while importing scipy.stats on flask
We have an issue in an flask application while importing scipy.stats on our application on an python 3.6.9 ubuntu apache2 environnement with scipy 1.5.4. The page we include scipy.stats using "from scipy.stats import norm" loops indefinitively, nothing on the error log....
The same exact code works on a test/dev machine with python 3.8 and scipy 1.8 // apache 2 on windows
Do you know from where the problem can be ?
thanks
Solution 1:[1]
The problem isn't with your patch request per se: it's that you don't have a view template set up for the controller to forward to. Try creating view template to go with your setProfile action, or redirect the request to another location from that action.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | stmpjmpr |
