-
Notifications
You must be signed in to change notification settings - Fork 44
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
cant us it after installation #18
Comments
You can try this This library is awesome! |
I noticed |
Ended up adding this to the subghz.py file and it works. def tx_from_file(self, sub_file: str) -> str:
# TODO: implement regex catch errors
assert sub_file.endswith('.sub')
return self._serial_wrapper.send(f"subghz tx_from_file {sub_file}") |
Seems like the version in git is more updated than the version on Pip, my error. |
dont worry i will try a bit later thx a lot |
python fnfc.py
Traceback (most recent call last):
File "C:\Users\Yudaol\fnfc.py", line 1, in
from pyflipper import PyFlipper
ImportError: cannot import name 'PyFlipper' from 'pyflipper' (C:\Users\Yudaol\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyflipper_init_.py)
Why??????????????
The text was updated successfully, but these errors were encountered: