Вы пытались удалить pytest
python3 windows
pip uninstall pytest
python3 linux
pip3 uninstall pytest
, затем установить снова
pip install pytest
или загрузите whl-файл из https://pypi.org/project/pytest/#files скачайте пакет pytest-5.4.1-py3-none-any.whl. затем go на терминал или cmd для windows.
команд:
pip3 uninstall pytest
cd Desktop
pip3 install pytest-5.4.1-py3-none-any.whl
или
pip uninstall pytest
cd Desktop
pip install pytest-5.4.1-py3-none-any.whl
пожалуйста, скажите мне, если вы хотите, чтобы я объяснил больше