PyCharm doesn't recognise installed module

前端 未结 14 2307
闹比i
闹比i 2020-12-03 06:55

I\'m having trouble with using \'requests\' module on my Mac. I use python34 and I installed \'requests\' module via pip. I can verify this via running installation again an

14条回答
  •  难免孤独
    2020-12-03 07:37

    If you are using PyCharms CE (Community Edition), then click on:

    File->Default Settings->Project Interpretor

    See the + sign at the bottom, click on it. It will open another dialog with a host of modules available. Select your package (e.g. requests) and PyCharm will do the rest.

    MD

提交回复
热议问题