On Sun, Mar 12, 2023 at 02:20:18PM +0000, Jeremy Stanley wrote:
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.
Hi Jeremy, The command runs successfully now. Yes, I was getting the exact same errors. But it worked when I restarted the IDE. Thank you for your time. Regards, Khadija
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