Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 691 Bytes

workarounds.md

File metadata and controls

24 lines (15 loc) · 691 Bytes

Workarounds

Problem 1:

installing pakages on the conda enviroment outputs the following error: Entry Point Not Found The procedure entry point OPENSSL_sk_new_reserve could not be located in the dynamic link library XXXXX\Anaconda3\Library\bin\libssl-1_1-x64.dll

Solution 1:

I copied the one in Anaconda/DLLS and replaced that in Anaconda/Library/bin and conda started working again, at least for now - I could install new packages again.

Github Solution

Problem 2:

change jupyter notebook starting dir

Solution 2:

start jupyter with Anaconda Prompt

jupyter notebook --notebook-dir="D:\\project"