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

fix(esp32): source IDF python env when building, running project #172

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

HipsterBrown
Copy link
Owner

After updating the environment sourcing for ESP_IDF in #170, there were errors when attempting to build or run projects targeting the ESP32 related to the default Python environment not including all the requirements for the idf.py operations.

This PR sources the Python virtual environment created by the ESP_IDF on demand, which resolves the issue.

@HipsterBrown HipsterBrown merged commit e67db2f into main Aug 15, 2024
3 checks passed
@HipsterBrown HipsterBrown deleted the nhehr/run-esp32 branch August 15, 2024 19:00
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

Successfully merging this pull request may close these issues.

1 participant