Open zaphot opened 6 years ago
Please open a normal cmd.exe prompt (not the Anaconda Prompt
) and enter:
where libcurl.dll
>where libcurl.dll
INFORMATION: Es konnten keine Dateien mit dem angegebenen
Muster gefunden werden.
this just states: nothing found with this name
I suspect you have a broken zlib.dll
in C:\Windows\System32
. Please from a cmd.exe
prompt run: where zlib.dll
. If you see: C:\Windows\System32\zlib.dll
then some 3rd party software developer has probably taken the view that escaping DLL-hell for their software is more important than any other software working correctly on your computer. If this is the case and you can figure out what software this is (maybe by comparing date stamps) I would like to know the details. Renaming it to something else should allow our curl
executable to find its libcurl.dll
on PATH
correctly.
After this (and if this doesn't work) can you try installing only curl
to its own environment from the Anaconda Prompt
and verify that your output is similar to mine as follows:
conda create -n curl curl
Solving environment: done
## Package Plan ##
environment location: C:\Users\builder\m64\envs\curl
added / updated specs:
- curl
The following packages will be downloaded:
package | build
---------------------------|-----------------
vs2015_runtime-14.0.25123 | 3 2.0 MB defaults
curl-7.59.0 | h7602738_0 120 KB defaults
libssh2-1.8.0 | hd619d38_4 184 KB defaults
libcurl-7.59.0 | hc4dcbb0_0 243 KB defaults
vc-14 | h0510ff6_3 3 KB defaults
------------------------------------------------------------
Total: 2.5 MB
The following NEW packages will be INSTALLED:
ca-certificates: 2018.03.07-0 defaults
curl: 7.59.0-h7602738_0 defaults
libcurl: 7.59.0-hc4dcbb0_0 defaults
libssh2: 1.8.0-hd619d38_4 defaults
openssl: 1.0.2o-h8ea7d77_0 defaults
vc: 14-h0510ff6_3 defaults
vs2015_runtime: 14.0.25123-3 defaults
zlib: 1.2.11-h8395fce_2 defaults
Proceed ([y]/n)? y
Downloading and Extracting Packages
vs2015_runtime 14.0.25123########################################################################################################################################################################################################### | 100%
curl 7.59.0######################################################################################################################################################################################################################### | 100%
libssh2 1.8.0####################################################################################################################################################################################################################### | 100%
libcurl 7.59.0###################################################################################################################################################################################################################### | 100%
vc 14############################################################################################################################################################################################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate curl
#
# To deactivate an active environment, use
#
# $ conda deactivate
(base) C:\Users\builder>conda activate curl
(curl) C:\Users\builder>curl
curl: try 'curl --help' or 'curl --manual' for more information
(curl) C:\Users\builder>
>where zlib.dll
INFORMATION: Es konnten keine Dateien mit dem angegebenen
Muster gefunden werden.
so also not found.
Using curl in its own environment works
(curl) C:\Users\thorsten>where libcurl.dll
C:\Users\thorsten\Anaconda3\envs\curl\Library\bin\libcurl.dll
(curl) C:\Users\thorsten>deactivate
(base) C:\Users\thorsten>where libcurl.dll
INFORMATION: Es konnten keine Dateien mit dem angegebenen
Muster gefunden werden.
installed version: curl version 7.59.0, build h7602738_0
steps to reproduce:
german error message (just stating: libcurl.dll seems to be missing and i should try to reinstall the program):
conda info:
conda list --show-channel-urls