skip to Main Content

can't install mysql-connector with my pip

I'm trying to install mysql connector using pip but it keeps showing me this error:connection broken by 'ProxyError('Cannot connect to proxy.', TimeoutError('timed out'))': /simple/mysqlx-connector/ I think it could be a result of filtering in my region since I'm a beginner…

VIEW QUESTION

Cannot install ale-py in docker

I'm trying to build dockerfile as below: FROM python:3.10 RUN pip install ale-py If I try to build, I get error msg like: 1.436 ERROR: Could not find a version that satisfies the requirement ale-py (from versions: none) 1.436 ERROR:…

VIEW QUESTION
Back To Top
Search