Skip to content

Error in project setup #62

@LDiazN

Description

@LDiazN

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

  1. 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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions