T4rk1n / dazzler

Python UI/Web Framework
MIT License
17 stars 8 forks source link

🐛 #409

Open BaveAiaz opened 1 year ago

BaveAiaz commented 1 year ago

ˋˋˋbash

Collecting dazzler Using cached dazzler-0.10.0-py3-none-any.whl (10.6 MB) Collecting precept==0.6.6 (from dazzler) Using cached precept-0.6.6-py3-none-any.whl Collecting aiohttp==3.8.1 (from dazzler) Using cached aiohttp-3.8.1.tar.gz (7.3 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done Collecting appdirs==1.4.4 (from dazzler) Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting stringcase==1.2.0 (from dazzler) Using cached stringcase-1.2.0-py3-none-any.whl Collecting itsdangerous==2.0.1 (from dazzler) Using cached itsdangerous-2.0.1-py3-none-any.whl (18 kB) Collecting attrs>=17.3.0 (from aiohttp==3.8.1->dazzler) Using cached attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<3.0,>=2.0 (from aiohttp==3.8.1->dazzler) Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB) Collecting multidict<7.0,>=4.5 (from aiohttp==3.8.1->dazzler) Using cached multidict-6.0.4-cp311-cp311-macosx_11_0_arm64.whl (29 kB) Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp==3.8.1->dazzler) Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting yarl<2.0,>=1.0 (from aiohttp==3.8.1->dazzler) Using cached yarl-1.9.2-cp311-cp311-macosx_11_0_arm64.whl (61 kB) Collecting frozenlist>=1.1.1 (from aiohttp==3.8.1->dazzler) Using cached frozenlist-1.3.3-cp311-cp311-macosx_11_0_arm64.whl (34 kB) Collecting aiosignal>=1.1.2 (from aiohttp==3.8.1->dazzler) Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting colorama (from precept==0.6.6->dazzler) Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting ruamel.yaml (from precept==0.6.6->dazzler) Using cached ruamel.yaml-0.17.31-py3-none-any.whl (112 kB) Collecting tomlkit (from precept==0.6.6->dazzler) Using cached tomlkit-0.11.8-py3-none-any.whl (35 kB) Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp==3.8.1->dazzler) Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml->precept==0.6.6->dazzler) Using cached ruamel.yaml.clib-0.2.7-cp311-cp311-macosx_10_9_universal2.whl (139 kB) Building wheels for collected packages: aiohttp Building wheel for aiohttp (pyproject.toml) ... error error: subprocess-exited-with-error

× Building wheel for aiohttp (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [107 lines of output]


  * Accelerated build *
  *********************
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-12-arm64-cpython-311
  creating build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_ws.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/worker.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/multipart.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_response.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/client_ws.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/test_utils.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/tracing.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_exceptions.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_middlewares.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/http_exceptions.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_app.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/streams.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_protocol.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/log.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/client.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_urldispatcher.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_request.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/http_websocket.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/client_proto.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/locks.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/__init__.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_runner.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_server.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/base_protocol.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/payload.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/client_reqrep.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/http.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_log.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/resolver.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/formdata.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/payload_streamer.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_routedef.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/connector.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/client_exceptions.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/typedefs.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/hdrs.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/web_fileresponse.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/http_writer.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/tcp_helpers.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/helpers.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/http_parser.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/cookiejar.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/pytest_plugin.py -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/abc.py -> build/lib.macosx-12-arm64-cpython-311/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.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_find_header.c -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_find_header.h -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_find_header.pxd -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_headers.pxi -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_helpers.c -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_helpers.pyi -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_helpers.pyx -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_http_parser.c -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_http_parser.pyx -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_http_writer.c -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_http_writer.pyx -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_websocket.c -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/_websocket.pyx -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  copying aiohttp/py.typed -> build/lib.macosx-12-arm64-cpython-311/aiohttp
  creating build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_cparser.pxd.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_find_header.pxd.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_helpers.pyi.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_helpers.pyx.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_http_parser.pyx.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_http_writer.pyx.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/_websocket.pyx.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  copying aiohttp/.hash/hdrs.py.hash -> build/lib.macosx-12-arm64-cpython-311/aiohttp/.hash
  running build_ext
  building 'aiohttp._websocket' extension
  creating build/temp.macosx-12-arm64-cpython-311
  creating build/temp.macosx-12-arm64-cpython-311/aiohttp
  clang -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/Users/aribermeki/Desktop/my/venv/include -I/opt/homebrew/opt/python@3.11/Frameworks/Python.framework/Versions/3.11/include/python3.11 -c aiohttp/_websocket.c -o build/temp.macosx-12-arm64-cpython-311/aiohttp/_websocket.o
  aiohttp/_websocket.c:198:12: fatal error: 'longintrepr.h' file not found
    #include "longintrepr.h"
             ^~~~~~~~~~~~~~~
  1 error generated.
  error: command '/usr/bin/clang' failed with exit code 1
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for aiohttp Failed to build aiohttp ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects

ˋˋˋ

T4rk1n commented 1 year ago

There is no available wheel for the required dependencies in Python 3.11 yet. The last version tested was 3.9, but 3.10 probably works at this point.