Packages Not Found Error

0 views
Skip to first unread message

TANMOY DUTTA

unread,
Jan 15, 2018, 2:14:46 AM1/15/18
to Anaconda - Public
Hi myself Tanmoy Dutta I am from India, the M.Sc student at Vidyasagar University;  I am facing a problem regarding Anaconda packages installation. Tomorrow I installed Anaconda application (Python2.7) on my Windows 8.1 (64-bit laptop), some software packages were not available and I try to install by using " conda install package name" in conda prompt window but an error message will be displayed it is "packages not found error". That's why I am asking a help that how can I install those packages? If anyone can do this kindly reply me as soon as it is possible. Again I will attach the image of packages (highlighted part are not installed) and the error which is displayed. Thanks to all and I will be waiting for a reply.
error.JPG
package.JPG

Will Warner

unread,
Jan 18, 2018, 7:03:49 PM1/18/18
to Anaconda - Public, tanmoyd...@gmail.com
sys, time, and calendar are built in to the Python standard library. If you have already installed Anaconda, they are already installed in the package "python". You can test this by running Python and making sure "import sys", "import time", and "import calendar" all work with no errors.

Use "conda install matplotlib basemap" to get mpl_toolkits.basemap and matplotlib.colors.LinearSegmentedColormap.
Reply all
Reply to author
Forward
0 new messages