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

Unable to install sasctl on Viya Stable 2024.07 (20240806.1722930536493) #207

Open
hobsas opened this issue Nov 18, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@hobsas
Copy link

hobsas commented Nov 18, 2024

Describe the issue
Unable to install sasctl on Viya stable 2024.07 (20240806.1722930536493) due to numpy version

To Reproduce
Add on change-configuration.yaml transformer sasctl to the install packages value
path: /data/default_py.pip_install_packages
value: ".... sasctl"

Expected behavior
Package will be installed

Stack Trace
I am not able to install the sasctl package due to dependency version issue, even if I put the needed version on the patch transformer sas-pyconfig-custom-parameters.
See below the error that I have on the sas-pythonconfig (for example PyYAML requests pandas packaging sasctl pip==24.3.1 numpy==1.25.0) :

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pandas 2.1.4 requires numpy<2,>=1.23.2; python_version == "3.11", but you have numpy 2.1.3 which is incompatible.
gensim 4.3.3 requires numpy<2.0,>=1.18.5, but you have numpy 2.1.3 which is incompatible.
thinc 8.2.5 requires numpy<2.0.0,>=1.19.0; python_version >= "3.9", but you have numpy 2.1.3 which is incompatible.
neuralprophet 0.9.0 requires numpy<2.0.0,>=1.25.0, but you have numpy 2.1.3 which is incompatible.
tensorflow 2.17.0 requires numpy<2.0.0,>=1.23.5; python_version <= "3.11", but you have numpy 2.1.3 which is incompatible.
Successfully installed numpy-2.1.3 pybind11-2.13.6 setuptools-75.5.0 wheel-0.45.0

Version
Last one

@hobsas hobsas added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant