make install-backend not working properly
- Dominant language
- Python
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The script ran by the instance **make install-backend** run successfully and does not raise erros, however I noticed that when I tried to run the server with make run-dev the requirements.txt were not all installed, not sure why but re-installing all of them (the main packages) I got this sorted.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the Makefile entries for install-backend and run-dev, then compare their behavior with requirements.txt. Reproduce the installation in a clean environment and identify which requirements remain unavailable when the development server starts. Done means make install-backend makes the dependencies needed by make run-dev available without manual reinstallation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100