lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.94k stars 413 forks source link

conda install error #72

Closed matheuscass closed 5 years ago

matheuscass commented 5 years ago

I tried to install using conda and I got the gollowing error: conda install git+https://github.com/lucasb-eyer/pydensecrf.git Fetching package metadata ...............

PackageNotFoundError: Packages missing in current channels:

We have searched for the packages in the following channels:

Any thoughts? =(

lucasb-eyer commented 5 years ago

Hi, when you figure out your mistake, it is always better to write it ans an answer so that others with the same mistake in the future can read how you solved it.

aimhabo commented 5 years ago

git clone https://github.com/lucasb-eyer/pydensecrf cd pydensecrf source activate xxx python setup.py install