Im not a python ecosystem expert, what do i need to do to fix this?
Seems like I’m using outdated version of mypy and pylint?
I’ve pip install
ed both of them and that doesnt help
What do i do?
cheers
Im not a python ecosystem expert, what do i need to do to fix this?
Seems like I’m using outdated version of mypy and pylint?
I’ve pip install
ed both of them and that doesnt help
What do i do?
cheers
The problem is that on windows python’s virtual environment “activate” script lives under venv/Scripts/activate
and not venv/bin/activate
, so I had to butcher various scripts to get them to run and then install everything