Fabrizio Méndez

Results 6 comments of Fabrizio Méndez

This wasn't happening a few days back, nothing was changed in my code, therefore I suspect the issue is related to the pydub library

> Adding the the folder of the installed 'ffmpeg' S/W to the environment PATH (in Windows) solves the problem. > > Which means that the FileNotFound error does not refer...

> Thanks @fau1095. I have already indicated this solution about a month ago. Your solution only includes Windows systems, what about Mac OS? Anyways I found a better option for...

> The .gb have to be in PokemonRedExperiments not in PokemonRedExperiments/baselines Oh right, I must have misread the readme, however even after moving the file where its supposed to be,...

> > ``` > > > File "/Users/fabriziomendez/Documents/AI and ML/PokemonRedExperiments/baselines/red_gym_env.py", line 230, in add_video_frame > > > self.full_frame_writer.add_image(self.render(reduce_res=False, update_mem=False)) > > > File "/Users/fabriziomendez/Library/Python/3.10/lib/python/site-packages/mediapy/__init__.py", line 1388, in add_image > >...

Same issue here: ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pytube/__main__.py", line 341, in title self._title = self.vid_info['videoDetails']['title'] ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^ KeyError: 'videoDetails' During handling of the above exception, another exception occurred:...