How to import pydensecrf.densecrf?

0

I'm getting the following error when I try to run the code:

ImportError: No module named densecrf 

I'm using Jupyter Notebook 5.5.0 from Anaconda on Ubuntu 18.04

Does anyone know what it could be? I try to insert the pydensecrf folder in my project folder, but I still get the same error.

I installed pydensecrf using the command:

pip install pydensecrf

I've also tried installing with:

conda install -c conda-forge pydensecrf

But I get the same error for both.

    
asked by anonymous 20.06.2018 / 23:15

0 answers