-
-
Notifications
You must be signed in to change notification settings - Fork 906
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
Cannot run with python 3.12 on macOS sonoma #1343
Comments
I'm having a similar issue with Python 3.12 - did you find a solution? Here's my error:
s3cmd installed via Homebrew on macOS Ventura. The issue seems to be that the python dependency in Homebrew was just updated to 3.12, as it was working fine with python3.11 a couple days ago. |
Thank you for your reports. It should now be fixed in Master, and I will try to do the next release very soon. |
Workaround until the next version if you don't want to mess about with installing from master: changing xml = RE_XML_NAMESPACE.sub("\\1\\2", xml, 1) to xml = RE_XML_NAMESPACE.sub(b"\\1\\2", xml, 1) |
@sveltema after changing xml variable, still not working. :( |
Sadly it is a known bug with python 3.12.
If you can use the GitHub master version, this issue is already fixed.
Otherwise a new release will arrive soon with that included.
Le mer. 8 nov. 2023 à 13:14, Pragnesh ***@***.***> a écrit :
… @sveltema <https://github.com/sveltema> after changing xml variable,
still not working. :(
—
Reply to this email directly, view it on GitHub
<#1343 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIBJJF72WJDQEZNJ2ANYZDYDNZRRAVCNFSM6AAAAAA6HHWV5WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBRG43TCMZUGM>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
Thanks, that fixed it for me, except for the path of the file that was a bit different: |
Can you please please please just release a patch version rather than waiting for 2.4.0 milestone to complete? 3 more weeks have passed since your comment @fviard and the issue is now open for 42 days |
@jawys Indeed, seeing the high impact of this issue, i'm thinking about releasing right now without completing everything that was planned for the milestone. |
Has there been any progress on this issue? |
@bestgopher |
Still an issue on MAcOs Sonoma V14.1... command: Same error as above:
|
@TheRed86 Your error is curious, and I don't think that it is related to the other errors, but I might be wrong. I see that you say that you use the following command: |
I tried to install s3mcd on my mac with zsh.
Since it didn't work there i spun up an ubuntu container and I got it working there. I verified i had the same s3cmd config for both.
Note: i had different versions of python on my ubuntu container and my mac zsh.
In mac i had 3.12.0, and in ubuntu i had 3.8. So it could be a python version problem and not a mac problem.
When trying to run the test i got the following error.
When i tried to run s3cmd la I got a more verbose error:
The text was updated successfully, but these errors were encountered: