Using InfluxDB through PyCharm

Hi, I’ve been trying to use the influx-python add on and I seem to be run-in into some little errors that have been keeping me from advancing…pycharm keeps giving me ModuleNotFoundError: No module named ‘influxdb’ even though I have successfully installed the add on through pip. I’ve searched the internet for solutions and none seem to be working out for me. I think I may need to add InfluxDB-python to the python path but I’m not exactly how to do that. Let me know if you have encountered a similar situation and how you solved it please!

Got it cleared up–PyCharm was interpreting through it’s own interpreter and not using the same interpreter as the terminal