-
Notifications
You must be signed in to change notification settings - Fork 174
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
Requesting wheel for libact. Too many errors in trying to install on windows, as well as on linux #118
Comments
Currently we haven't officially support libact on windows platform yet. @SKGG how do you think about maintaining a windows build of the PYPI? |
Hi @pavanAlluri , Please make sure C++ Common Tools are installed in Visual Studio. |
pavanAlluri,
I agree that the best solution would be to install it on a Linux VM, since
I consider a very good skill to learn using the Linux way of writing code &
thinking with the console. Of course, you should have a machine that
supports virtualization, and if I judge by my Dell Latitude 630, at least 4
GB, and I'm running only Linux on my laptop.
Virtualbox <https://www.virtualbox.org/wiki/Downloads> is the best software
for this job imho. And I'd recommend Lubuntu
<https://help.ubuntu.com/community/Lubuntu/GetLubuntu> (*16.04*, supported
until 2019) as a Linux flavor: lightweight and yet as powerful as Ubuntu.
You might also prefer Xubuntu. They don't have many differences, as far as
I understand.
Windows is ok, nontheless. Especially since as far as I've read Windows 10
provide a subset of Ubuntu inside them, so you can have the core of Ubuntu
(via console) in Windows. Not sure if you can install libact via pip from
that subset of Ubuntu though, you should check here
<http://www.zdnet.com/article/ubuntu-not-linux-on-windows-how-it-works/>.
Fun times !
All the best,
…On Thu, Jul 20, 2017 at 9:08 AM, skgg ***@***.***> wrote:
Hi @pavanAlluri <https://github.com/pavanalluri> ,
Please make sure C++ Common Tools are installed in Visual Studio.
https://stackoverflow.com/questions/33323172/vcvarsall-
bat-needed-for-python-to-compile-missing-from-visual-studio-2015-v-1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFkCNoA-7p1b8Gpne6JF_gx-Xh_lACjVks5sPu7BgaJpZM4OdKio>
.
--
Michail L. Liarmakopoulos BSc, PgCert
Linkedin <https://gr.linkedin.com/in/miliarma>
|
@yangarbiter @SKGG @mlliarm thank you all for the responses. Much appreciated. I too would love to use Linux but current architecture constraints at work needs me to stay on windows (8). Would be a great help to many, if this can be rolled out to windows users as well. Nonetheless I did try to install libact on a Linux VM and this is the error am receiving: libact/query_strategies/src/variance_reduction/variance_reduction.c:5:21: fatal error: lapacke.h: No such file or directory |
@pavanAlluri because you didn't install liblapacke-dev. All the best, |
If there has been an option for me i ceratinly would prefer linux systems as well. Unfortunately windows is something i need to build on!!! Can someone please help decode this error? @SKGG @yangarbiter |
Here's the full runtime error: Failed building wheel for libact
Command "C:\Users\pavan\AppData\Local\Continuum\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\pavan\AppData\Local\Temp\pip-build-20b6_5w4\libact\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\pavan\AppData\Local\Temp\pip-ivii6fpl-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\pavan\AppData\Local\Temp\pip-build-20b6_5w4\libact` |
fatal error C1083: Cannot open include file: 'lapacke.h': No such file or directory you may refer to this issue #135 It seems you didn't install lapacke (there is an 'e' at the end) http://www.netlib.org/lapack/ |
@yangarbiter Thank you, I am getting the requirements installed, will try if this works. http://answers.opencv.org/question/121651/fata-error-lapacke_h_path-notfound-when-building-opencv-32/ |
Hi,
I have been trying to install libact for a while now and was unsuccessful. The errors ranged from requiring MS Visual C++ 14.0, gcc not found, unable to find vcvarsall.bat.
Looked all over internet to try to solve this issues, tried many things to resolve but still unsuccessful. If you could be so kind as to release a wheel for libact, it would be most helpful & very much appreciated.
Thank you,
Pavan
The text was updated successfully, but these errors were encountered: