sassoftware / sassoftware/python-sasctl
Unable to install sasctl on Viya Stable 2024.07 (20240806.1722930536493)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 52
- Forks
- 45
- Avg merge
- 23h 38m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the installation through change-configuration.yaml, using the /data/default_py.pip_install_packages value and sas-pyconfig-custom-parameters. Compare the requested versions with the reported numpy conflicts; done means sasctl installs on Viya stable 2024.07 without those dependency conflicts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100