jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
318 stars 73 forks source link

ModuleNotFoundError: No module named 'smbclient' #166

Closed HempWeed closed 2 years ago

HempWeed commented 2 years ago

I know this seems like a stupid question but I have pip installed smbprotocol, uninstalled it, reinstalled it, uninstalled python, reinstalled python, tried older versions, tried different machines, tried macOS but I cannot get the smbclient module to be acknowledged by any IDE. What can I do, hope there is a simple fix, sorry for being a pain in the ass.

Have a great day :)

pip freeze shows this, among other results...

Screenshot 2022-03-03 at 12 26 48 Screenshot 2022-03-03 at 12 28 26
jborean93 commented 2 years ago

I'm unsure sorry, this most likely means your IDE is not using the same Python/venv that the smbprotocol was installed on or it is using a different PYTHONPATH that excludes where smbclient is installed on. There's not much else I can help you wish here sorry.