You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install linak-controller using uv tool, I get a very long error message because pyobjc-core fails to build.
Somehow, pipx is able to install linak-controller so I suspect the difference may be Python 3.12 vs Python 3.13 and this issue might be merged with #97.
Operating system: macOS 15.1.1 (24B91) Chip: Apple M2 Pro
I tried installing with a --no-build rule and got this error message.
Log
~
❯ uv tool install --no-build linak-controller
× No solution found when resolving dependencies:
╰─▶ Because pyobjc-core{platform_system == 'Darwin'}==9.2 has no usable wheels and building from source is disabled and only the following
versions of pyobjc-core{platform_system == 'Darwin'} are available:
pyobjc-core{platform_system == 'Darwin'}<=9.2
pyobjc-core{platform_system == 'Darwin'}>10.0
we can conclude that pyobjc-core{platform_system == 'Darwin'}>=9.2,<10.0 is incompatible.
And because bleak==0.21.1 depends on pyobjc-core{platform_system == 'Darwin'}>=9.2,<10.0, we can conclude that bleak==0.21.1 cannot be used.
And because only the following versions of bleak are available:
bleak<=0.21.1
bleak>0.22.0
and all of:
linak-controller<=1.1.0
linak-controller==1.1.1
depend on bleak>=0.21.1,<0.22.0, we can conclude that all of:
linak-controller<=1.1.0
linak-controller==1.1.1
cannot be used.
And because only the following versions of linak-controller are available:
linak-controller<=1.1.0
linak-controller==1.1.1
and you require linak-controller, we can conclude that your requirements are unsatisfiable.
hint: Pre-releases are available for `linak-controller` in the requested range (e.g., 1.2.0.dev0), but pre-releases weren't enabled (try:
`--prerelease=allow`)
Then I managed to get it installed with the following command.
When I try to install
linak-controller
usinguv tool
, I get a very long error message becausepyobjc-core
fails to build.Somehow,
pipx
is able to installlinak-controller
so I suspect the difference may be Python 3.12 vs Python 3.13 and this issue might be merged with #97.Operating system: macOS 15.1.1 (24B91)
Chip: Apple M2 Pro
Log
The text was updated successfully, but these errors were encountered: