python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Eel won't install with new M1 Mac running Big Sur #412

Open rpm886 opened 3 years ago

rpm886 commented 3 years ago

pip3 install eel

result:

 Traceback (most recent call last):
    File "/Users/robertmadonna/Documents/ZoomRooms/ZoomRoomsRestApi3/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
      main()
    File "/Users/robertmadonna/Documents/ZoomRooms/ZoomRoomsRestApi3/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
      json_out['return_val'] = hook(**hook_input['kwargs'])
    File "/Users/robertmadonna/Documents/ZoomRooms/ZoomRoomsRestApi3/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py", line 204, in build_wheel
      return _build_backend().build_wheel(wheel_directory, config_settings,
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 216, in build_wheel
      return self._build_with_temp_dir(['bdist_wheel'], '.whl',
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 202, in _build_with_temp_dir
      self.run_setup()
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 253, in run_setup
      super(_BuildMetaLegacyBackend,
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/setuptools/build_meta.py", line 145, in run_setup
      exec(compile(code, __file__, 'exec'), locals())
    File "setup.py", line 471, in <module>
      run_setup(EXT_MODULES)
    File "setup.py", line 338, in run_setup
      setup(
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 328, in run
      impl_tag, abi_tag, plat_tag = self.get_tag()
    File "/private/var/folders/ym/s_l6sz_n56710cpcplppncp00000gn/T/pip-build-env-vf7slsxx/overlay/lib/python3.8/site-packages/wheel/bdist_wheel.py", line 278, in get_tag
      assert tag in supported_tags, "would build wheel with unsupported tag {}".format(tag)
  AssertionError: would build wheel with unsupported tag ('cp38', 'cp38', 'macosx_10_14_x86_64')
  ----------------------------------------
  ERROR: Failed building wheel for gevent
Failed to build gevent
ERROR: Could not build wheels for gevent which use PEP 517 and cannot be installed directly

Any suggestions?

rpm886 commented 3 years ago

OS: System Software Overview: System Version: macOS 11.0.1 (20B29)

Python: Python 3.8.2

cyrus0880 commented 3 years ago

i have same problem

ChrisKnott commented 3 years ago

This issue is with gevent which is a dependency of eel. Unfortunately we can't fix this ourselves.