problems installing library (xlsxwriter)

MRAB python at mrabarnett.plus.com
Wed May 31 23:24:28 EDT 2017


On 2017-06-01 03:35, tenicho at g.clemson.edu wrote:
> 
> I've in need of using xlsxwriter.
> when running "pip install xlsxwriter" in my command prompt I get the following:
> "Requirement already satisfied: xlsxwriter in c:\programdata\anaconda3\lib\site-packages"
> 
> But when running "import xlsxwriter" I get the following:
> "Traceback (most recent call last):
>    File "<pyshell#0>", line 1, in <module>
>      import xlsxwriter
> ImportError: No module named 'xlsxwriter'"
> 
> Any idea of what is going on or how to fix this?
> 
> Thanks in advance!
> 
Have a look at the thread "Python not able to find package but it is 
installed" from 2017-05-30. It looks like the same problem.



More information about the Python-list mailing list