I am trying to import some packages into Pycharm, Pandas and another package (pyTQA) into my python code. I have a virtual environment set up with these packages inside of there. This is my code now:
from pyTQA import tqa
import sys
import pandas as pd
Neither pyTQA nor pandas will import. Maybe it's something with my main.py file? (where my code is). Is that supposed to be in the virtual env folder? I am new to python and appreciate the help.
I get the error 'ModuleNotFoundError'