You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@Capyblapy
not sure if you still need help with it, since you hasn't close the issue. but the issue is that you are trying to import a local python script to your own python script, "from quarry.net.proxy import ..." means from quarry folder, from net folder open the file proxy.py and import the methods...
to fix this error you can just put your python script into the main folder of the quarry project.
(p.s english is not my first language and i'm not an expert in python so please forgive me if i have mistakes of some sort.)
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.
The text was updated successfully, but these errors were encountered: