Skip to content

Installation failing on Windows #490

Description

@goneall

Installing the current development branch on Windows with Python version 3.8.3. When executing the configure the following error occurs:

ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'

Below is the complete stack trace:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.6M  100 10.6M    0     0  3940k      0  0:00:02  0:00:02 --:--:-- 3942k
Traceback (most recent call last):
  File "C:\Program Files\Python38\lib\runpy.py", line 194, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Program Files\Python38\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\__main__.py", line 167, in <module>
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\__main__.py", line 163, in run
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\__main__.py", line 18, in run
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\__init__.py", line 30, in cli_run
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\__init__.py", line 48, in session_via_cli
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\__init__.py", line 76, in build_parser
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\plugin\activators.py", line 13, in __init__
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\plugin\base.py", line 46, in options
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\plugin\base.py", line 25, in entry_points_for
  File "C:\Users\gary\Documents\CustomerWorkspace\Commscope\Code\Aboutcode\aboutcode-toolkit\\venv\virtualenv.pyz\virtualenv\run\plugin\base.py", line 25, in <genexpr>
  File "C:\Program Files\Python38\lib\importlib\metadata.py", line 77, in load
    module = import_module(match.group('module'))
  File "C:\Program Files\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'

Activity

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

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