On 2017-06-01 03:35, teni...@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.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to