PIP3 not found
I posted about this last week but I've stopped getting replies my builds are failing because it's unable to find that even though I've changed nothing from the github I forked
My build
https://ci.appveyor.com/project/AyanamiRei1/eontimer-27jpi
the build I forked
https://ci.appveyor.com/project/dylmeadows/eontimer/branch/master
I do apologize about posting about this again but I really need to build mac versions of this program and it worked in the past. I do want to repeat I've changed nothing from the source.
Thank you.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 09 Jul, 2020 10:42 PM
Hi,
Sorry about not replying you earlier!
pip3
is non-standard utility name, it should bepip
instead.Replace the contents of
before_build.sh
with the following:The first line activates Python 3.8.x. Then I use
pip
instead ofpip3
.Hope that helps.
AyanamiRei0 closed this discussion on 10 Jul, 2020 03:55 PM.