I am VERY new to coding and have been following the Wiki in hopes of creating our own "adopt a storm drain" web page for our organization.
I was installing the prereqs with Chocolately:
choco install ruby rubygems ruby2.devkit postgresql mingw
and the prompts were moving forward smoothly until I reached this error:
The install of mingw was successful.
Software installed to 'C:\ProgramData\chocolatey\lib\mingw\tools\install'
Chocolatey installed 8/10 packages. 2 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Installed:
- mingw v8.1.0
- ruby2.devkit v4.7.2.2013022403
- ruby v2.6.1.1
- postgresql v10.6.0.20190131
- chocolatey-core.extension v1.3.3
- vcredist2013 v12.0.40660.20180427
- 7zip.commandline v16.02.0.20170209
- 7zip.portable v18.6
Packages requiring reboot:
- vcredist2013 (exit code 3010)
The recent package changes indicate a reboot is necessary.
Please reboot at your earliest convenience.
Failures
- postgresql10 (exited 1) - Error while running 'C:\ProgramData\chocolatey\lib\postgresql10\tools\chocolateyInstall.ps1'.
See log for details.
- rubygems - rubygems not installed. The package was not found with the source(s) listed.
Source(s): 'https://chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify --pre,
the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
assistance.
PS C:\WINDOWS\system32> cd C:\tools\ruby22\DevKit2
cd : Cannot find path 'C:\tools\ruby22\DevKit2' because it does not exist.
At line:1 char:1
- cd C:\tools\ruby22\DevKit2
-
+ CategoryInfo : ObjectNotFound: (C:\tools\ruby22\DevKit2:String) [Set-Location], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
PS C:\WINDOWS\system32>
Any thoughts?
I am VERY new to coding and have been following the Wiki in hopes of creating our own "adopt a storm drain" web page for our organization.
I was installing the prereqs with Chocolately:
choco install ruby rubygems ruby2.devkit postgresql mingw
and the prompts were moving forward smoothly until I reached this error:
The install of mingw was successful.
Software installed to 'C:\ProgramData\chocolatey\lib\mingw\tools\install'
Chocolatey installed 8/10 packages. 2 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Installed:
Packages requiring reboot:
The recent package changes indicate a reboot is necessary.
Please reboot at your earliest convenience.
Failures
See log for details.
Source(s): 'https://chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify
--pre,the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
assistance.
PS C:\WINDOWS\system32> cd C:\tools\ruby22\DevKit2
cd : Cannot find path 'C:\tools\ruby22\DevKit2' because it does not exist.
At line:1 char:1
PS C:\WINDOWS\system32>
Any thoughts?