Open naukrii opened 4 years ago
if you sloved the problem please tell me
Kindly help.
After running app.py ,i can load the webpage but once i enter all vaue and submit. i get following error in browser. Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
In cmd prompt. i get this error (attached the screenshot) ValueError: Buffer dtype mismatch, expected 'ITYPE_t' but got 'long long'
For the internal server error, you can change the port by writing " app.run(port=7000)" And for ValueError: Buffer dtype mismatch, expected 'ITYPE_t' but got 'long long' , you have to check the version of the scikit-learn library. I have used version "0.20.0" and it worked I have used : pycharm python 3.7(64 bit) numpy, pandas,flask latest version scikit-learn (.20.0 version)
Kindly help.
After running app.py ,i can load the webpage but once i enter all vaue and submit. i get following error in browser. Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
In cmd prompt. i get this error (attached the screenshot) ValueError: Buffer dtype mismatch, expected 'ITYPE_t' but got 'long long'