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

sudo: blinkstick: command not found #95

Open
paulz opened this issue May 23, 2024 · 0 comments
Open

sudo: blinkstick: command not found #95

paulz opened this issue May 23, 2024 · 0 comments

Comments

@paulz
Copy link

paulz commented May 23, 2024

macOS 14.5 (23F79)

sudo pip install blinkstick results in

sudo blinkstick -i           
sudo: blinkstick: command not found

as workaround I am able to build and install:
sudo pip uninstall blinkstick few times until complete uninstall

  1. git clone https://github.com/arvydas/blinkstick-python
  2. cd blinkstick-python
  3. python3 setup.py build
  4. sudo python3 setup.py install
sudo blinkstick -i           
/opt/homebrew/bin/blinkstick:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').run_script('BlinkStick==1.2.0', 'blinkstick')
Found device:
    Manufacturer:  Agile Innovative Ltd
    Description:   BlinkStick Nano
    Variant:       BlinkStick Nano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant