abilian / olapy

OlaPy, an experimental OLAP engine based on Pandas
GNU Lesser General Public License v2.1
103 stars 19 forks source link

Error while initiating package : olapy init #25

Open sdureddy84 opened 4 years ago

sdureddy84 commented 4 years ago

Get this error message after I run : olapy init error message : type object 'Callable' has no attribute '_abc_registry' Cause: Might be the typing package in python 3.7(pip 20.0.2) might have an issue. I have checked other blogs but with no success

sglambert commented 3 years ago

Hi @sdureddy84 did you resolve this issue? I just got the same. Using Python 3.7, not sure what pip version, proabably 20.0.2 as well. Cheers

sglambert commented 3 years ago

Hi @sdureddy84 I resolved this issue with the command pip uninstall typing