kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
412 stars 52 forks source link

Python 3.12 installation Fails #126

Closed pythondeveloperz closed 5 months ago

pythondeveloperz commented 7 months ago

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 multidict error: subprocess-exited-with-error Building wheel for aiohttp (pyproject.toml) did not run successfully. exit code: 1 [94 lines of output] ********************* * Accelerated build * ********************* 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] ********************* * Accelerated build * ********************* 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] ********************* * Accelerated build * ********************* 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. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'multidict._multilib' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'multidict._multilib' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'multidict._multilib' to be distributed and are already explicitly excluding 'multidict._multilib' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! 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 ```
DeltaDarkness commented 7 months ago

change version python bro to 3.10 will work well

kaliiiiiiiiii commented 7 months ago

change version python bro to 3.10 will work well

@DeltaDarkness What Python version doesn't work then?

EDIT: Affects Python==3.12

Issues to be resolved (third-party):

Maybe bumping aiohttp version at https://github.com/kaliiiiiiiiii/CDP-Socket/blob/df8ca70a5d1960fe792ab9ddd9f71b53a44187cf/setup.py#L4 solves this partially

DeltaDarkness commented 7 months ago

latest not work with me Python 3.12.0

kaliiiiiiiiii commented 7 months ago

latest not work with me Python 3.12.0

Thanks, I'll have to do some testing on that then

pythondeveloperz commented 7 months ago
Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": 
https://visualstudio.microsoft.com/visual-cpp-build-tools/

@pythondeveloperz

i already updated it but didnt solve the problem , i was solved it by changing python version to 3.10

pythondeveloperz commented 7 months ago

change version python bro to 3.10 will work well

thanks bro it is now working well :)

kaliiiiiiiiii commented 7 months ago

looks like

Maybe bumping the version at https://github.com/kaliiiiiiiiii/CDP-Socket/blob/df8ca70a5d1960fe792ab9ddd9f71b53a44187cf/setup.py#L4 solves this

kaliiiiiiiiii commented 5 months ago

Let's close this issue as it's thrid-party and planned to be resolved by