I see the CLI command python setup.py build_ext -IC:/Python27/Lib/site-packages/numpy/core/include;C:/src/potrace-1.11/src;C:/src/agg-2.5 -LC:/src/potrace-1.11/src/.libs;C:/src/agg-2.5/src, but where do I find setup.py? I have every file stored in the same directory as is listed.
Also, is the pypotrace package available, when I try to install it, it says the wheel could not be built?
I see the CLI command
python setup.py build_ext -IC:/Python27/Lib/site-packages/numpy/core/include;C:/src/potrace-1.11/src;C:/src/agg-2.5 -LC:/src/potrace-1.11/src/.libs;C:/src/agg-2.5/src
, but where do I find setup.py? I have every file stored in the same directory as is listed.Also, is the
pypotrace
package available, when I try to install it, it says the wheel could not be built?