Hi I've been trying to install python and all of my depedencies with "offline mode". i've downloaded manually from the machine that has internet.
I installed python v3.10 Now I'm trying to install pip-22.2.2, but i got an error that says :
ModuleNotFoundError :No module named 'setuptools'
My command is :
python setup.py install
My directory is : Python : .../.../Python/Python310
Pip : .../.../Python/Python310/pip-22.2.2
I'm on windows 10