Im trying to have this in my python script:
from quarry.net.proxy import DownstreamFactory, Bridge

although my code editor (VSC) is telling me
"Import "quarry.net.proxy" could not be resolvedPylance[reportMissingImports]"

I have done pip install quarry and I have tried uninstalling and re-installing it and restarting my VSC and such and nothing has worked.
Im trying to have this in my python script:


from quarry.net.proxy import DownstreamFactory, Bridgealthough my code editor (VSC) is telling me
"Import "quarry.net.proxy" could not be resolvedPylance[reportMissingImports]"
I have done pip install quarry and I have tried uninstalling and re-installing it and restarting my VSC and such and nothing has worked.