-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 installation Fails #126
Comments
change version python bro to 3.10 will work well |
@DeltaDarkness What Python version doesn't work then? EDIT: Issues to be resolved (third-party):
Maybe bumping aiohttp version at |
latest not work with me |
Thanks, I'll have to do some testing on that then |
i already updated it but didnt solve the problem , i was solved it by changing python version to 3.10 |
thanks bro it is now working well :) |
Let's close this issue as it's thrid-party and planned to be resolved by |
i tried to install driverless package from pycharm device ; hp zbook , platform windows 11
Stack - click to expand
```python Collecting selenium-driverless Using cached selenium_driverless-1.7-py3-none-any.whl Collecting selenium~=4.6 (from selenium-driverless) Using cached selenium-4.15.2-py3-none-any.whl.metadata (6.9 kB) Collecting cdp-socket>=1.1.2 (from selenium-driverless) Using cached cdp_socket-1.1.2-py3-none-any.whl Collecting numpy (from selenium-driverless) Using cached numpy-1.26.2-cp312-cp312-win_amd64.whl.metadata (61 kB) Collecting matplotlib~=3.5 (from selenium-driverless) Using cached matplotlib-3.8.2-cp312-cp312-win_amd64.whl.metadata (5.9 kB) Collecting scipy~=1.7 (from selenium-driverless) Using cached scipy-1.11.4-cp312-cp312-win_amd64.whl.metadata (60 kB) Collecting aiofiles (from selenium-driverless) Using cached aiofiles-23.2.1-py3-none-any.whl.metadata (9.7 kB) Collecting platformdirs (from selenium-driverless) Using cached platformdirs-4.0.0-py3-none-any.whl.metadata (11 kB) Collecting aiohttp~=3.8.5 (from cdp-socket>=1.1.2->selenium-driverless) Using cached aiohttp-3.8.6.tar.gz (7.4 MB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting websockets~=11.0.3 (from cdp-socket>=1.1.2->selenium-driverless) Using cached websockets-11.0.3-py3-none-any.whl (118 kB) Collecting contourpy>=1.0.1 (from matplotlib~=3.5->selenium-driverless) Using cached contourpy-1.2.0-cp312-cp312-win_amd64.whl.metadata (5.8 kB) Collecting cycler>=0.10 (from matplotlib~=3.5->selenium-driverless) Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) Collecting fonttools>=4.22.0 (from matplotlib~=3.5->selenium-driverless) Using cached fonttools-4.45.1-cp312-cp312-win_amd64.whl.metadata (158 kB) Collecting kiwisolver>=1.3.1 (from matplotlib~=3.5->selenium-driverless) Using cached kiwisolver-1.4.5-cp312-cp312-win_amd64.whl.metadata (6.5 kB) Collecting packaging>=20.0 (from matplotlib~=3.5->selenium-driverless) Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting pillow>=8 (from matplotlib~=3.5->selenium-driverless) Using cached Pillow-10.1.0-cp312-cp312-win_amd64.whl.metadata (9.6 kB) Collecting pyparsing>=2.3.1 (from matplotlib~=3.5->selenium-driverless) Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB) Collecting python-dateutil>=2.7 (from matplotlib~=3.5->selenium-driverless) Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting urllib3<3,>=1.26 (from urllib3[socks]<3,>=1.26->selenium~=4.6->selenium-driverless) Using cached urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB) Collecting trio~=0.17 (from selenium~=4.6->selenium-driverless) Using cached trio-0.23.1-py3-none-any.whl.metadata (4.9 kB) Collecting trio-websocket~=0.9 (from selenium~=4.6->selenium-driverless) Using cached trio_websocket-0.11.1-py3-none-any.whl.metadata (4.7 kB) Collecting certifi>=2021.10.8 (from selenium~=4.6->selenium-driverless) Using cached certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB) Collecting attrs>=17.3.0 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl.metadata (34 kB) Collecting multidict<7.0,>=4.5 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached multidict-6.0.4.tar.gz (51 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) Collecting yarl<2.0,>=1.0 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached yarl-1.9.3-cp312-cp312-win_amd64.whl.metadata (29 kB) Collecting frozenlist>=1.1.1 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached frozenlist-1.4.0.tar.gz (90 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting aiosignal>=1.1.2 (from aiohttp~=3.8.5->cdp-socket>=1.1.2->selenium-driverless) Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib~=3.5->selenium-driverless) Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting sortedcontainers (from trio~=0.17->selenium~=4.6->selenium-driverless) Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Collecting idna (from trio~=0.17->selenium~=4.6->selenium-driverless) Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting outcome (from trio~=0.17->selenium~=4.6->selenium-driverless) Using cached outcome-1.3.0.post0-py2.py3-none-any.whl.metadata (2.6 kB) Collecting sniffio>=1.3.0 (from trio~=0.17->selenium~=4.6->selenium-driverless) Using cached sniffio-1.3.0-py3-none-any.whl (10 kB) Collecting cffi>=1.14 (from trio~=0.17->selenium~=4.6->selenium-driverless) Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl.metadata (1.5 kB) Collecting wsproto>=0.14 (from trio-websocket~=0.9->selenium~=4.6->selenium-driverless) Using cached wsproto-1.2.0-py3-none-any.whl (24 kB) Collecting pysocks!=1.5.7,<2.0,>=1.5.6 (from urllib3[socks]<3,>=1.26->selenium~=4.6->selenium-driverless) Using cached PySocks-1.7.1-py3-none-any.whl (16 kB) Collecting pycparser (from cffi>=1.14->trio~=0.17->selenium~=4.6->selenium-driverless) Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting h11<1,>=0.9.0 (from wsproto>=0.14->trio-websocket~=0.9->selenium~=4.6->selenium-driverless) Using cached h11-0.14.0-py3-none-any.whl (58 kB) Using cached matplotlib-3.8.2-cp312-cp312-win_amd64.whl (7.6 MB) Using cached numpy-1.26.2-cp312-cp312-win_amd64.whl (15.5 MB) Using cached scipy-1.11.4-cp312-cp312-win_amd64.whl (43.7 MB) Using cached selenium-4.15.2-py3-none-any.whl (10.2 MB) Using cached aiofiles-23.2.1-py3-none-any.whl (15 kB) Using cached platformdirs-4.0.0-py3-none-any.whl (17 kB) Using cached certifi-2023.11.17-py3-none-any.whl (162 kB) Using cached contourpy-1.2.0-cp312-cp312-win_amd64.whl (187 kB) Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB) Using cached fonttools-4.45.1-cp312-cp312-win_amd64.whl (2.1 MB) Using cached kiwisolver-1.4.5-cp312-cp312-win_amd64.whl (56 kB) Using cached packaging-23.2-py3-none-any.whl (53 kB) Using cached Pillow-10.1.0-cp312-cp312-win_amd64.whl (2.6 MB) Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB) Using cached trio-0.23.1-py3-none-any.whl (448 kB) Using cached trio_websocket-0.11.1-py3-none-any.whl (17 kB) Using cached urllib3-2.1.0-py3-none-any.whl (104 kB) Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) Using cached cffi-1.16.0-cp312-cp312-win_amd64.whl (181 kB) Using cached charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl (100 kB) Using cached yarl-1.9.3-cp312-cp312-win_amd64.whl (75 kB) Using cached idna-3.6-py3-none-any.whl (61 kB) Using cached outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB) Building wheels for collected packages: aiohttp, frozenlist, multidict Building wheel for aiohttp (pyproject.toml): started Building wheel for aiohttp (pyproject.toml): finished with status 'error' Building wheel for frozenlist (pyproject.toml): started Building wheel for frozenlist (pyproject.toml): finished with status 'error' Building wheel for multidict (pyproject.toml): started Building wheel for multidict (pyproject.toml): finished with status 'error' Failed to build aiohttp frozenlist multidicterror: subprocess-exited-with-error
Building wheel for aiohttp (pyproject.toml) did not run successfully.
exit code: 1
[94 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-312
creating build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\abc.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\base_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_proto.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_reqrep.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\client_ws.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\connector.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\cookiejar.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\formdata.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\hdrs.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\helpers.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_parser.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_websocket.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\http_writer.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\locks.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\log.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\multipart.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\payload.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\payload_streamer.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\pytest_plugin.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\resolver.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\streams.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\tcp_helpers.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\test_utils.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\tracing.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\typedefs.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_app.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_exceptions.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_fileresponse.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_log.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_middlewares.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_protocol.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_request.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_response.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_routedef.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_runner.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_server.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_urldispatcher.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\web_ws.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\worker.py -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_init_.py -> build\lib.win-amd64-cpython-312\aiohttp
running egg_info
writing aiohttp.egg-info\PKG-INFO
writing dependency_links to aiohttp.egg-info\dependency_links.txt
writing requirements to aiohttp.egg-info\requires.txt
writing top-level names to aiohttp.egg-info\top_level.txt
reading manifest file 'aiohttp.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'aiohttp' anywhere in distribution
warning: no previously-included files matching '.pyc' found anywhere in distribution
warning: no previously-included files matching '.pyd' found anywhere in distribution
warning: no previously-included files matching '.so' found anywhere in distribution
warning: no previously-included files matching '.lib' found anywhere in distribution
warning: no previously-included files matching '.dll' found anywhere in distribution
warning: no previously-included files matching '.a' found anywhere in distribution
warning: no previously-included files matching '*.obj' found anywhere in distribution
warning: no previously-included files found matching 'aiohttp*.html'
no previously-included directories found matching 'docs_build'
adding license file 'LICENSE.txt'
writing manifest file 'aiohttp.egg-info\SOURCES.txt'
copying aiohttp_cparser.pxd -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_find_header.pxd -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_headers.pxi -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_helpers.pyi -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_helpers.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_http_parser.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_http_writer.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp_websocket.pyx -> build\lib.win-amd64-cpython-312\aiohttp
copying aiohttp\py.typed -> build\lib.win-amd64-cpython-312\aiohttp
creating build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_cparser.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_find_header.pxd.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_helpers.pyi.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_helpers.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_http_parser.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_http_writer.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash_websocket.pyx.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
copying aiohttp.hash\hdrs.py.hash -> build\lib.win-amd64-cpython-312\aiohttp.hash
running build_ext
building 'aiohttp._websocket' 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/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
error: subprocess-exited-with-error
Building wheel for frozenlist (pyproject.toml) did not run successfully.
exit code: 1
[33 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-312
creating build\lib.win-amd64-cpython-312\frozenlist
copying frozenlist_init_.py -> build\lib.win-amd64-cpython-312\frozenlist
running egg_info
writing frozenlist.egg-info\PKG-INFO
writing dependency_links to frozenlist.egg-info\dependency_links.txt
writing top-level names to frozenlist.egg-info\top_level.txt
reading manifest file 'frozenlist.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '.pyc' found anywhere in distribution
warning: no previously-included files matching '.pyd' found anywhere in distribution
warning: no previously-included files matching '.so' found anywhere in distribution
warning: no previously-included files matching '.lib' found anywhere in distribution
warning: no previously-included files matching '.dll' found anywhere in distribution
warning: no previously-included files matching '.a' found anywhere in distribution
warning: no previously-included files matching '*.obj' found anywhere in distribution
warning: no previously-included files found matching 'frozenlist*.html'
no previously-included directories found matching 'docs_build'
adding license file 'LICENSE'
writing manifest file 'frozenlist.egg-info\SOURCES.txt'
copying frozenlist_init_.pyi -> build\lib.win-amd64-cpython-312\frozenlist
copying frozenlist_frozenlist.pyx -> build\lib.win-amd64-cpython-312\frozenlist
copying frozenlist\py.typed -> build\lib.win-amd64-cpython-312\frozenlist
running build_ext
building 'frozenlist._frozenlist' 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/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for frozenlist
error: subprocess-exited-with-error
Building wheel for multidict (pyproject.toml) did not run successfully.
exit code: 1
[74 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-312
creating build\lib.win-amd64-cpython-312\multidict
copying multidict_abc.py -> build\lib.win-amd64-cpython-312\multidict
copying multidict_compat.py -> build\lib.win-amd64-cpython-312\multidict
copying multidict_multidict_base.py -> build\lib.win-amd64-cpython-312\multidict
copying multidict_multidict_py.py -> build\lib.win-amd64-cpython-312\multidict
copying multidict_init_.py -> build\lib.win-amd64-cpython-312\multidict
running egg_info
writing multidict.egg-info\PKG-INFO
writing dependency_links to multidict.egg-info\dependency_links.txt
writing top-level names to multidict.egg-info\top_level.txt
reading manifest file 'multidict.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'multidict_multidict.html'
warning: no previously-included files found matching 'multidict*.so'
warning: no previously-included files found matching 'multidict*.pyd'
warning: no previously-included files found matching 'multidict*.pyd'
no previously-included directories found matching 'docs_build'
adding license file 'LICENSE'
writing manifest file 'multidict.egg-info\SOURCES.txt'
C:\Users\pcs\AppData\Local\Temp\pip-build-env-1dj3tqv_\overlay\Lib\site-packages\setuptools\command\build_py.py:207: _Warning: Package 'multidict._multilib' is absent from the
packages
configuration.!!
!!
check.warn(importable)
copying multidict_init_.pyi -> build\lib.win-amd64-cpython-312\multidict
copying multidict\py.typed -> build\lib.win-amd64-cpython-312\multidict
running build_ext
building 'multidict._multidict' 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/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for multidict
ERROR: Could not build wheels for aiohttp, frozenlist, multidict, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: