Closed GDani31 closed 1 year ago
Hi, that seems weird. Can you try to replicate this on google colab and share the link here.
Hi, that seems weird. Can you try to replicate this on google colab and share the link here.
For some reason it works there
!pip install --upgrade nudenet
!python
>> import nudenet
Is this a windows problem?
There is no error in colab, it does import as normal, no errors.
may be some environment related issue. make sure your pip and python are from same environment. which pip
and which python
something like that. or may be use python -m pip install
to install nudenet and try once
yes, i am an idiot, it did not found the package because of miniconda3. its now fixed.
what am i doing wrong? I did