Skip to content Skip to sidebar Skip to footer

Python Getting Symbol Not Found: __pycodecinfo_getincrementaldecoder

I am trying to use selenium in python and I am getting the following error: Symbol not found: __PyCodecInfo_GetIncrementalDecoder >>> from selenium import webdriver Trace

Solution 1:

It turned out it was a python issue, after installing a new version of python. Running this solved the issue:

hash -r python

Solution 2:

This problem is most probably caused by Brew Installed python.

The python official website provides downloads for macOS, you should download and install the official package.

The official installer will fix the python link automatic, then issue solved.

Post a Comment for "Python Getting Symbol Not Found: __pycodecinfo_getincrementaldecoder"