Skip to content

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

@AleksandrSokolov

Description

@AleksandrSokolov

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 ..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions