Skip to content
Advertisement

Tag: pythonw

Pythonw stuck on python2.7 on MacOS X 10.15.7 in conda environment

How can I force pythonw to use python3 instead of python2? Here are the outputs from my zsh terminal (MacOS X 10.15.7): However when it comes to pythonw, I get such an output: How can I make the pythonw to execute using python3? Additional info – I am trying to install DeepLabCut software package with these instructions, and everything works

Update anaconda failed – Entry point not found

I have just tried to update my anaconda environment to the latest version and I am now receiving errors. I opened the conda environment as an admin, and the commands issued were: First command finished fine. Second command produced error: I have found a reference to this sort of error that requires me to copy a file libssl-1-1-x64.dll from Anaconda3/Library/bin

Advertisement