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

(bug): Make command not working 🐛 #276

Open
FedericoDM opened this issue Jul 25, 2024 · 0 comments
Open

(bug): Make command not working 🐛 #276

FedericoDM opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FedericoDM
Copy link
Member

Describe the bug

For the database migration, the first command you run is make stamp_db

federicodm@LAPTOP-RMMEN33V:/mnt/c/Users/fdmol/Desktop/MSCAPP/new-arrivals-chi$ make stamp_db
alembic --config=./new_arrivals_chi/migrations/alembic.ini stamp head
make: alembic: No such file or directory
make: *** [Makefile:21: stamp_db] Error 127

A clear and concise description of what the bug is.

We should be able to stamp the database with the make command, but it is not working.

To Reproduce

-- Activate your poetry environment
-- In the root directory of the project, run make stamp_db

A clear and concise description of what you expected to happen.

Code should run without problems.

@FedericoDM FedericoDM added the bug Something isn't working label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants