Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with pyenv installed python3 #22

Open
ysolis opened this issue Apr 22, 2017 · 1 comment
Open

problem with pyenv installed python3 #22

ysolis opened this issue Apr 22, 2017 · 1 comment

Comments

@ysolis
Copy link

ysolis commented Apr 22, 2017

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.

@thriveth
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants