You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1822, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1796, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Movies\Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis-master\main.py", line 478, in insertintotable
lstm_pred, error_lstm=LSTM_ALGO(df)
^^^^^^^^^^^^^
File "c:\Movies\Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis-master\main.py", line 180, in LSTM_ALGO
from keras.models import Sequential
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras_init_.py", line 21, in
from keras import models
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\models_init_.py", line 18, in
from keras.engine.functional import Functional
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\engine\functional.py", line 26, in
from keras import backend
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\backend.py", line 35, in
from keras.engine import keras_tensor
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\engine\keras_tensor.py", line 19, in
from keras.utils import object_identity
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\utils_init_.py", line 20, in
from keras.saving.legacy.serialization import deserialize_keras_object
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\saving\legacy\serialization.py", line 22, in
from keras.utils import tf_contextlib
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\utils\tf_contextlib.py", line 17, in
from tensorflow.python.keras.utils import tf_contextlib
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\tensorflow\python\keras_init_.py", line 25, in
from tensorflow.python.keras import models
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\tensorflow\python\keras\models.py", line 18, in
from tensorflow.python.framework import ops
The text was updated successfully, but these errors were encountered:
hello. can you please guide me how you managed to run this application? I installed xamp and wordpress and it is showing the main screen when i run localhost/wordpress but i get a error saying the link not found after I register myself as user. please help me if you know anything about it
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1822, in full_dispatch_request
rv = self.handle_user_exception(e)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1796, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Movies\Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis-master\main.py", line 478, in insertintotable
lstm_pred, error_lstm=LSTM_ALGO(df)
^^^^^^^^^^^^^
File "c:\Movies\Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis-master\main.py", line 180, in LSTM_ALGO
from keras.models import Sequential
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras_init_.py", line 21, in
from keras import models
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\models_init_.py", line 18, in
from keras.engine.functional import Functional
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\engine\functional.py", line 26, in
from keras import backend
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\backend.py", line 35, in
from keras.engine import keras_tensor
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\engine\keras_tensor.py", line 19, in
from keras.utils import object_identity
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\utils_init_.py", line 20, in
from keras.saving.legacy.serialization import deserialize_keras_object
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\saving\legacy\serialization.py", line 22, in
from keras.utils import tf_contextlib
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\utils\tf_contextlib.py", line 17, in
from tensorflow.python.keras.utils import tf_contextlib
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\tensorflow\python\keras_init_.py", line 25, in
from tensorflow.python.keras import models
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\tensorflow\python\keras\models.py", line 18, in
from tensorflow.python.framework import ops
The text was updated successfully, but these errors were encountered: