WZBSocialScienceCenter / tmtoolkit

Text Mining and Topic Modeling Toolkit for Python with parallel processing power

Home Page:https://tmtoolkit.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation of different versions

bohnste opened this issue · comments

I tried to update on the latest version (0.11.2). However, it seems to be that there is no automatic update option as with -U tmtoolkit it was not possible.

tmtoolkit==0.10.0

(tmt_2023) (base) C:\Work_TMT_2023>pip install -U tmtoolkit
Requirement already satisfied: tmtoolkit in c:\work_tmt_2023\tmt_2023\lib\site-packages (0.10.0)

How can I install certain versions , I would like to test the latest version?

Thanks a lot and best wishes,

Stephan

What's the Python version you're using when trying to install the package? Make sure it's Python 3.8 or newer (up to 3.10). For older versions, the package is not available.

Ok, I will try it again.

Thanks a lot!