I am using the Microsoft WSL version of Linux and am trying to install xmscore. Conan, Python3, pybind11, and CMake are all installed.
I am showing the commands to download and install.
stboerne@DESKTOP-974NBDN:~/Programming/ThirdParty/xmscore/build$ python -m pip install git+https://github.com/Aquaveo/xmsconan@stable
Collecting git+https://github.com/Aquaveo/xmsconan@stable
Cloning https://github.com/Aquaveo/xmsconan (to revision stable) to /tmp/pip-req-build-93dv3ryn
Running command git clone -q https://github.com/Aquaveo/xmsconan /tmp/pip-req-build-93dv3ryn
Running command git checkout -b stable --track origin/stable
Switched to a new branch 'stable'
Branch 'stable' set up to track remote branch 'stable' from 'origin'.
Requirement already satisfied (use --upgrade to upgrade): xmsconan==1.0.0 from git+https://github.com/Aquaveo/xmsconan@stable in /home/stboerne/.local/lib/python3.8/site-packages
Building wheels for collected packages: xmsconan
Building wheel for xmsconan (setup.py) ... done
Created wheel for xmsconan: filename=xmsconan-1.0.0-py3-none-any.whl size=5371 sha256=79f75fe00485b7c000e01cab419546db499b034be5d3cd9cdb0c1c1111c1ae91
Stored in directory: /tmp/pip-ephem-wheel-cache-rdmer4jv/wheels/a3/85/56/dccac27a7bf77a0686d51df909d82b3998ee3ad3c8f680f88e
Successfully built xmsconan
stboerne@DESKTOP-974NBDN:~/Programming/ThirdParty/xmscore/build$ conan install -pr ../dev/xmsprofile_debug ..
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Debug
compiler=gcc
compiler.version=9.4
cppstd=17
os=Linux
os_build=Linux
[options]
xmscore:xms=True
[build_requires]
[env]
ERROR: /home/stboerne/Programming/ThirdParty/xmscore/conanfile.py: Error while initializing options. option 'pybind' doesn't exist
Possible options are []
Any suggestions to complete the installation and building of the xmscore library?
I am using the Microsoft WSL version of Linux and am trying to install xmscore. Conan, Python3, pybind11, and CMake are all installed.
I am showing the commands to download and install.
stboerne@DESKTOP-974NBDN:~/Programming/ThirdParty/xmscore/build$ python -m pip install git+https://github.com/Aquaveo/xmsconan@stable Collecting git+https://github.com/Aquaveo/xmsconan@stable Cloning https://github.com/Aquaveo/xmsconan (to revision stable) to /tmp/pip-req-build-93dv3ryn Running command git clone -q https://github.com/Aquaveo/xmsconan /tmp/pip-req-build-93dv3ryn Running command git checkout -b stable --track origin/stable Switched to a new branch 'stable' Branch 'stable' set up to track remote branch 'stable' from 'origin'. Requirement already satisfied (use --upgrade to upgrade): xmsconan==1.0.0 from git+https://github.com/Aquaveo/xmsconan@stable in /home/stboerne/.local/lib/python3.8/site-packages Building wheels for collected packages: xmsconan Building wheel for xmsconan (setup.py) ... done Created wheel for xmsconan: filename=xmsconan-1.0.0-py3-none-any.whl size=5371 sha256=79f75fe00485b7c000e01cab419546db499b034be5d3cd9cdb0c1c1111c1ae91 Stored in directory: /tmp/pip-ephem-wheel-cache-rdmer4jv/wheels/a3/85/56/dccac27a7bf77a0686d51df909d82b3998ee3ad3c8f680f88e Successfully built xmsconan stboerne@DESKTOP-974NBDN:~/Programming/ThirdParty/xmscore/build$ conan install -pr ../dev/xmsprofile_debug .. Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=gcc compiler.version=9.4 cppstd=17 os=Linux os_build=Linux [options] xmscore:xms=True [build_requires] [env]
ERROR: /home/stboerne/Programming/ThirdParty/xmscore/conanfile.py: Error while initializing options. option 'pybind' doesn't exist Possible options are []
Any suggestions to complete the installation and building of the xmscore library?
Thanks in advance.