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

[Bug] Unable to install Kernal Memory Core without deprecated packages #457

Closed
0x59d opened this issue May 3, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working triage

Comments

@0x59d
Copy link

0x59d commented May 3, 2024

Context / Scenario

Trying to install Kernel Memory Core package through nuget package manager on dotnet 8 solution. The packages referenced are deprecated and alternative suggestion is the Microsoft.KernelMemory.Core package.

What happened?

When attempting to install Microsoft.KernelMemory.Core, I'm receiving the following errors stating unable to find the (deprecated) packages.

Expected: To install Microsoft.KernelMemory.Core without errors/installing deprecated packages

Importance

I cannot use Kernel Memory

Platform, Language, Versions

Dotnet 8.0
Windows
Visual Studio 2022
Web API + Console App

Relevant log output

Errors:

Error	NU1102	Unable to find package Microsoft.KernelMemory.Abstractions with version (>= 0.50.240502.2)
  - Found 71 version(s) in nuget.org [ Nearest version: 0.40.240430.1 ]
  - Found 0 version(s) in Microsoft Visual Studio Offline Packages	KernelMemory

Error	NU1102	Unable to find package Microsoft.KernelMemory.AI.TikToken with version (>= 0.50.240502.2)
  - Found 2 version(s) in nuget.org [ Nearest version: 0.40.240501.1 ]
  - Found 0 version(s) in Microsoft Visual Studio Offline Packages	KernelMemory	

Error	NU1102	Unable to find package Microsoft.KernelMemory.AI.AzureOpenAI with version (>= 0.50.240502.2)
  - Found 32 version(s) in nuget.org [ Nearest version: 0.40.240501.1 ]
  - Found 0 version(s) in Microsoft Visual Studio Offline Packages	KernelMemory

Full Package Error List:

Microsoft.KernelMemory.MemoryDb.AzureAISearch
Microsoft.KernelMemory.AI.LlamaSharp
Microsoft.KernelMemory.DataFormats.AzureAIDocIntel
Microsoft.KernelMemory.ContentStorage.AzureBlobs
Microsoft.KernelMemory.AI.OpenAI
Microsoft.KernelMemory.Orchestration.RabbitMQ
Microsoft.KernelMemory.MemoryDb.Quadrant
Microsoft.KernelMemory.MemoryDb.Postgres
Microsoft.KernelMemory.Orchestration.AzureQueues
Microsoft.KernelMemory.MemoryDb.MongoDbAtlas
Microsoft.KernelMemory.MemoryDb.Redis
@0x59d 0x59d added bug Something isn't working triage labels May 3, 2024
@dluc dluc self-assigned this May 4, 2024
@dluc
Copy link
Collaborator

dluc commented May 4, 2024

This should fix the problem #458 - New nugets to be published soon

@0x59d
Copy link
Author

0x59d commented May 4, 2024

Cheers, thanks for the promptness

@dluc
Copy link
Collaborator

dluc commented May 4, 2024

Problem fixed, version 0.50.240504.7

@dluc dluc closed this as completed May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants