On 27/05/18 04:43, Bhavna Soni wrote:
> I installed pandas library using pip9. I get errors while importing
> it, Uninstalling and Re-installing won't help. It says DLL load failed
> as window file is not found. The next time I import it says pandas
> don't have core attribute, ut core folder is present in the directory.
> I am using Python 3.6 and Windows 10. How to remove this error?
> 

It may be a hammer to a nut solution but it may be simpler to just
install an all-in-one distibution like Anaconda. It may be a step
behind leading edge but most folks don;t need leading edge and
it avoids all the hassles of sorting out dependencies etc.

https://www.anaconda.com/download

Especially since your sig suggests you might want to use more
than just pandas from the SciPy/Scikit package collection.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to