This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author owais.ali
Recipients owais.ali, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-10.10:43:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594377832.45.0.135300974033.issue41267@roundup.psfhosted.org>
In-reply-to
Content
Hello... I am deploying a django application over the AWS Cloud Server EC2 windows instance having AMD64 architecture. I have installed python 3.7.6 over the server and install all modules (numpy pandas matplotlib django etc) using pip. I have set the sqlite server on AWS. I changed the path variables from local dir to server dir and also change the database server name. but When I run the server from cmd by typing "python manage.py runserver" I am facing an issue/error that says pandas module does not have plotting module. Whereas I checked in site-pakages under pandas folder, there is a subfolder named as 'plotting'. I have again installed the newer version of pip by upgrade pip command then install the pandas but no success acheived. Kindly help me out I am attaching 2 pictures, one is the error and other is project directory where all scripts are present.
History
Date User Action Args
2020-07-10 10:43:52owais.alisetrecipients: + owais.ali, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-10 10:43:52owais.alisetmessageid: <1594377832.45.0.135300974033.issue41267@roundup.psfhosted.org>
2020-07-10 10:43:52owais.alilinkissue41267 messages
2020-07-10 10:43:52owais.alicreate