I created a new conda env: conda create -n test_env
python 3.8 was installed (remark: my python is 3.7.3 under windows10 and anaconda)
When launching jupyter notebook in this environment I got the following error (translated in english):
The entry point of procedure ?PyWinObject_FromULARGE_INTEGR@@YAPEAU_object@@AEBT_ULARGE_INTEGER@@@Z can't be found in the dynamic link libary <~user>AppData\Local\Continuum\anaconda3\envs\test_env\Library\bin\pythoncom37.dll.
I create again (after removal): conda create -n test_env python=3.7
and got same issue
When using already existing conda envs no issue, just on the new ones.
Thank you for your help.