ScoopInstaller / Extras

📦 The Extras bucket for Scoop.
https://scoop.sh
The Unlicense
1.77k stars 1.33k forks source link

error in install sagemath-installer #5286

Open shutaozhenzhen opened 3 years ago

shutaozhenzhen commented 3 years ago
Get-Item:
Line |
  13 |      (Get-Item "$dir\runtime\$_").Attributes = 'System'
     |       ~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path 'C:\Users\*\scoop\apps\sagemath-installer\0.6.1-9.2\runtime\usr\share\terminfo\63\ci8510' because it does not exist.
InvalidOperation:
Line |
  13 |      (Get-Item "$dir\runtime\$_").Attributes = 'System'
     |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | The property 'Attributes' cannot be found on this object. Verify that the property exists and can be set.
stale[bot] commented 2 years ago

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.

tech189 commented 2 years ago

Installer script is still broken in version 0.6.3-9.3. The installation completes but with the same errors as above. The SageMath and SageMath Notebook shortcuts load with warnings. SageMath Shell loads fine. However, not sure how to fix as I don't understand what the installer script is setting up.