-
Notifications
You must be signed in to change notification settings - Fork 7
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
Installation Process Fails #46
Comments
Same here, installation fail in my Ubuntu 18.04 subsystem for Windows. Installation directly on Windows also fails. The manual suggests binary wheels are available, but run into an error about CMake not being found. That shouldn't be a problem if a pre-compiled wheel is used. |
Right now, ingenialink-python is not compatible with the Linux, but we are working to make it compatible soon. |
Right now, ingenialink-python is not compatible with the Linux, but we are working to make it compatible soon. |
Readme.rst @ https://github.com/ingeniamc/ingenialink-python mentions that Linux is supported when accessed today (28 MARCH 2022). However, I am unsuccessful installing IngeniaLink python on Linux Mint / Ubuntu based distributions, having tried with pip3 in native python or pip under Anaconda's python 3 distribution. All recommended libraries and utilities are installed per the instructions in the readme. What is the current state of things on Linux, i.e. is the readme up-to-date or is the open issue here about incompatibility with Linux the case? Thank you. |
Hi all, The 7.3.0 version of ingenialink-python supports Linux. See the documentation for more information. |
Running
pip3 install ingenialink
on Ubuntu 18 after installing the dependencies gives the following errorFile "ingenialink/ingenialink_build.py", line 117, in _build_deps
'--target', 'install'])
File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/vagrant/.local/bin/cmake', '--build', '_build/ingenialink', '--config', 'Release', '--target', 'install']' returned non-zero exit status 2.
[INFO] Ingenialink build
The text was updated successfully, but these errors were encountered: