DARIAH-DE / TopicsExplorer

Explore your own text collection with a topic model – without prior knowledge.
https://dariah-de.github.io/TopicsExplorer
Apache License 2.0
62 stars 10 forks source link

Install Topics Explorer on Mac OSX #123

Closed pweil02 closed 3 years ago

pweil02 commented 4 years ago

Hey there, I have problems to install the Topics Explorer on Mac OSX. I updated Java, allowed al processes by hand in the settings, but the program doesnt still run. Can someone help me?

severinsimmler commented 4 years ago

Hi @pweil02,

are you running the source code or the standalone application? Which version of macOS are you using? Can you give some more details on the exact behavior?

severinsimmler commented 4 years ago

This might be related to https://github.com/pyinstaller/pyinstaller/issues/4466.

Since Apple has tightened the security regulations with macOS Catalina (10.15) for software to be executed, the Topics Explorer can currently only be used with macOS 10.14 or earlier.

severinsimmler commented 4 years ago

As a temporary workaraound you could install the application from source. You need Python 3.6 and have to run:

$ pip install pipenv --user
$ pipenv install
$ pipenv run python topicsexplorer.py
AgnesKleinhans commented 3 years ago

running on python 3.8, this worked for me:

pip install cophi pip install lda python topicsexplorer.py