-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed building wheel for libact on Anaconda 3, Python 3.6 version #135
Comments
Want to try if this helps? try or
|
or you can try download the tarball and
Also would you mind pasting the error message above the line of failed building wheel for libact? |
I tried with the tar file also,it still says failed to build the wheel. Pasting the entire error here for further reference: Collecting libact Running setup.py clean for libact
Failed building wheel for libact |
It seems you didn't install lapacke (there is an 'e' at the end) |
in my case, I do have it installed but on Archlinux and still getting the same error. Is there a chance to provide wheels? |
i was able to install libact on windows via jupyter notebook by runing !pip install libact |
Hello,
I was trying to experiment with active learning,which made me come to the libact package.
I tried installing with the help of tar file which is failing to build the wheel file.
and then i ended up on github which gave me the code pip install "git+https://github.com/ntucllab/libact.git"
i have tried both with and without quotes as suggested in the link https://github.com/ntucllab/libact
It throws me the following error statement:
Collecting git+https://github.com/ntucllab/libact.git
Cloning https://github.com/ntucllab/libact.git to c:\users\soumya
1.bir\appdata\local\temp\pip-ou0evomh-build1.BIR\AppData\Local\Temp\pip-ou0evomh-build" failed with error code 128 in Nonefatal: unable to access 'https://github.com/ntucllab/libact.git/': Couldn't resolve host 'github.com'
Command "git clone -q https://github.com/ntucllab/libact.git C:\Users\SOUMYA
Kindly help me with the same as to how this can be resolved,
The text was updated successfully, but these errors were encountered: