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
this wrapper is with Python 3. This give me a problem when I use pyenv and I am with a virtualenv active with pyenv and this for virtualenv is a Python 3.6 dialect.
to solve this, I need to install python dependencies (python-dbus) inside the new virtualenv, or change the launch script to invoke/call directly /usr/bin/python3 not /usr/bin/env python3 that pyenv change.
The text was updated successfully, but these errors were encountered:
I had this problem too, this time with Anaconda. It also worked for me to change the initial line from /usr/bin/env python3 to /usr/bin/python3. I suggest to either do this as default or to add a sentence about this in the README.
this wrapper is with Python 3. This give me a problem when I use pyenv and I am with a virtualenv active with pyenv and this for virtualenv is a Python 3.6 dialect.
to solve this, I need to install python dependencies (python-dbus) inside the new virtualenv, or change the launch script to invoke/call directly /usr/bin/python3 not /usr/bin/env python3 that pyenv change.
The text was updated successfully, but these errors were encountered: