vi3k6i5 / GuidedLDA

semi supervised guided topic model with custom guidedLDA
Mozilla Public License 2.0
497 stars 108 forks source link

I cannot install guidedlda in linux #53

Open Eva-devgirl opened 4 years ago

Eva-devgirl commented 4 years ago

Hi guys,

I am trying to install guidedlda in linux but I cannot manage it. Who could help me? Below you can see the ERROR-message.

Thanks a lot, Eva

ERROR: Command errored out with exit status 1: /home/evanthia/anaconda3/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-yn02ewpf/guidedlda/setup.py'"'"'; file='"'"'/tmp/pip-install-yn02ewpf/guidedlda/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-kysw5e19/install-record.txt --single-version-externally-managed --compile --install-headers /home/evanthia/anaconda3/include/python3.7m/guidedlda Check the logs for full command output.

AbinayaM02 commented 4 years ago

Hi Eva. Try to install the package in an environment with Python=3.6. It works.