Closed Arcane192 closed 3 years ago
is numpy available as an import within the conda environment you are running from. Try import numpy
in a Python interpreter
Hi karlnapf,
(base) kici@kici-Hyrican-PC:~$ conda activate shogun4
(shogun4) kici@kici-Hyrican-PC:~$ python
Python 3.6.10 |Anaconda, Inc.| (default, May 8 2020, 02:54:21)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>>
This is my output. I think numpy is installed correctly.
ok, another option you have is to explicitly pass the python environment paths to cmake when confguring shogun. Have a look here: https://github.com/shogun-toolbox/shogun/blob/develop/doc/readme/INSTALL.md#customized-python-environments-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is now being closed due to a lack of activity. Feel free to reopen it.
Hallo i have followed up your instructions to install Shogun manual. Installing it the other way there is a licence issue with SVMLight and i cant import it from python.
So as i read the way to have all packages available is to install it by this way:
But cmake this gives me this output:
I have Numpy installed. Any idea how to solve this?
Thanks!