Files not loading
whenever I try to run one of the files it says:
File "C:\Users{myname}\OneDrive\Documents\GitHub\forza-map-visualization\src\animated_3d_racing_lines.py", line 1, in
how would I go about fixing this?
Try using pip install numpy in the cmd
I did that, and now i'm getting this error:
Traceback (most recent call last): File "C:\Users(myname)\AppData\Local\Programs\Python\Python313\Lib\site-packages\matplotlib\style\core.py", line 129, in use style = rc_params_in_file(style) File "C:\Users(myname)\AppData\Local\Programs\Python\Python313\Lib\site-packages\matplotlib_init.py", line 903, in _rc_params_in_file with open_file_or_url(fname) as fd: ~~~~~~~~~~~~~~~~~^^^^^^^ File "C:\Users(myname)\AppData\Local\Programs\Python\Python313\Lib\contextlib.py", line 141, in enter return next(self.gen) File "C:\Users(myname)\AppData\Local\Programs\Python\Python313\Lib\site-packages\matplotlib_init.py", line 880, in _open_file_or_url with open(fname, encoding='utf-8') as f: ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'seaborn'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users(myname)\OneDrive\Documents\GitHub\forza-map-visualization\src\animated_3d_racing_lines.py", line 95, in style.available)") from err
OSError: 'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in style.available)
Yup, i'm also running into the same issue. It beats me what the problem is, we both really need someone who gets it