ryanvolz / radioconda

Software radio distribution and installer for conda
Other
340 stars 39 forks source link

Latest radioconda (install with conda) - Error #51

Closed xjugs closed 11 months ago

xjugs commented 1 year ago

Hello,

when I try to install the latest radioconda version (with conda): conda create -n radioconda -c conda-forge -c ryanvolz --only-deps radioconda

I got the the following error: Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed

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

Is it because there is a "failing" symbol near the "build radioconda" label?

Thanks

ryanvolz commented 1 year ago

Hmm, it worked for me just now. What platform are you using (e.g. Linux, Windows), and what version of conda? The PackagesNotFoundError referencing "radioconday" seems to indicate a typo somewhere.

The build failing thing was an incidental GitHub issue; it didn't effect the actual release. I restarted an old job to see if that will clear up the badge.

xjugs commented 1 year ago

Linux ubuntu 20.04 I've installed 'Anaconda3-2022.10-Linux-x86_64.sh'

I'm pretty sure there is no typo. Anyway, I'll try again (now the radioconda build status is green).

BTW, is there any difference between installing radioconda from your channel or via the *.sh file [radioconda-2023.01.19-Linux-x86_64.sh]?

ryanvolz commented 1 year ago

BTW, is there any difference between installing radioconda from your channel or via the *.sh file [radioconda-2023.01.19-Linux-x86_64.sh]?

You may get a slightly different overall set of packages installed with the former, since it only has requirements on the subset of packages of interest and the dependencies of those packages may have been updated since the time the installer was created. But mostly it should be the same experience. Installing from the lock file will produce identical results to the .sh installer and bypasses the conda environment solver.

xjugs commented 1 year ago

Anyway, I'll try again (now the radioconda build status is green).

I've checked it again but the installation still fails. It says:

(base) samla@PC-NUC1:~$ conda create -n radioconda -c conda-forge -c ryanvolz --only-deps radioconday Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed

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

Current channels:

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.

Do you have any idea please?

I'm using Ubuntu 20.04. Anaconda3-2022.10-Linux-x86_64