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
Hi, sort of beginner at all of this and don't really understand how to use git facing the same issue running the code in vs code on macos with python 3.9.9 "venv" interpreter, pls help me solve this issue
platform in linux mint17.1 mate (ubuntu-based) with an almost fresh install.
raises
NotImplementedError: No usable implementation found!
with this traceback.trying to corner the malfunction and to determine whetther my setup is wrong, I tried this :
so according to utils.py,
plyer.utils.platform
should be'linux'
... but apparently_determine_platform()
does not return what seems straightforward.it can be worked around for testing purposes with
but for obvious reasons, this is does not look like a good idea.
The text was updated successfully, but these errors were encountered: