sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.18k stars 1.15k forks source link

conda install textblob error in Windows #80

Closed etchen99 closed 6 years ago

etchen99 commented 9 years ago

Hi - followed the instructions. This is in Windows 7. Looks like it's not available for Windows 7 64 bit?

C:\Anaconda>conda config --add channels https://conda.binstar.org/sloria

C:\Anaconda>conda install textblob
Fetching package metadata: ......
Error: No packages found in current win-64 channels matching: textblob

You can search for this package on Binstar with

binstar search -t conda textblob

C:\Anaconda>binstar search -t conda textblob
Run 'binstar show <USER/PACKAGE>' to get more details:
Packages:
                      Name | Access       | Package Types   | Summary
 ------------------------- | ------------ | --------------- | --------------------
            MickC/textblob | public       | conda           | Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more.
           chdoig/textblob | public       | conda           | Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more.
          derickl/textblob | public       | conda           | Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more.
         pdbaines/textblob | public       | conda           | Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more.
           sloria/textblob | public       | conda           | Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more.
           sursma/textblob | published    | conda           | Simple, Pythonic text processing. Sentiment analysis, POS tagging, noun phrase parsing, and more.

Found 6 packages

jz1p commented 9 years ago

bump. Having the same issue

jcardonnet commented 9 years ago

You can install it on Anaconda using easy_install: < anaconda path >\scripts\easy_install textblob

sloria commented 9 years ago

Sorry, conda builds are currently only available for OSX. For now, just install with pip.

devharsh commented 6 years ago

Try this command: conda install -c conda-forge textblob

ref.: https://anaconda.org/conda-forge/textblob