microsoft / pylance-release

Documentation and issues for Pylance
Creative Commons Attribution 4.0 International
1.71k stars 765 forks source link

reportMissingModuleSource || moudule - from hcaptchabypass import bypass #1857

Closed Dark-plasma closed 3 years ago

Dark-plasma commented 3 years ago

py_issue.txt

issues - Traceback (most recent call last): File "c:\Users\HP\Desktop\L.T.T 8TH\astaroth\astaroth.py", line 5, in from hcaptchabypass import bypass ModuleNotFoundError: No module named 'hcaptchabypass'

Dark-plasma commented 3 years ago

pls help

jakebailey commented 3 years ago

This doesn't appear to be a Pylance issue; a place like Stack Overflow or similar may provide better support for a runtime problem.

It sounds mainly like you don't have a package installed, or aren't using the right interpreter, in any case.