Chando0185 / Music_Recommender_System

16 stars 22 forks source link

file not found #1

Open Minazin-09 opened 1 year ago

Minazin-09 commented 1 year ago

Traceback (most recent call last): File "C:\Users\maham\OneDrive\Desktop\Music_Recommender_System-main\app.py", line 41, in music = pickle.load(open('df.pkl','rb')) ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'df.pkl'

heeeerrrrrr commented 1 year ago

make sure your pkl files are in the same directory as the script file

Traceback (most recent call last): File "C:\Users\maham\OneDrive\Desktop\Music_Recommender_System-main\app.py", line 41, in music = pickle.load(open('df.pkl','rb')) ^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'df.pkl'

bansal-ravi commented 8 months ago

Where to find pkl file. I am unable to find it in my system.

Aranya918 commented 8 months ago

why is it showing me error of ran out of input.

Aranya918 commented 8 months ago

EOFError: Ran out of input Traceback: File "C:\Users\arann\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 542, in _run_script exec(code, module.dict) File "C:\Users\arann\OneDrive\Documents\coding\project\app.py", line 38, in music = pickle.load(open('df.pkl','rb'))