hjstn / miniDjiController

Python VJoy interface for Mavic Mini RC. Inspired (and with help from) Matsemann/mDjiController and slaterbbx/mDjiController.
Apache License 2.0
27 stars 12 forks source link

no module names pyvjoy #6

Closed dekid69 closed 1 year ago

dekid69 commented 2 years ago

can open vjoy while installed = RESTART: C:\Users\beanz\Downloads\miniDjiController-master\miniDjiController-master\main.py Traceback (most recent call last): File "C:\Users\beanz\Downloads\miniDjiController-master\miniDjiController-master\main.py", line 6, in import serial, pyvjoy, argparse ModuleNotFoundError: No module named 'pyvjoy'

dekid69 commented 2 years ago

still need help

hjstn commented 2 years ago

Make sure Pyvjoy is installed for the Python version you are using. The error is unrelated to this project.

https://docs.python.org/3/installing/index.html

dekid69 commented 2 years ago

Make sure Pyvjoy is installed for the Python version you are using. The error is unrelated to this project.

https://docs.python.org/3/installing/index.html

what version does it need to be?

hjstn commented 2 years ago

Make sure Pyvjoy is installed for the Python version you are using. The error is unrelated to this project. https://docs.python.org/3/installing/index.html

what version does it need to be?

Any higher than 1.0.1, as listed in the requirements.txt