Yao-Yuan Yang

Results 66 comments of Yao-Yuan Yang

Have you add the path of your LAPACKE package to the environment variable? On Sun, Jul 29, 2018, 12:32 AM EzioQR wrote: > Thank you!I have installed and compiled the...

I think you'll have to either install lapacke or install the package without hintsvm and variance_reduction https://github.com/ntucllab/libact#installation-options

I am not super familiar with windows right now. I guess you will need to set some environment variable (``PATH`` in linux) to the directory of the lapacke.h. I think...

Could you try installing the package with this command (without the ``py -3.6 -m`` in the beginning and the space between space between ``LIBACT_BUILD_HINTSVM`` and ``1``. ```bash LIBACT_BUILD_HINTSVM=1 pip install...

We know that LAPACKE is hard to install in many other operating systems. @ariapoy is trying another way to remove the requirement of LAPACKE. Hopefully we can make the installation...

Can you try to set the environment variables like mentioned here? https://superuser.com/questions/79612/setting-and-getting-windows-environment-variables-from-the-command-prompt Something like ``` set LIBACT_BUILD_VARIANCE_REDUCTION=1 set LIBACT_BUILD_HINTSVM=1 pip install git+https://github.com/ntucllab/libact.git ```

Did you install the package correctly through `./setup.py install`? It seems you didn't compile the source code for variance reduction.

https://github.com/scipy/scipy/issues/5093 Could you try to reinstall the package?

I mean remove libact completely and reinstall it.

@lsc36 How is this issue going?