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

pkg: requires "six" #14688

Merged
merged 1 commit into from
Nov 6, 2023
Merged

pkg: requires "six" #14688

merged 1 commit into from
Nov 6, 2023

Conversation

jimklimov
Copy link
Contributor

See #14686

@jimklimov jimklimov marked this pull request as ready for review November 6, 2023 05:10
@AndWac AndWac merged commit 74e6e28 into OpenIndiana:oi/hipster Nov 6, 2023
1 check passed
@mtelka
Copy link
Contributor

mtelka commented Nov 6, 2023

This is not enough to fix the problem. You should do something in the pkg5 repo too. Probably the best way would be to simply drop the six dependency.

@3eka
Copy link
Contributor

3eka commented Jan 3, 2024

Happy New Year!

Is there any ETA to fix this?
I just have created zone, but cannot do anything, because of error

:; pfexec zlogin solarium
[Connected to zone 'solarium' pts/14]
Last login: Wed Jan  3 00:55:56 on pts/14
The illumos Project     illumos-8361acf58a      January 2024
root@solarium:~# pkg install pkg:/package/pkg/zones-proxy
Traceback (most recent call last):
  File "/usr/bin/pkg", line 74, in <module>
    import six
ModuleNotFoundError: No module named 'six'

I have copied pkg library/python/six-39 structure from GZ manually (from zone itself) as quick and dirty fix:

:; scp -r predrag_zecevic@GZ:/usr/lib/python3.9/vendor-packages/six-1.16.0-py3.9.egg-info /usr/lib/python3.9/vendor-packages/six-1.16.0-py3.9.egg-info/
:; scp predrag_zecevic@GZ:/usr/lib/python3.9/vendor-packages/six.py /usr/lib/python3.9/vendor-packages/six.py
:; scp predrag_zecevic@GZ:/usr/lib/python3.9/vendor-packages/__pycache__/six.cpython-39.pyc /usr/lib/python3.9/vendor-packages/__pycache__/six.cpython-39.pyc

and then it has worked:

root@solarium:~# pkg install pkg:/package/pkg/zones-proxy
No updates necessary for this image.

Best regards

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