StacyWK / Stock-price-prediction

Stock price prediction web application using LSTM and Sentiment Analysis of Tweets
1 stars 1 forks source link

helpp #1

Open sreejithkm001 opened 1 year ago

sreejithkm001 commented 1 year ago

File "C:\Users\mural\Desktop\PROJECT\Stock-price-prediction-main\app.py", line 10, in from handlers import Results File "C:\Users\mural\Desktop\PROJECT\Stock-price-prediction-main\handlers.py", line 41, in from logger import logger File "C:\Users\mural\Desktop\PROJECT\Stock-price-prediction-main\logger.py", line 27, in file_handler = logging.FileHandler(log_file) File "C:\Users\mural\AppData\Local\Programs\Python\Python310\lib\logging__init.py", line 1167, in init StreamHandler.init__(self, self._open()) File "C:\Users\mural\AppData\Local\Programs\Python\Python310\lib\logging__init__.py", line 1197, in _open return open_func(self.baseFilename, self.mode, FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\mural\Desktop\PROJECT\Stock-price-prediction-main\logs\fast_api_20230308.log'

StacyWK commented 1 year ago

I'm not sure what the problem is exactly. Are you using a virtual environment to run the application?

sreejithkm001 commented 1 year ago

I'm not sure what the problem is exactly. Are you using a virtual environment to run the application?

yes virtual environment used. Screenshot (35)

sreejithkm001 commented 1 year ago

any missing libraries on requirements.txt?

StacyWK commented 1 year ago

The issue may be with the firebase API set-up.

https://youtu.be/rQvOAnNvcNQ The step number one in the video(link above) might be helpful.

Rohitwangnekar commented 4 months ago

I'm not sure what the problem is exactly. Are you using a virtual environment to run the application?

yes virtual environment used. Screenshot (35)

same error ...have u resolved this error?