Closed jonzarecki closed 8 years ago
Since we haven't issue a new release to Pypi repository
You may install it through pip install git+https://github.com/ntucllab/libact.git
I've uploaded version v0.1.2 to pypi repository https://pypi.python.org/pypi/libact/0.1.2
you should install it with pip install libact
in python2 now.
Tried to install libact using
sudo pip install libact
and got the following error messageYou can see the full error message here.
I also tried to install using the
setup.py
script, which actually did work just fine, also the python3 installation worked using pip on the same machine. I did some googling and the error looked similar to here, I cant look into it becausesetup.py
worked. Just wanted to let you guys know.