SEN1221TUD / Q2_2024

0 stars 1 forks source link

Not able to import pandas #4

Open ejvdw opened 1 week ago

ejvdw commented 1 week ago

I am working with Jupyter Notebook via Anaconda. Somehow, when I try to import pandas, I get this error message:

Scherm­afbeelding 2024-11-14 om 15 04 07

This error message is cut off here, it goes on for a very long time. I've already tried multiple times to run each cell in the document again to make sure I didn't skip an important installation I had to do prior to this one. Any help is appreciated, thank you!

gnova3 commented 1 week ago

Hi @ejvdw,

Could you create a new environment in Anaconda and then install the requirements via the Terminal?

To do so, please follow this instructions here

Let me know if this works! Gabriel

ejvdw commented 1 week ago

Hi Gabriel, it worked. Thank you!

GasLineTrailNumber1Fan commented 1 week ago

I'd just like to add to this and mention that a friend and I had this exact same issue as well when using Python 3.12.7. I didn't see this thread and ended up creating a new Python environment with Anaconda and version 3.11.10 specified instead. My friend also solved it the same way. I think the main issue here may be with the specific version of Python (3.12.7) specified in the instructions.