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

multi: Use installer.type for python and mro #121

Closed
wants to merge 1 commit into from

Conversation

niheaven
Copy link
Member

Test manifests for ScoopInstaller/Scoop#3502

Could be merged after above PR merged.

bucket/python.json Show resolved Hide resolved
@rasa
Copy link
Member

rasa commented Jun 19, 2019

I tried installing mro locally, but received this error:

Running installer script...
DEBUG[1560887074.93424] $out = -------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------

  Started : Tuesday, June 18, 2019 7:44:34 PM
   Source : C:\scoop\apps\mro\3.5.3\Microsoft\MRO-3.5.3.0\
     Dest : C:\scoop\apps\mro\3.5.3\

    Files : *.*

  Options : *.* /S /E /DCOPY:DA /COPY:DAT /MOVE /R:1000000 /W:30

------------------------------------------------------------------------------

2019/06/18 19:44:34 ERROR 3 (0x00000003) Accessing Source Directory C:\scoop\apps\mro\3.5.3\Microsoft\MRO-3.5.3.0\
The system cannot find the path specified. -> C:\scoop\apps\scoop\current\lib\core.ps1:422:9
Could not find 'MRO-3.5.3.0'! (error 16)
At C:\scoop\apps\scoop\current\lib\core.ps1:423 char:9
+         throw "Could not find '$(fname $from)'! (error $($proc.ExitCo ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Could not find 'MRO-3.5.3.0'! (error 16):String) [], RuntimeException
    + FullyQualifiedErrorId : Could not find 'MRO-3.5.3.0'! (error 16)

@niheaven
Copy link
Member Author

Works fine for me... Have you pull recent commits from ScoopInstaller/Scoop#3502?

Console Output
λ  scoop update mro -f
mro: 3.5.3 -> 3.5.3
Updating one outdated app:
Updating 'mro' (3.5.3 -> 3.5.3)
Downloading new version
Loading microsoft-r-open-3.5.3.exe from cache
Checking hash of microsoft-r-open-3.5.3.exe ... ok.
Uninstalling 'mro' (3.5.3)
Removing shim for 'r'.
Removing shim for 'rterm'.
Removing shim for 'rscript'.
Unlinking D:\Scoop\apps\mro\current
Installing 'mro' (3.5.3) [64bit]
Loading microsoft-r-open-3.5.3.exe from cache
Extracting microsoft-r-open-3.5.3.exe ... done.
Running installer script...done.
Linking D:\Scoop\apps\mro\current => D:\Scoop\apps\mro\3.5.3
Creating shim for 'r'.
Creating shim for 'rterm'.
Creating shim for 'rscript'.
'mro' (3.5.3) was installed successfully!
Notes
-----
You'll need to type 'r.ps1' or 'r.cmd' to run MRO, because in Powershell 'r' runs the last command. Alternatively 'rterm' can be used to start the
interactive R terminal session.

You can remove Powershell's 'r' command with:
rm alias:\r

... but this only affects your current session: if you'd like to remove it for all future sessions you need to add the command above to your Powershell
profile.

Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many
other improvements.

@rasa
Copy link
Member

rasa commented Jun 19, 2019

Sorry, I didn’t test against ScoopInstaller/Scoop#3502 .

@chawyehsu chawyehsu added waiting feedback Waiting for user feedback upstream Waiting for upstream (the developers of the software) to fix the problem labels Jun 29, 2019
@stale
Copy link

stale bot commented Nov 3, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 3, 2021
@niheaven niheaven added verified and removed waiting feedback Waiting for user feedback labels Nov 3, 2021
@stale stale bot removed the stale label Nov 3, 2021
@HUMORCE
Copy link
Member

HUMORCE commented Jan 13, 2024

Reopen when the Core is ready.

@HUMORCE HUMORCE closed this Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Waiting for upstream (the developers of the software) to fix the problem verified
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants