Ciell25 / Fintopio-Bot

Fintopio Automation Tool! This colorful and efficient Node.js application helps you manage multiple Fintopio accounts
1 stars 0 forks source link

err0r #1

Open AntiWarforever opened 1 month ago

AntiWarforever commented 1 month ago
      copying aiohttp\.hash\_helpers.pyi.hash -> build\lib.win-amd64-cpython-311\aiohttp\.hash
      copying aiohttp\.hash\_helpers.pyx.hash -> build\lib.win-amd64-cpython-311\aiohttp\.hash
      copying aiohttp\.hash\_http_parser.pyx.hash -> build\lib.win-amd64-cpython-311\aiohttp\.hash
      copying aiohttp\.hash\_http_writer.pyx.hash -> build\lib.win-amd64-cpython-311\aiohttp\.hash
      copying aiohttp\.hash\_websocket.pyx.hash -> build\lib.win-amd64-cpython-311\aiohttp\.hash
      copying aiohttp\.hash\hdrs.py.hash -> build\lib.win-amd64-cpython-311\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
Failed to build aiohttp
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp)

get this error when install packages py v3.11

Ciell25 commented 1 month ago

Reinstall aiohttp:

Once the build tools are installed, try reinstalling aiohttp with pip:

'''' pip install aiohttp

''''

This should resolve the issue and allow you to build and install the package properly.