79532384

Date: 2025-03-24 23:34:16
Score: 0.5
Natty:
Report link

Reason

You're trying to use a package of one Python version with another, and that causes a conflict.

Solution

Install virtualenv on the version you want to use it with and call the interpreter of that version directly.

Windows

py -3.10 -m virtualenv

Linux

python3.10 -m virtualenv
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lubomyr Pryt