Closed Matsv closed 8 years ago
I think the setup.py
is from when solum was packaged within this repo and shouldn't actually be used anymore. (Solum is an older library that's been replaced with jawa).
Download Jawa here; alternatively you should be able to use pip install git+https://github.com/TkTech/Jawa.git
if you have Pip installed.
@Pokechu22 Thanks! That worked :smile:
Reopening, because I do actually have to fix the setup.py
:)
:+1:
Hey,
I tried to use this program, however I couldn't get it working. I'm not a Python expert so this might be my problem.
First I tried
python setup.py install
Output:After that I tried to run the munch.py
python munch.py --download
Output:I looked inside the setup.py file, that uses a dependency 'solum' with a link to a non-existing github repository: http://github.com/TkTech/Solum
Could this be the issue?
Python version: Python 2.7.10 Also tried it with 'python3': Python 3.4.3+
Thanks