conda-forge / conda-forge/miniforge
Fresh Mambaforge Install causes PyWinBufferView error
- Dominant language
- Shell
- Stars
- 10.2k
- Forks
- 530
- PR merge metrics
- No merged PRs in 30d
Description
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
After a base install of mambaforge, everytime I run `mamba` or `conda` or launch the miniforge prompt, I receive the below error:
```
The procedure entry point ?ini@PyWinBufferView@@QEAA_NPEAU_object@@_N1@Z could not be located in the dynamic link library C:\Code\mambaforge\Library\bib\pythoncom39.dll
```
### Installed packages
```shell
# packages in environment at C:\Code\mambaforge:
#
# Name Version Build Channel
brotlipy 0.7.0 py39hb82d6ee_1004 conda-forge
bzip2 1.0.8 h8ffe710_4 conda-forge
ca-certificates 2022.5.18.1 h5b45459_0 conda-forge
certifi 2022.5.18.1 py39hcbf5309_0 conda-forge
cffi 1.15.0 py39h0878f49_0 conda-forge
charset-normalizer 2.0.12 pyhd8ed1ab_0 conda-forge
colorama 0.4.4 pyh9f0ad1d_0 conda-forge
conda 4.12.0 py39hcbf5309_0 conda-forge
conda-package-handling 1.8.1 py39hb3671d1_1 conda-forge
cryptography 37.0.2 py39h7bc7c5c_0 conda-forge
idna 3.3 pyhd8ed1ab_0 conda-forge
krb5 1.19.3 h1176d77_0 conda-forge
libarchive 3.5.2 hb45042f_2 conda-forge
libcurl 7.83.1 h789b8ee_0 conda-forge
libffi 3.4.2 h8ffe710_5 conda-forge
libiconv 1.16 he774522_0 conda-forge
libmamba 0.22.1 h81a967f_1 conda-forge
libmambapy 0.22.1 py39h4126fcf_1 conda-forge
libsolv 0.7.22 h7755175_0 conda-forge
libssh2 1.10.0 h680486a_2 conda-forge
libxml2 2.9.14 hf5bbc77_0 conda-forge
libzlib 1.2.12 h8ffe710_0 conda-forge
lz4-c 1.9.3 h8ffe710_1 conda-forge
lzo 2.10 he774522_1000 conda-forge
mamba 0.22.1 py39hb3d9227_1 conda-forge
menuinst 1.4.18 py39hcbf5309_1 conda-forge
miniforge_console_shortcut 1.0 h57928b3_0 conda-forge
openssl 1.1.1o h8ffe710_0 conda-forge
pip 22.1.2 pyhd8ed1ab_0 conda-forge
pybind11-abi 4 hd8ed1ab_3 conda-forge
pycosat 0.6.3 py39hb82d6ee_1010 conda-forge
pycparser 2.21 pyhd8ed1ab_0 conda-forge
pyopenssl 22.0.0 pyhd8ed1ab_0 conda-forge
pysocks 1.7.1 py39hcbf5309_5 conda-forge
python 3.9.13 h9a09f29_0_cpython conda-forge
python_abi 3.9 2_cp39 conda-forge
pywin32 303 py39hb82d6ee_0 conda-forge
reproc 14.2.3 h8ffe710_0 conda-forge
reproc-cpp 14.2.3 h0e60522_0 conda-forge
requests 2.27.1 pyhd8ed1ab_0 conda-forge
ruamel_yaml 0.15.80 py39hb82d6ee_1007 conda-forge
setuptools 62.3.2 py39hcbf5309_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
sqlite 3.38.5 h8ffe710_0 conda-forge
tk 8.6.12 h8ffe710_0 conda-forge
tqdm 4.64.0 pyhd8ed1ab_0 conda-forge
tzdata 2022a h191b570_0 conda-forge
ucrt 10.0.20348.0 h57928b3_0 conda-forge
urllib3 1.26.9 pyhd8ed1ab_0 conda-forge
vc 14.2 hb210afc_6 conda-forge
vs2015_runtime 14.29.30037 h902a5da_6 conda-forge
wheel 0.37.1 pyhd8ed1ab_0 conda-forge
win_inet_pton 1.1.0 py39hcbf5309_4 conda-forge
xz 5.2.5 h62dcd97_1 conda-forge
yaml 0.2.5 h8ffe710_2 conda-forge
yaml-cpp 0.6.3 ha925a31_4 conda-forge
zlib 1.2.12 h8ffe710_0 conda-forge
zstd 1.5.2 h6255e5f_1 conda-forge
```
### Environment info
```shell
active environment : base
active env location : C:\Code\mambaforge
shell level : 1
user config file : C:\Users\\AppData\Local\conda\conda\pkgs
envs directories : C:\Code\mambaforge\envs
C:\Users\\.conda\envs
C:\Users\\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.12.0 requests/2.27.1 CPython/3.9.13 Windows/10 Windows/10.0.19044
administrator : False
netrc file : None
offline mode : False
```
Contributor guide
Assessment
This issue has not been assessed yet.