I have installed flask_restful using the command
pip install flask_restful
it works with sublimetext but not with pycharm. The environment I am using is python3 with anaconda on both IDEs
I have installed flask_restful using the command
pip install flask_restful
it works with sublimetext but not with pycharm. The environment I am using is python3 with anaconda on both IDEs
when you type in the import function in PYCharm a red lightbulb should pop up, click on it and it should give you the option to install the module to pycharm.