crockpotveggies / tinderbox

Automate Tinder swiping and introductions with Eigenfaces and StanfordNLP. NOTE: support for this project has been sunset, and the original author has since directed efforts towards Bernie AI.
http://crockpotveggies.com/2015/02/09/automating-tinder-with-eigenfaces.html
Other
1.93k stars 290 forks source link

microscopes-lda:PackagesNotFoundError #102

Open fatemehpourgholamali opened 6 years ago

fatemehpourgholamali commented 6 years ago

For an experiment which I am working on, I need to estimate the best number of topics in LDA for my dataset and I founded miroscopes-lda. I tried to install this package with this commands:

conda install microscopes-lda

and I got this error:

"PackagesNotFoundError: The following packages are not available from current channels:

  - microscopes-lda

Current channels:

  - https://repo.continuum.io/pkgs/main/linux-64
  - https://repo.continuum.io/pkgs/main/noarch
  - https://repo.continuum.io/pkgs/free/linux-64
  - https://repo.continuum.io/pkgs/free/noarch
  - https://repo.continuum.io/pkgs/r/linux-64
  - https://repo.continuum.io/pkgs/r/noarch
  - https://repo.continuum.io/pkgs/pro/linux-64
  - https://repo.continuum.io/pkgs/pro/noarch

Then I found and tried this:

conda install -c datamicroscopes -c distributions microscopes-lda 

and I got:

"UnsatisfiableError: The following specifications were found to be in conflict:
  - microscopes-lda
  - scikit-image
Use "conda info <package>" to see the dependencies for each package."

and the command 'conda info' for microscopes-lda does not return any result. Would anyone please guide me either how to install this package or if there is other package which do the same task (estimates the best number of topics for LDA)?