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

Issue with pip packages naming convention #42

Open
lordsoffallen opened this issue Oct 1, 2024 · 0 comments
Open

Issue with pip packages naming convention #42

lordsoffallen opened this issue Oct 1, 2024 · 0 comments

Comments

@lordsoffallen
Copy link

I managed to run conda pip install elevenlabs and it produced the following output:

Analyzing dependencies: done
conda will install:
 - httpx==0.27.2
 - httpcore==1.0.5
 - pydantic==2.9.2
 - pydantic_core==2.23.4
 - requests==2.32.3
 - typing_extensions==4.12.2
 - websockets==13.1
 - annotated-types==0.7.0
 - certifi==2024.8.30
 - charset-normalizer==3.3.2
 - idna==3.10
 - urllib3==2.2.3
 - anyio==4.6.0
 - sniffio==1.3.1
 - h11==0.14.0
pip will install:
 - elevenlabs==1.9.0
Proceed ([y]/n)? y

Running conda install...
Channels:
 - conda-forge
 - defaults
 - pytorch
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - pydantic_core==2.23.4

Current channels:

  - https://conda.anaconda.org/conda-forge
  - defaults
  - https://conda.anaconda.org/pytorch/noarch
  - https://conda.anaconda.org/pytorch/linux-64

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

The issue arose from pydantic_core package but the problem is that it's already installed but in conda it's called pydantic-core that's why it didn't recognize as installed nor try to install the right package. I think the different naming convention between pip and conda should be address when resolving dependencies.

I hope it gets fixed, I am looking forward to test the package more.

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

1 participant