kristianQh

Results 2 comments of kristianQh

In `setup.py` from line 38 you have the `cmake_args` list. For my specific installation on Windows I substituted `get_config_var('LIBDIR')` with `C:\\Users\\krist\\anaconda3` for my specific example then Setuptools could find the...

@KeitoTakaishi No problem. Yes, the path to be replaced could indeed be a LIB under a directory for the environment. I just tried using a specific Anaconda environment with the...