Closed eedalong closed 2 years ago
I built tensorpipe with ninja and try to build python package running python setup.py, it tells me:
python setup.py
make: *** No rule to make target 'pytensorpipe'. Stop.
Solved with building by cmake
I built tensorpipe with ninja and try to build python package running
python setup.py
, it tells me: