After running the command python setup.py install --user --force it return the error:
ModuleNotFoundError: No module named 'distutils.msvccompiler'
But I have already installed setuptools. During setup I only get an error about numpy when I run the command pip install -r requirements.txt.
And I also have VS 2022 installed.
Thank you!