cmake_example
cmake_example copied to clipboard
Can not execute test.py in test file
Anyone has issue with test.py? When I execute the file, the console tells me that the No module named 'cmake_example'. Any one knows how to deal with this problem?
Traceback (most recent call last):
File "/Users/jiaqimo/cmake_example/tests/test.py", line 1, in
You have to install cmake_example before running that file. pip install . or similar (probably in a virtual environment).