You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to execute the "generate_dcase_task4_2023.py".
I've created a Conda environment by running the script "conda_create_environment.sh" line by line.
I've also installed the desed task module ("pip install desed")
When I run the script with the --only_strong option, I receive the following error:
(dcase2023) C:\Users\adiel\Documents\Research\DESED_task\recipes\dcase2023_task4_baseline>python generate_dcase_task4_2023.py --only_strong Traceback (most recent call last): File "generate_dcase_task4_2023.py", line 12, in <module> import desed File "C:\ProgramFilesAdiel\Anaconda\envs\dcase2023\lib\site-packages\desed\__init__.py", line 1, in <module> from .download import ( File "C:\ProgramFilesAdiel\Anaconda\envs\dcase2023\lib\site-packages\desed\download.py", line 1, in <module> from asyncio import FastChildWatcher ImportError: cannot import name 'FastChildWatcher' from 'asyncio' (C:\ProgramFilesAdiel\Anaconda\envs\dcase2023\lib\asyncio\__init__.py)
I'm using Anaconda, Pycharm, and Windows 10 Home.
I'm attaching the environment installed packages (pip freeze)
Hello,
I'm trying to execute the "generate_dcase_task4_2023.py".
(dcase2023) C:\Users\adiel\Documents\Research\DESED_task\recipes\dcase2023_task4_baseline>python generate_dcase_task4_2023.py --only_strong Traceback (most recent call last): File "generate_dcase_task4_2023.py", line 12, in <module> import desed File "C:\ProgramFilesAdiel\Anaconda\envs\dcase2023\lib\site-packages\desed\__init__.py", line 1, in <module> from .download import ( File "C:\ProgramFilesAdiel\Anaconda\envs\dcase2023\lib\site-packages\desed\download.py", line 1, in <module> from asyncio import FastChildWatcher ImportError: cannot import name 'FastChildWatcher' from 'asyncio' (C:\ProgramFilesAdiel\Anaconda\envs\dcase2023\lib\asyncio\__init__.py)
I'm using Anaconda, Pycharm, and Windows 10 Home.
I'm attaching the environment installed packages (pip freeze)
Regards,
Adiel
pip_freeze.txt
The text was updated successfully, but these errors were encountered: