pip

Installing an old version of scikit-learn

喜你入骨 提交于 2020-08-27 22:03:59
问题 Problem Statment I'm trying to run some old python code that requires scikit-learn 18.0 but the current version I have installed is 0.22 and so I'm getting a warning/invalid data when I run the code. What I've Tried I tried installing the specific version both in the terminal: python -m pip install scikit-learn==0.18 and in conda and none of that has worked. All I can install is v 0.22 . Help? Thanks. Error In Terminal ERROR: Failed building wheel for scikit-learn Running setup.py clean for

pip gives error “pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.” in mac

只愿长相守 提交于 2020-08-27 06:43:10
问题 Edit : the answer suggested in comment or other answers I found are main for linux or for default python installed using brew. The problem I am facing is on the python version installed using pyenv when I am trying to install any package using pip I get this error message WARNING: pip is configured with locations that require TLS/SSL, however the SSL module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the SSL certificate:

pip install mysqlclient error

橙三吉。 提交于 2020-08-24 07:57:52
问题 i'm tryng to import mysqlclient library for python with pip , when i use the command pip install mysqlclient it return an error: Collecting mysqlclient Using cached https://files.pythonhosted.org/packages/ec/fd/83329b9d3e14f7344d1cb31f128e6dbba70c5975c9e57896815dbb1988ad/mysqlclient-1.3.13.tar.gz Installing collected packages: mysqlclient Running setup.py install for mysqlclient ... error Complete output from command c:\users\astrina\appdata\local\programs\python\python36\python.exe -u -c