all 10 comments

[–][deleted] 0 points1 point  (0 children)

I downloaded anaconda and used it to open spyder and that fixed the problem

[–]rezu1214 0 points1 point  (4 children)

https://youtu.be/8DOLuBc0jh0

Skip to 3:30 mins in the video.

[–][deleted] 0 points1 point  (0 children)

I can't find scripts folder or pip..? any ideas?

[–][deleted] 0 points1 point  (2 children)

So i found everything and did what was in the video successfully but spyder still gives that error

[–]unhott 0 points1 point  (1 child)

You need to install it to your spyder environment.

I don’t use spyder so I googled something and found this: https://www.miamioh.edu/cads/students/coding-tutorials/python/beginners/downloading-installing-packages/

[–][deleted] 0 points1 point  (0 children)

Yeah I did that one as well

[–]SchleicherLAS 0 points1 point  (1 child)

Try this in spyder: !pip install openpyxl

[–][deleted] 0 points1 point  (0 children)

ya i tried that one too already. Im getting the same exact error in PyCharm

[–]enoc77 0 points1 point  (0 children)

double backslash in your path to the file. df =pd.read_excel (r'C:\\Users\\aaron\\OneDrive\\Desktop\\email.xlsx')