OWASP / OpenCRE

https://opencre.org
Creative Commons Zero v1.0 Universal
80 stars 33 forks source link

python cre.py --upstream_sync - ModuleNotFoundError: No module named 'click' #551

Closed 5t00g1t closed 1 month ago

5t00g1t commented 3 months ago

Issue

What is the issue?

After make install should there be an instruction to run pip install -r requirements.txt ?

Expected Behaviour

What should have happened?

Requirements should be installed and the command python cre.py --upstream_sync should not produce an error.

Actual Behaviour

What actually happened?

When running

Getting: ModuleNotFoundError: No module named 'click'

How can we reproduce the error?

Set up a new project and follow steps as outlined in README

northdpole commented 1 month ago

you need to activate the virtual environment first with source venv/bin/activate