Skip to content
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

build on WSL (ubuntu) fails with Python related errors #694

Closed
AleksandrSokolov opened this issue May 5, 2020 · 4 comments
Closed

build on WSL (ubuntu) fails with Python related errors #694

AleksandrSokolov opened this issue May 5, 2020 · 4 comments

Comments

@AleksandrSokolov
Copy link

The make asked to add -DPYTHON=yes by message:

CMake Warning at CMakeLists.txt:176 (message):
Python plugin not enabled by default, use -DPYTHON=yes if you really
want it

After that to build I used:

sudo apt install python3-dev
sudo apt install python3-pip
pip3 install virtualenv
cmake -DUSEWX=yes -DCMAKE_BUILD_TYPE=Release -DPYTHON=yes ..

@AleksandrSokolov
Copy link
Author

But still have message:

CMake Warning at CMakeLists.txt:170 (message):
virtualenv not found, python plugin will not be built

@elfmz
Copy link
Owner

elfmz commented May 7, 2020

try install it by sudo apt install virtualenv

@elfmz
Copy link
Owner

elfmz commented Jun 3, 2020

reopen if still not works

@elfmz elfmz closed this as completed Jun 3, 2020
@alexshtin
Copy link

Yes, this works. Update README.md?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants