1

Am having a problem with my pycharm ide i am new to programming i am learning python using pycharm as my ide but wen i try importing openpyxl it always gives me an error message so i was thinking of switching to atom pleas i need help

Comments
  • 3
    It's the universe trying to save you from a lot of future headache by telling you to not bother with Python and learn some other language instead...
  • 0
  • 9
    Lesson number one for a new dev: read fucking error messages. Understand them. If that fails, google them. Then fix the issue.
  • 0
    If you can't import it, you probably don't have it installed.
  • 0
    are you working with some video tutorial or something ? its very necessary to work with something like that. instead of reading off a pdf or online blog. that way it's very hard to make mistakes
  • 0
    @skkywalker I don't know, depends a little where your aspirations lay. I just don't think Python should be one of the first languages to learn, based purely on the struggles I've seen of those who've learned Python first to then go on and learn other languages (not universally applicable of course, but just a personal observation).
  • 0
    I recognize the problem. I think that it is the same I have struggled with. Yes, you need to install the library in your environment. The last time I struggled with it I found Pyenv, a tool for managing your Python environments. I don’t remember if you used pip or pyenv to install libraries, but I think it saves some time.
  • 0
    PyCharm supports most of stable Python virtual environments. You'd better choose one for every new project.
  • 0
    Can you post screenshot or error msg.

    Also tell me python version
Add Comment