Skip to content

Build requirements not working #104

Description

@sasq64

The build requirements seems to be downloaded by the install process, but not actually found when building;

git clone https://github.com/pybind/cmake_example.git
cd cmake_example
pip3 install .
...

      Traceback (most recent call last):
        File "/private/var/folders/.../overlay/bin/cmake", line 5, in <module>
          from cmake import cmake
      ModuleNotFoundError: No module named 'cmake'

If you manually install using pip3 install cmake it works after that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions