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
When I follow the instructions in the README file, I receive an error of the form:
$ progen build -t make_gcc_arm Traceback (most recent call last): File "/home/cfriedt/FlashAlgo/venv/bin/progen", line 5, in <module> from project_generator.__main__ import main File "/home/cfriedt/FlashAlgo/venv/lib/python3.12/site-packages/project_generator/__main__.py", line 19, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources'
Steps to Reproduce:
On Ubuntu 24.04 (latest LTS release) with build-essential already installed
build-essential
git clone https://github.com/mbedmicro/FlashAlgo && cd FlashAlgo
python3 -mvenv venv
source venv/bin/activate
pip install -r requirements.txt
progen build -t make_gcc_arm
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When I follow the instructions in the README file, I receive an error of the form:
Steps to Reproduce:
On Ubuntu 24.04 (latest LTS release) with
build-essential
already installedgit clone https://github.com/mbedmicro/FlashAlgo && cd FlashAlgo
python3 -mvenv venv
source venv/bin/activate
pip install -r requirements.txt
progen build -t make_gcc_arm
The text was updated successfully, but these errors were encountered: