Opened 3 years ago
Last modified 10 months ago
#5556 accepted defect
a 'make' invocation following one that fails to install "wheel" skips python packages installation
Reported by: | Andrew | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
if you run "make" and it fails to install wheel, you might run "make" again, but it skips the step of installing python packages.
Subtickets
Change History (4)
comment:1 Changed 3 years ago by
comment:2 Changed 11 months ago by
Status: | new → accepted |
---|
Thanks for raising this Andrew - I agree, make
shouldn't behave like this.
comment:3 Changed 10 months ago by
A start might be to make make clean
run
rm -rf bin lib lib64 include
. This would then allow you to run make again.
comment:4 Changed 10 months ago by
We should also ask the question as to whether Make is even the right tool for installing MediaGoblin. Historically I believe it was used because it was a GNU requirement, but I think that's worth reviewing.
Note: See
TracTickets for help on using
tickets.
you need to run python $ ./bin/python setup.py develop --upgrade
again