mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2026-02-01 17:18:28 +00:00
In `CI/before_script.msvc.sh`, while executing the following line:
run_cmd "aqt-venv/${VENV_BIN_DIR}/pip" install aqtinstall==1.1.3
This error is raised:
```
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\TES3MP.git\deps\aqt-venv\Scripts\aqt.exe\__main__.py", line 4, in <module>
File "C:\TES3MP.git\deps\aqt-venv\Lib\site-packages\aqt\__init__.py", line 23, in <module>
from pkg_resources import DistributionNotFound, get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
```
This commit fixes that by first installing setuptools.
|
||
|---|---|---|
| .. | ||
| activate_msvc.sh | ||
| ActivateMSVC.ps1 | ||
| before_install.android.sh | ||
| before_install.linux.sh | ||
| before_install.osx.sh | ||
| before_script.android.sh | ||
| before_script.linux.sh | ||
| before_script.msvc.sh | ||
| before_script.osx.sh | ||
| build.msvc.sh | ||
| build_googletest.sh | ||
| check_package.osx.sh | ||
| check_tabs.sh | ||
| deploy.osx.sh | ||
| install_debian_deps.sh | ||