Skip to content

requirements: missing setuptools #74

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

Open
cfriedt opened this issue May 5, 2025 · 0 comments · May be fixed by #75
Open

requirements: missing setuptools #74

cfriedt opened this issue May 5, 2025 · 0 comments · May be fixed by #75

Comments

@cfriedt
Copy link

cfriedt commented May 5, 2025

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

  1. Download latest ARM GNU Toolchain
  2. git clone https://github.com/mbedmicro/FlashAlgo && cd FlashAlgo
  3. python3 -mvenv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. progen build -t make_gcc_arm
@cfriedt cfriedt linked a pull request May 5, 2025 that will close this issue
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 a pull request may close this issue.

1 participant