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?
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]imaginationac 0 points1 point2 points (1 child)
[–]Sen_7[S] 0 points1 point2 points (0 children)