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

Virtualenv is not working on b233 #32

Open
DrUlysses opened this issue Dec 23, 2019 · 1 comment
Open

Virtualenv is not working on b233 #32

DrUlysses opened this issue Dec 23, 2019 · 1 comment

Comments

@DrUlysses
Copy link

Probably nobody from developers looks here, but still: There is a problem with virtualenv, got
Got
shutil.SameFileError: '/usr/bin/python3' and '/test/venv/bin/python3' are the same file
on
python3 -m venv venv
And
ImportError: cannot import name 'aliases' ERROR: The executable /test/venv/bin/python3 is not functioning ERROR: It thinks sys.prefix is '/test' (should be '/test/venv') ERROR: virtualenv is not compatible with this system or executable
on
virtualenv --python=/usr/bin/python3 /test/venv

@francisco-monserrat
Copy link

i was able to create a virtual environment using the information from https://community.home-assistant.io/t/home-assistant-on-openwrt-device/25500/4

pip3 -v install virtualenv
virtualenv -p python3 .
. bin/activate

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

No branches or pull requests

2 participants