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

installation failure #157

Closed
imakihi opened this issue Apr 1, 2024 · 2 comments
Closed

installation failure #157

imakihi opened this issue Apr 1, 2024 · 2 comments

Comments

@imakihi
Copy link

imakihi commented Apr 1, 2024

Hi there.
I wanted to install pg2b3dm to my machine but I kept failing. I installed .NET 6.0 SDK (6.0.420) and typed
dotnet tool install -g pg2b3dm

But I got following error message.

`C:\Users\myname\AppData\Local\Temp\6ee5a7d2-440f-489c-81a5-617ab69a73d0\restore.csproj : error NU1101: Unable to find pa
ckage b3dm.tileset. No packages exist with this id in source(s): nuget.org
The tool package could not be restored.
Tool 'pg2b3dm' failed to install. This failure may have been caused by:

  • You are attempting to install a preview release and did not use the --version option to specify the version.
  • A package by this name was found, but it was not a .NET tool.
  • The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
  • You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool`

Do I miss some steps to install correctly?

Here is my machine and os spec.
Windows 11 Pro version 10.0.22361 Build 22631
AMD Ryzen Threadrpper 3960X
128GB RAM
Enough HD space.

Thank you!

@bertt
Copy link
Member

bertt commented Apr 1, 2024

Hi, I see there is an error with the published 2.6.1, for now you can try with 2.6.0

dotnet tool install --global pg2b3dm --version 2.6.0

@imakihi
Copy link
Author

imakihi commented Apr 1, 2024

Awesome, it worked. Thank you for your help!
@bertt

@imakihi imakihi closed this as completed Apr 1, 2024
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