0

I was running python 3 on jupyte notebook, and the following code worked fine. But when i uploaded my code on Bluemix cloud, I got an error for using openpyxl. I notice Bluemix is using python 2 but i still don't know how to change my code accordingly. Any advice? Many thanks!!

    import openpyxl
    from openpyxl import Workbook

Here is the screenshot taken from Bluemix: enter image description here

i tried "pip install openpyxl", and "!pip install openpyxl" in Bluemix Python 2. none of them are working

yingnan liu
  • 409
  • 1
  • 8
  • 18

0 Answers0