prefix-dev / prefix-dev

Issue tracker for anything related to https://prefix.dev
10 stars 0 forks source link

Unable to install x264 - suspect due to epoch in version number #49

Closed jamesmyatt closed 4 weeks ago

jamesmyatt commented 1 month ago

I'm unable to install x264 on win-64. Here's the error I get. I assume it's related to the URL having a "!" in it for the epoch. What do you think? Sorry if this isn't the right issue tracker.

>conda create -c https://prefix.dev/conda-forge x264 -n x264-test --override-channels

Channels:
 - conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Users\...\.conda\envs\x264-test

  added / updated specs:
    - x264

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    x264-1!164.3095            |       h8ffe710_2        1017 KB  conda-forge
    ------------------------------------------------------------
                                           Total:        1017 KB

The following NEW packages will be INSTALLED:

  ucrt               conda-forge/win-64::ucrt-10.0.22621.0-h57928b3_0
  vc                 conda-forge/win-64::vc-14.3-h8a93ad2_20
  vc14_runtime       conda-forge/win-64::vc14_runtime-14.40.33810-hcc2c482_20
  vs2015_runtime     conda-forge/win-64::vs2015_runtime-14.40.33810-h3bf8584_20
  x264               conda-forge/win-64::x264-1!164.3095-h8ffe710_2

Proceed ([y]/n)? y

Downloading and Extracting Packages:

CondaHTTPError: HTTP 404 NOT FOUND for url <https://prefix.dev/conda-forge/win-64/x264-1!164.3095-h8ffe710_2.tar.bz2>
Elapsed: 00:00.172901

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

CondaHTTPError: HTTP 404 NOT FOUND for url <https://prefix.dev/conda-forge/win-64/x264-1!164.3095-h8ffe710_2.tar.bz2>
Elapsed: 00:00.172901

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
baszalmstra commented 4 weeks ago

We just merged a fix, will be available on https://prefix.dev within an hour.

jamesmyatt commented 3 weeks ago

Perfect. Thank you. Working great!