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
Post a Comment for "Python Getting Symbol Not Found: __pycodecinfo_getincrementaldecoder"