Savvysherpa / slda

Cython implementations of Gibbs sampling for supervised LDA
MIT License
61 stars 11 forks source link

Unable to install using pip or Cloning #10

Open bikramkhastgir opened 5 years ago

bikramkhastgir commented 5 years ago

I am still getting the same error, when trying to install it without using conda. Is there any solution to fixing it? Environment: Python: 2.7 Method of installing: pip install slda (also tried by cloning directory)


Error: Complete output from command python setup.py egg_info: /bin/sh: 1: gsl-config: not found Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-vad3l5eo/slda/setup.py", line 10, in library_dirs=[cython_gsl.get_library_dir()], File "/home/user/Env/KG/lib/python3.5/site-packages/cython_gsl/init.py", line 45, in get_library_dir lib_gsl_dir = os.popen('gsl-config --libs').read().split()[0][2:] IndexError: list index out of range

jvahl commented 4 years ago

same here. Was anyone able to make the package run again?