diff options
author | 2021-12-09 19:50:09 -0800 | |
---|---|---|
committer | 2021-12-09 19:56:24 -0800 | |
commit | aa79f8193001dc3484b520fd18e643f8145ea2a5 (patch) | |
tree | 180058e9acefbc7a3e2556d7da148b584efed256 /Examples/analysis_default_regression.py | |
parent | aa8e0b552054c683c68798834d3f70236e96ac30 (diff) | |
download | WarpX-aa79f8193001dc3484b520fd18e643f8145ea2a5.tar.gz WarpX-aa79f8193001dc3484b520fd18e643f8145ea2a5.tar.zst WarpX-aa79f8193001dc3484b520fd18e643f8145ea2a5.zip |
Azure: pre-install `setuptools` upgrade
Might fix:
```
- installing setuptools_scm using the system package manager to ensure consistency
- migrating from the deprecated setup_requires mechanism to pep517/518
and using a pyproject.toml to declare build dependencies
which are reliably pre-installed before running the build tools
warnings.warn(
TEST FAILED: /home/vsts/.local/lib/python3.8/site-packages/ does NOT support .pth files
You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from. The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
/home/vsts/.local/lib/python3.8/site-packages/
and your PYTHONPATH environment variable currently contains:
''
Here are some of your options for correcting the problem:
* You can choose a different installation directory, i.e., one that is
on PYTHONPATH or supports .pth files
* You can add the installation directory to the PYTHONPATH environment
variable. (It must then also be on PYTHONPATH whenever you run
Python and want to use the package(s) you are installing.)
* You can set up the installation directory to support ".pth" files by
using one of the approaches described here:
https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations
Please make the appropriate changes for your system and try again.
```
Diffstat (limited to 'Examples/analysis_default_regression.py')
0 files changed, 0 insertions, 0 deletions