Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal server error while predicting the stock price #33

Open
PratikM16 opened this issue Apr 10, 2023 · 1 comment
Open

internal server error while predicting the stock price #33

PratikM16 opened this issue Apr 10, 2023 · 1 comment

Comments

@PratikM16
Copy link

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

@AafaqAhmed-074
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants