trouble using lenskit with conda

57 Views Asked by At

I am using lenskit to make a rec sys for the first time. I followed the lenskit getting started tutorial, but when I used pip there were runtime issues. I am now trying to use conda instead(as lenskit suggests), but have run into an issue. Conda cannot seem to find lenskit when running the python file ModuleNotFoundError: No module named 'lenskit'. When I "conda list" all requirements, I verify that lenskit is installed requirement.txt

0

There are 0 best solutions below