You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(excalibur-tests-env) [ucapcjg@locust ucapcjg]$ pip install -e excalibur-tests
ERROR: File "setup.py" or "setup.cfg" not found. Directory cannot be installed in editable mode: /data/ucapcjg/excalibur-tests
(A "pyproject.toml" file was found, but editable mode currently requires a setuptools-based build.)
WARNING: You are using pip version 21.2.3; however, version 24.2 is available.
You should consider upgrading via the '/data/ucapcjg/excalibur-tests-env/bin/python -m pip install --upgrade pip' command.
However after an upgrade of pip the install does proceed.
This instancece of the error was with python 3.9.18, the system python, so above the minimum version stated in the instructions.
Some OS version information is:
(excalibur-tests-env) [ucapcjg@locust ucapcjg]$ cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="9.3 (Plow)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="9.3"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Red Hat Enterprise Linux 9.3 (Plow)"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"
REDHAT_BUGZILLA_PRODUCT_VERSION=9.3
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.3"
The machine archtecture is aarch64
The text was updated successfully, but these errors were encountered:
Following the install instructions, https://ukri-excalibur.github.io/excalibur-tests/install/, leads, on multiple machines, to this error:
However after an upgrade of pip the install does proceed.
This instancece of the error was with python 3.9.18, the system python, so above the minimum version stated in the instructions.
Some OS version information is:
The machine archtecture is
aarch64
The text was updated successfully, but these errors were encountered: