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

Mac installation error #6

Open
gdunshea opened this issue Oct 10, 2023 · 3 comments
Open

Mac installation error #6

gdunshea opened this issue Oct 10, 2023 · 3 comments

Comments

@gdunshea
Copy link

Hello,

I have tried to install the .pkg file on two seperate intel macs. One double clicking the icon a message appears saying "pipecraft can't be installed on this computer".

That's as far as I can get....

Screenshot 2023-10-10 at 5 48 17 PM
@METS0JA
Copy link
Contributor

METS0JA commented Oct 24, 2023

Sorry for the long delay, so a couple of things you could try:

  1. Try installing the pkg by right-clicking and open instead of double-clicking on the installer
  2. You could also try installing pipecraft pkg via terminal: installer -pkg pipecraft_1.0.0.pkg
    If you are still experiencing difficulties installing pipecraft maybe you could share any errors that might have popped up in while trying to installi via terminal.

@gdunshea
Copy link
Author

Hi,

I just saw a colleague that reminded me of this :)

here is the error installing with terminal:

(base) glennd@NTNU-C02CF30GMD6R Downloads % installer -pkg pipecraft_1.0.0.pkg
installer: Error -target parameter required
Usage: installer [-help] [-dominfo] [-volinfo] [-pkginfo] [-allowUntrusted] [-dumplog]
[-verbose | -verboseR] [-vers] [-config] [-plist]
[-file ] [-lang ] [-listiso]
[-showChoicesXML] [-applyChoiceChangesXML ]
[-showChoicesAfterApplyingChangesXML ]
-pkg
-target <[DomainKey|MountPoint]>

@METS0JA
Copy link
Contributor

METS0JA commented Nov 15, 2023

Looks like the following error is hindering the installation:
installer: Error -target parameter required.

Usually on MacOS apps are either installed in /Applications or /usr/bin

So try out one of the following commands:

installer -pkg pipecraft_1.0.0.pkg -target /Applications

or

installer -pkg pipecraft_1.0.0.pkg -target /usr/bin

Also running the command with sudo and using the -allowUntrusted flag might be useful.

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

No branches or pull requests

2 participants