Open mshaikh786 opened 3 years ago
This project is not tested to be built using python setup.py build_ext
.
Please use the following:
python setup.py sdist
pip install -U dist/*
Though I never tried to build the project on Python 3.7. That could be the issue
Hi With python3.7, your suggested commands fail to creat the cpython library object file.
What is the error you get ?
Hello Jonathan, I got your email contact from the Dockerfile for circle CI in the release tarball of nvtx-plugins 0.1.8
I tried to pip install nvtx-plugins and when importing the module got an error:
I assume build_ext need to be run to produce this Cpython object, however
Any clues?