conda-forge / conda-forge/conda-forge.github.io

Instalation with miniconda failed on win10

Open
#1,504 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
170
Forks
320
Avg merge
2d 10h
Merged PRs (30d)
5

Description

- [x] I read [the conda-forge documentation](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge) and could not find the solution for my problem there.

**Issue:**

The file current_repodata.json doesn't exists into https://conda.anaconda.org/conda-forge/win-64/
when I try to install osmnx with:

conda config --prepend channels conda-forge
conda create -n ox --strict-channel-priority osmnx



Environment (conda list):

```
$ conda list

# packages in environment at D:\prgFiles\miniconda3:
#
# Name Version Build Channel
brotlipy 0.7.0 py39h2bbff1b_1003
ca-certificates 2021.7.5 haa95532_1
certifi 2021.5.30 py39haa95532_0
cffi 1.14.6 py39h2bbff1b_0
chardet 4.0.0 py39haa95532_1003
conda 4.10.3 py39haa95532_0
conda-package-handling 1.7.3 py39h8cc25b3_1
console_shortcut 0.1.1 4
cryptography 3.4.7 py39h71e12ea_0
git 2.32.0 haa95532_1
idna 2.10 pyhd3eb1b0_0
menuinst 1.4.16 py39h2bbff1b_0
openssl 1.1.1k h2bbff1b_0
pip 21.2.4 py38haa95532_0
powershell_shortcut 0.0.1 3
pycosat 0.6.3 py39h2bbff1b_0
pycparser 2.20 py_2
pyopenssl 20.0.1 pyhd3eb1b0_1
pysocks 1.7.1 py39haa95532_0
python 3.9.5 h6244533_3
pywin32 228 py39he774522_0
requests 2.25.1 pyhd3eb1b0_0
ruamel_yaml 0.15.100 py39h2bbff1b_0
setuptools 52.0.0 py39haa95532_0
six 1.16.0 pyhd3eb1b0_0
sqlite 3.36.0 h2bbff1b_0
tqdm 4.61.2 pyhd3eb1b0_1
tzdata 2021a h52ac0ba_0
urllib3 1.26.6 pyhd3eb1b0_1
vc 14.2 h21ff451_1
vs2015_runtime 14.27.29016 h5e58377_2
wheel 0.36.2 pyhd3eb1b0_0
win_inet_pton 1.1.0 py39haa95532_0
wincertstore 0.2 py39h2bbff1b_0
yaml 0.2.5 he774522_0
```



Details about conda and system ( conda info ):

```
$ conda info

active environment : base
active env location : D:\prgFiles\miniconda3
shell level : 1
user config file : C:\Users\\.condarc
populated config files : C:\Users\\.condarc
conda version : 4.10.3
conda-build version : not installed
python version : 3.9.5.final.0
virtual packages : __cuda=11.0=0
__win=0=0
__archspec=1=x86_64
base environment : D:\prgFiles\miniconda3 (writable)
conda av data dir : D:\prgFiles\miniconda3\etc\conda
conda av metadata url : None
channel URLs : 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
package cache : D:\prgFiles\miniconda3\pkgs
C:\Users\\.conda\pkgs
C:\Users\\AppData\Local\conda\conda\pkgs
envs directories : D:\prgFiles\miniconda3\envs
C:\Users\\.conda\envs
C:\Users\\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.10.3 requests/2.25.1 CPython/3.9.5 Windows/10 Windows/10.0.19041
administrator : False
netrc file : None
offline mode : False

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.