techbeastzz
BANNED
- Jun 11, 2023
- 259
- 101
Sir How can I solve the problempip install distutils
you do not have that module
Sir it shows this nowpip install distutils
you do not have that module
What should I dopip install distutils
you do not have that module
No i am running this on vps window, so what will be the problem, i even try new version of python but still nothing worksHmm isn't distutils usually installed along with Python? I'd try re installing python.. sometimes you see on Linux that they are installed separately but the pip module has a different name..
I sell this bot to different people it run on there pc but it is not running on my own vps.Hmm isn't distutils usually installed along with Python? I'd try re installing python.. sometimes you see on Linux that they are installed separately but the pip module has a different name..
Thanks buddy but it solved the problemyou should use pycharm, it's free, and you can easily manage the installation of libraries
Can you share how did you solve it?Sorry guys i solved the problem
I uninstalled python and install python 3.11.4 version that's itCan you share how did you solve it?
You should state how did you solve the problem as it might be helpful for anyone in the futureSorry guys i solved the problem
sudo apt-get install python<your-python-version>-distutils
I uninstalled python and install python 3.11.4 version that's it.You should state how did you solve the problem as it might be helpful for anyone in the future
I believe installing distutils by including the python used version in the cmd was the right approach, no?
Code:sudo apt-get install python<your-python-version>-distutils