Skip to content

Error message while installing sbase in CI #1124

Answered by mdmintz
maburrub asked this question in Q&A
Discussion options

You must be logged in to vote

@maburrub Your version of setuptools is so old, (44.0.0 vs latest 59.6.0), that you'll probably have to upgrade that first, independently, before installing seleniumbase:
pip install --upgrade setuptools
And you should do the same for pip too:
pip install --upgrade pip
Then you can install the rest as needed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants