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
This currently break integration with currently activated venv or conda environment:
$ python3 -m venv env $ source env/bin/activate $ python -m pip install mpremote $ cd firmware_vex/nucleo/ $ make run mpremote connect /dev/cu.usbmodem34203 exec "import machine; machine.reset()" /bin/sh: 1: mpremote: not found
If you remove the line at https://github.com/efabless/caravel_board/blob/main/firmware_vex/nucleo/Makefile#L2 it works as expected (mpremote get resolve from the currently activated environment).
mpremote
The text was updated successfully, but these errors were encountered:
This thread should be helpful. https://open-source-silicon.slack.com/archives/C022XAPHD9C/p1673043313859249
Sorry, something went wrong.
proppy@ce91da7 was enough for me for the Makefile to pick up things in my local venv.
No branches or pull requests
This currently break integration with currently activated venv or conda environment:
If you remove the line at https://github.com/efabless/caravel_board/blob/main/firmware_vex/nucleo/Makefile#L2 it works as expected (
mpremote
get resolve from the currently activated environment).The text was updated successfully, but these errors were encountered: