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
tekumara
changed the title
remote-ssh: newly added packages not discovered automatically
remote-ssh/ubuntu: newly added packages not discovered automatically
Aug 24, 2021
Environment data
Version: 1.59.1
Commit: 3866c3553be8b268c8a7f8c0482c0c0177aa8bfa
Date: 2021-08-19T11:53:52.479Z (4 days ago)
Electron: 13.1.7
Chrome: 91.0.4472.124
Node.js: 14.16.0
V8: 9.1.269.36-electron.0
OS: Darwin x64 20.5.0
Expected behaviour
After running
pip install
in the virtualenv the import will automatically be discovered.Actual behaviour
The import is not discovered.
Logs
Code Snippet / Additional information
In this example, loguru was not detected after installation into the virtual env and
import loguru
could not be resolved .The text was updated successfully, but these errors were encountered: