We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
macOS 14.5 (23F79)
sudo pip install blinkstick results in
sudo pip install blinkstick
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
sudo pip uninstall blinkstick
git clone https://github.com/arvydas/blinkstick-python
cd blinkstick-python
python3 setup.py build
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
macOS 14.5 (23F79)
sudo pip install blinkstick
results inas workaround I am able to build and install:
sudo pip uninstall blinkstick
few times until complete uninstallgit clone https://github.com/arvydas/blinkstick-python
cd blinkstick-python
python3 setup.py build
sudo python3 setup.py install
The text was updated successfully, but these errors were encountered: