-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Issue description
When i try to set up the project, the last step fails with the following error:
nox > Running session tests-3.8
nox > Creating virtualenv using python3.8 in .nox/tests-3-8
nox > Command /usr/bin/python3 -m virtualenv /home/luis/dev/C4V/c4v-py/.nox/tests-3-8 -p python3.8 failed with exit code 1:
ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'
nox > Session tests-3.8 failed.
when running: nox -s tests
Steps to reproduce the issue
- Follow installation guide, it will crash at step 8
What's the expected result?
- Every test works just fine
What's the actual result?
- This error:
nox > Running session tests-3.8
nox > Creating virtualenv using python3.8 in .nox/tests-3-8
nox > Command /usr/bin/python3 -m virtualenv /home/luis/dev/C4V/c4v-py/.nox/tests-3-8 -p python3.8 failed with exit code 1:
ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'
nox > Session tests-3.8 failed.
Additional details
- After installing nox, virtualenv will crash with this error:
ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'
Reiinstalling virtualenv will fix it, but then nox it's uninstalled too. When reinstalling nox, the same error happens again
(i found this template report here )
dieko95
Metadata
Metadata
Assignees
Labels
No labels