99999999999999999991

Untitled

Mar 6th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.60 KB | None | 0 0
  1. #note this is windows bash not sure if that matters
  2. User@DESKTOP-UQ8Q5KJ MINGW64 ~/OneDrive/Ai
  3. $ C:/Users/User/AppData/Local/Programs/Python/Python312/python.exe c:/Users/User/OneDrive/Ai/ai.py
  4. Traceback (most recent call last):
  5.   File "c:\Users\User\OneDrive\Ai\ai.py", line 8, in <module>
  6.     melbourne_data = pd.read_csv(csv_file_path)
  7.                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  8.   File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 1026, in read_csv
  9.     return _read(filepath_or_buffer, kwds)
  10.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11.   File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 620, in _read
  12.     parser = TextFileReader(filepath_or_buffer, **kwds)
  13.              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14.   File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 1620, in __init__
  15.     self._engine = self._make_engine(f, self.engine)
  16.                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17.   File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\parsers\readers.py", line 1880, in _make_engine
  18.     self.handles = get_handle(
  19.                    ^^^^^^^^^^^
  20.   File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\pandas\io\common.py", line 873, in get_handle
  21.     handle = open(
  22.              ^^^^^
  23. FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\User\\AppData\\Local\\Temp\\5a187114-792b-49de-b9f9-04a87bdaa378_archive (1)\\melb_data.csv'
  24.  
Advertisement
Add Comment
Please, Sign In to add comment