Open Minazin-09 opened 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'
Where to find pkl file. I am unable to find it in my system.
why is it showing me error of ran out of input.
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
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'