Hey guys! I’m trying tensorflow and ML for the first time and I’m coding a basic project just to get started. You can see my code here: tensorflow-imdb-reviewer/app.py at main · pendragonarthur/tensorflow-imdb-reviewer · GitHub
When I run my code, the data download starts and when it gets to 100%, I get this error:
RecursionError: maximum recursion depth exceeded
Preceeded by hundreds of lines of
File “C:\Users\Arthur\AppData\Local\Programs\Python\Python312\Lib\site-packages\etils\epath\gpath.py”, line 99, in _uri_scheme
len(self.parts) >= 2
^^^^^^^^^^
File “C:\Users\Arthur\AppData\Local\Programs\Python\Python312\Lib\pathlib.py”, line 706, in parts
if self.drive or self.root:
Any ideas?