I get an error like when I try to import pandas.
AttributeError: module 'pandas' has no attribute 'compat'
ImportError: cannot import name 'NA'
I got an error like the one above, so I was in trouble, so make a note of what to do.
pip install -U pandas
Pandas import error in python Impossible
!pip uninstall pandas -y
About pandas cannot be imported (AttributeError)
Impossible
Can't get jupter to start #2344 Refer to the above article
pip install --upgrade pip
pip uninstall python-dateutil
pip install python-dateutil
With this You can now import pandas,
ERROR: heroku 0.1.4 has requirement python-dateutil==1.5, but you'll have python-dateutil 2.8.1 which is incompatible.
ERROR: boto3 1.9.120 has requirement botocore<1.13.0,>=1.12.120, but you'll have botocore 1.13.8 which is incompatible.
ERROR: awscli 1.16.272 has requirement rsa<=3.5.0,>=3.1.2, but you'll have rsa 4.0 which is incompatible.
I got the above error, so it seems to be echoing elsewhere? For the time being, I passed through lol
Recommended Posts