Error: could not find a version that satisfies the requirement seleniumwire on windows server 2022

Viewed 21

i m new devolaper at python , wanted to user seleniumwire in my window 11

i install the code "pip install seleniumwire" getting this error "could not find a version that satisfies the requirement seleniumwire"

pls help on this

1 Answers

Try this insted Pip install --user seleniumwire

Related