Skip to content
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

Build failing on MacOS 14.6.1 python 3.10.11 #9242

Open
gus4rs opened this issue Oct 10, 2024 · 2 comments
Open

Build failing on MacOS 14.6.1 python 3.10.11 #9242

gus4rs opened this issue Oct 10, 2024 · 2 comments

Comments

@gus4rs
Copy link

gus4rs commented Oct 10, 2024

Running contrib/osx/make_osx.sh fails eventually:

  Running setup.py install for hidapi ... error
  error: subprocess-exited-with-error
  
  × Running setup.py install for hidapi did not run successfully.
  │ exit code: 1
  ╰─> [7 lines of output]
      running install
      /Users/bob/Source/github/electrum/contrib/osx/build-venv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      running build_ext
      building 'hid' extension
      error: unknown file type '.pxd' (from 'chid.pxd')
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

@SomberNight
Copy link
Member

We are using much older versions of macOS to build, I am not able to test this now.
You could try upgrading hidapi and see if that fixes it.

@gus4rs
Copy link
Author

gus4rs commented Oct 10, 2024

You could try upgrading hidapi

Where should I change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants