Ich erhalte eine Fehlermeldung, wenn ich versuche, Pandas zu importieren.
AttributeError: module 'pandas' has no attribute 'compat'
ImportError: cannot import name 'NA'
Ich habe den obigen Fehler erhalten, also war ich in Schwierigkeiten. Notieren Sie sich, was zu tun ist.
pip install -U pandas
Pandas-Importfehler in Python Unmöglich
!pip uninstall pandas -y
Über Pandas kann nicht importiert werden (AttributeError)
Unmöglich
Can't get jupter to start #2344 Siehe den obigen Artikel
pip install --upgrade pip
pip uninstall python-dateutil
pip install python-dateutil
Mit diesem Sie können jetzt Pandas importieren,
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.
Ich habe den obigen Fehler erhalten, also scheint er woanders zu widerhallen? Vorerst bin ich durch lol gegangen
Recommended Posts