bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
309 stars 107 forks source link

I can't install py3-pinterest ? #146

Closed boumedienemohammed closed 3 years ago

boumedienemohammed commented 3 years ago

Hello,

I have a problem but I don't know how to resolve it !

I's impossible for me to install py3-pinterest :

`PS E:\LearnPython> pip install py3-pinterest DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. Collecting py3-pinterest Using cached py3_pinterest-1.2.2-cp35-none-any.whl Collecting selenium Using cached selenium-3.141.0-py2.py3-none-any.whl (904 kB) Collecting beautifulsoup4 Using cached beautifulsoup4-4.9.3-py3-none-any.whl (115 kB) Collecting requests-toolbelt Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB) Collecting PyQt5 Using cached PyQt5-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-none-win_amd64.whl (56.9 MB) Requirement already satisfied: requests in c:\users\m\appdata\local\programs\python\python35\lib\site-packages (from py3-pinterest) (2.17.3) Collecting webdriver-manager Using cached webdriver_manager-2.4.0-py2.py3-none-any.whl (13 kB) Collecting soupsieve>1.2 Using cached soupsieve-2.1-py3-none-any.whl (32 kB) Collecting PyQt5-sip<13,>=12.8 Using cached PyQt5_sip-12.9.0.tar.gz (103 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... done Requirement already satisfied: idna<2.6,>=2.5 in c:\users\m\appdata\local\programs\python\python35\lib\site-packages (from requests->py3-pinterest) (2.5) Requirement already satisfied: certifi>=2017.4.17 in c:\users\m\appdata\local\programs\python\python35\lib\site-packages (from requests->py3-pinterest) (2017.4.17) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:\users\m\appdata\local\programs\python\python35\lib\site-packages (from requests->py3-pinterest) (3.0.3) Requirement already satisfied: urllib3<1.22,>=1.21.1 in c:\users\m\appdata\local\programs\python\python35\lib\site-packages (from requests->py3-pinterest) (1.21.1) Collecting crayons Using cached crayons-0.4.0-py2.py3-none-any.whl (4.6 kB) Collecting configparser Using cached configparser-4.0.2-py2.py3-none-any.whl (22 kB) Requirement already satisfied: colorama in c:\users\m\appdata\local\programs\python\python35\lib\site-packages (from crayons->webdriver-manager->py3-pinterest) (0.3.9) Building wheels for collected packages: PyQt5-sip Building wheel for PyQt5-sip (PEP 517) ... error ERROR: Command errored out with exit status 1: command: 'c:\users\m\appdata\local\programs\python\python35\python.exe' 'c:\users\m\appdata\local\programs\python\python35\lib\site-packages\pip_vendor\pep517_in_process.py' build_wheel 'C:\Users\M\AppData\Local\Temp\tmpk37hk3kt' cwd: C:\Users\M\AppData\Local\Temp\pip-install-haeigkqb\pyqt5-sip_a77a5e77e141459b92c8c7adc08b92e2 Complete output (5 lines): running bdist_wheel running build running build_ext building 'PyQt5.sip' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

ERROR: Failed building wheel for PyQt5-sip Failed to build PyQt5-sip ERROR: Could not build wheels for PyQt5-sip which use PEP 517 and cannot be installed directly`

Thank your for your help.

boumedienemohammed commented 3 years ago

fixed by upgrading python.