dcase_util icon indicating copy to clipboard operation
dcase_util copied to clipboard

Notebook error, but i already install it

Open ibnudaqiqil opened this issue 2 years ago • 2 comments

I try to use dcase util in notebook but get this error

import dcase_util
ModuleNotFoundError: No module named 'dcase_util'

the I check, I already install it

!pip install dcase_util
Requirement already satisfied: dcase_util in /home/xxxx/anaconda3/envs/pytorch/lib/python3.8/site-packages (0.2.18)

ibnudaqiqil avatar May 08 '22 09:05 ibnudaqiqil

This issue is a bit hard to debug without knowing your python installation. The first thing is to make sure you are running Jupyter from the same Conda environment where dcase_util was installed.

toni-heittola avatar May 11 '22 20:05 toni-heittola

Yes, i use same environment. I run this "!pip install dcase_util" in my notebook too

ibnudaqiqil avatar May 12 '22 00:05 ibnudaqiqil