12 Mar
2023
12 Mar
'23
3:20 p.m.
On 2023-03-12 19:10:44 +0500 (+0500), Khadija Kamran wrote: [...]
I have tried all the above commands and it still doesn't seem to work.
By "doesn't work" do you mean you get the exact same error message, or did you get different errors?
Also, I am using PyCharm with a venv using python3.9
I don't know much about PyCharm (someone with more familiarity would need to chime in on how it might influence this situation, if at all), but if you're using `sudo pip install tox` as indicated in your earlier paste then that's definitely not installing tox into a venv of any kind, as evidenced by the traceback you pasted referencing modules in /usr/lib/python3.10 instead of a venv path. -- Jeremy Stanley