Installation fails when installing semantic-kernel - a conda package must be provided for EVERY release of Semantic Kernel
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- anaconda, python
- Domain
- build-system, release
Research direction
Review the Semantic Kernel Python SDK’s release and packaging process, then verify how a conda-forge package could be produced for each release. Confirm that conda install semantic-kernel -c conda-forge resolves successfully and update the documentation to describe the conda distribution.
Written by the indexing model from the issue text.
Description
Requirement: a conda "core" package shall be provided for EVERY release of the Semantic Kernel Python SDK.
WHY: conda packages make it easier to create robust production solutions with lower-level technical "build" skills. It takes less effort and knowledge for typical end users. Data scientists, data analysts, AI application engineers, and scientists usually have "good enough" Python application skills, but low or no technical skills and experience using Visual Studio, "Cmake", Ant, Maven, and compiled languages.
In the Semantic Kernel documentation overview, it states:
"To make the [Semantic] Kernel as lightweight as possible, the core pip package should have a minimal set of external dependencies. On the other hand, the SDK should not reinvent mature solutions already available, unless of major concerns."
There is no mention of distributing Semantic Kernel as conda-formatted package.
WHAT I TRIED:
I just tried installing Semantic Kernel with conda and it failed:
conda install semantic-kernel -c conda-forge
RESULTS:
conda install semantic-kernel -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.PackagesNotFoundError: The following packages are not available from current channels:
- semantic-kernel
Current channels:
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
In the rush to "get to market" many Python developers do not remember that most users are data scientists, data analysts, AI application engineers, and non-professional software engineers, i.e., "script writers". We want to make it as easy as possible for the majority of users to create robust and reliable PRODUCTION implementations.
conda packages make it easier to build production quality environments by removing the complexity of build tools for the end user.
The conda environment manager verifies and assures that full environment-wide integrity will be preserved before conda commits any transactions. If not, then conda aborts without changing anything.
Pip is a greedy and selfish package manager that does its business wherever the user happens to be -- pip squats, plops, downgrades or rips out packages -- then zips up its pants and leaves. Pip is only a package manager. Pip drops its package to satisfy the current urge(nt) need, without ensuring environment-wide mutual compatibility. Pip does not verify environment integrity, nor does it inform conda where and how it "pipped". The conda index is not updated after pip does its business.
Please respect typical users needs for simplicity to build reliable robust solutions.
Thank you.
Off Soap-Box
- Dominant language
- Mermaid
- Stars
- 263
- Forks
- 167
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MicrosoftDocs/semantic-kernel-docs
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
MicrosoftDocs/semantic-kernel-docs#434 · 1 reaction ·
-
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 1/5 Under an hour Newbie friendliness 65/100
-
Difficulty 5/5 Over a week Newbie friendliness 10/100
All issues in MicrosoftDocs/semantic-kernel-docs
Similar issues
-
type/automation type/tech-debt
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
package-update
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oSoWoSo/vOid_Community_repOsitory#147 · 1 comment ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
agentic-workflows cascade-suspected
Difficulty 1/5 Under an hour Newbie friendliness 88/100