conda smithy issue on Windows
See original GitHub issueI tried to rerender a feedstock using conda smithy on Windows, but I got the following error:
> conda smithy rerender
Using Anaconda API: https://api.anaconda.org
Fetching package metadata ............Could not find URL: https://repo.continuum.io/pkgs/msys2/linux-64/
My conda configuration is as follows:
> conda info
Current conda install:
platform : win-64
conda version : 4.1.11
conda-env version : 2.5.2
conda-build version : 1.21.14+0.g4dfebe9.dirty
python version : 3.5.1.final.0
requests version : 2.9.1
root environment : C:\Users\ivofl\Miniconda3 (writable)
default environment : C:\Users\ivofl\Miniconda3
envs directories : C:\Users\ivofl\Miniconda3\envs
package cache : C:\Users\ivofl\Miniconda3\pkgs
channel URLs : https://conda.anaconda.org/t/<TOKEN>/clinicalgraphics/win-64/
https://conda.anaconda.org/t/<TOKEN>/clinicalgraphics/noarch/
https://conda.anaconda.org/t/<TOKEN>/conda-forge/win-64/
https://conda.anaconda.org/t/<TOKEN>/conda-forge/noarch/
https://repo.continuum.io/pkgs/free/win-64/
https://repo.continuum.io/pkgs/free/noarch/
https://repo.continuum.io/pkgs/pro/win-64/
https://repo.continuum.io/pkgs/pro/noarch/
https://repo.continuum.io/pkgs/msys2/win-64/
https://repo.continuum.io/pkgs/msys2/noarch/
config file : C:\Users\ivofl\.condarc
offline mode : False
is foreign system : False
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
conda-forge/conda-smithy: The tool for managing ... - GitHub
conda -smithy is a tool for combining a conda recipe with configurations to build using freely hosted CI services into a single repository,...
Read more >Infrastructure — conda-forge 2022.11.22 documentation
Smith y lives in the repository conda-forge/conda-smithy. ... Presently Azure has some issues building libraries using cmake on Windows.
Read more >conda-smithy: an easy way to build and deploy your ... - Medium
I wanted to test conda-smithy for a long time. ... connect AppVeyor to your repo to build on Windows,; manage the tokens to...
Read more >Julia 1.8.0 via conda-forge is now available - General Usage
Issues · conda-forge/julia-feedstock ... A conda-smithy repository for julia. Contribute to conda-forge/julia-feedstock development by creating an ...
Read more >conda-forge/conda-forge.github.io - Gitter
For the gcc question. What is the status of the newer ... I have it working for Linux and Windows, but am stumbling...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The fix for this is released in
2.0.0
FYI. Am very excited that Windows users will be able to re-render. 🎉 Am very interested to hear feedback from all of you on your experiences using the newconda-smithy
and iterate on it as needed. 😄Just put together PR ( https://github.com/conda-forge/conda-smithy/pull/401 ), which is overriding channel settings. While I suspect it might fix this issue, I don’t have any way of testing. So would appreciate if others struggling with this issue take a look and see if it does fix it or not. Note there may be other Windows issues that need to be addressed. Am merely referring to the
msys2
issue during re-rendering.