Skip to content

fix makefile#2176

Merged
timburke-hackit merged 1 commit intomainfrom
fix/icaseworks-makefile
Mar 13, 2025
Merged

fix makefile#2176
timburke-hackit merged 1 commit intomainfrom
fix/icaseworks-makefile

Conversation

@timburke-hackit
Copy link
Contributor

The pipenv lock --requirements syntax doesn't work anymore so I've updated it to use the current pipenv requirements option.

│ Error running command 'make install-requirements': exit status 2. Output:
4617│ python3 -m venv venv
4618│ # the requirements are generated so that the packages
4619│ # could be downloaded and packaged up for the lambda
4620│ . venv/bin/activate && sudo pipenv lock --requirements > requirements.txt
4621│ Usage: pipenv lock [OPTIONS]
4622│ Try 'pipenv lock -h' for help.
4623│
4624│ Error: No such option: --requirements Did you mean --quiet?
4625│ make: *** [Makefile:7: install-requirements] Error 2

@timburke-hackit timburke-hackit requested review from a team as code owners March 13, 2025 12:37
change syntax

remove typo
@timburke-hackit timburke-hackit force-pushed the fix/icaseworks-makefile branch from 7351387 to 12c4e8c Compare March 13, 2025 12:38
@sonarqubecloud
Copy link

@timburke-hackit timburke-hackit merged commit b4fa6e1 into main Mar 13, 2025
6 checks passed
@timburke-hackit timburke-hackit deleted the fix/icaseworks-makefile branch March 13, 2025 12:40
@timburke-hackit timburke-hackit restored the fix/icaseworks-makefile branch March 13, 2025 12:50
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.

2 participants