Win10 run anaconda prompt command prompt can not locate program input point

wrong description:

  • Anaconda python.exe cannot locate the program input point dynamic link library pythoncom37.dll
  • This error will be prompted every time you run conda install or uninstall

Solution:

  1. According to the introduction of method 2 in reference 1, deleting the numpy that comes with the anaconda base environment can solve the problem

  2. But when running the following command, it still prompts that it cannot locate the program input point error

conda install numpy


3. According to the content of Reference 2

  • Copy the libssl-1_1-x64.dll file in the Anaconda\DLLS directory
  • Enter the Anaconda\Library\bin directory, paste and replace.
  1. result:
    Insert picture description here

[1] Reference 1
[2] Reference 2

Guess you like

Origin blog.csdn.net/u013894391/article/details/104245556