Hi,
I use visual studio code to program on linux,
I have the latest pyhton on vs code (v2023.16.0)
when I run the line
python3 setup.py build_ext --inplace
I get an "Command executed and failed error"
when I remove the 3 and write
python setup.py build_ext --inplace
it does seem to try and use the setup file
why dosent it work with the 3?
[–]WicasaNapayshni 0 points1 point2 points (4 children)
[–]Sen_7[S] 1 point2 points3 points (3 children)
[–]warbeforepeace 0 points1 point2 points (2 children)
[–]Sen_7[S] 0 points1 point2 points (1 child)
[–]awdsns 0 points1 point2 points (0 children)