Extras icon indicating copy to clipboard operation
Extras copied to clipboard

error in install sagemath-installer

Open shutaozhenzhen opened this issue 5 years ago • 2 comments

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.

shutaozhenzhen avatar Dec 11 '20 12:12 shutaozhenzhen

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[bot] avatar Oct 27 '21 20:10 stale[bot]

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.

tech189 avatar Jun 21 '22 10:06 tech189