NAFNet icon indicating copy to clipboard operation
NAFNet copied to clipboard

/home/dev/.local/lib/python3.10/site-packages/basicsr/models

Open lebigsquare opened this issue 2 years ago • 2 comments

I'm getting this error on launching the demo script :

Traceback (most recent call last): File "/home/dev/HINet/basicsr/demo.py", line 11, in from basicsr.models import create_model ImportError: cannot import name 'create_model' from 'basicsr.models' (/home/dev/.local/lib/python3.10/site-packages/basicsr/models/init.py)

basicsr seems installed correctly.

lebigsquare avatar Jan 13 '23 15:01 lebigsquare

Make sure you're not using any other pyenv, as configuration between environments might differ even when pip or anaconda say "requirements already satisfied". Annyoing, I know, but that's Python for you.

movy avatar Feb 08 '23 13:02 movy

Make sure you're not using any other pyenv, as configuration between environments might differ even when pip or anaconda say "requirements already satisfied". Annyoing, I know, but that's Python for you.

so what should i to get rid of this error?

mzalaki00 avatar Apr 30 '24 13:04 mzalaki00