Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install needs pip upgrade #338

Open
cjlegg opened this issue Aug 14, 2024 · 0 comments
Open

Install needs pip upgrade #338

cjlegg opened this issue Aug 14, 2024 · 0 comments

Comments

@cjlegg
Copy link

cjlegg commented Aug 14, 2024

Following the install instructions, https://ukri-excalibur.github.io/excalibur-tests/install/, leads, on multiple machines, to this error:

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant