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

Fix Python 3.13 #144

Closed
wants to merge 1 commit into from
Closed

Conversation

icemac
Copy link
Member

@icemac icemac commented Feb 26, 2024

No description provided.

@icemac icemac self-assigned this Feb 26, 2024
@icemac
Copy link
Member Author

icemac commented Feb 26, 2024

OSError: [Errno 66] Directory not empty: '/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-install-3699bqbr/persistent_4e916ef21254480285dfe2b13467ab52/.eggs/cffi-1.17.0.dev0-py3.13-macosx-10.9-universal2.egg/cffi-1.17.0.dev0.dist-info' -> '/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pip-install-3699bqbr/persistent_4e916ef21254480285dfe2b13467ab52/.eggs/cffi-1.17.0.dev0-py3.13-macosx-10.9-universal2.egg/EGG-INFO' is back 😞 – I have no idea how to fix this.

@dataflake
Copy link
Member

Probably zopefoundation/meta#181. The only fix is to have C-based dependencies already available as pre-built wheels. As soon as the build process attempts to build a dependency (in this case persistent) that in itself has a C dependency that it wants to build you're toast.

This is a combination of issues in zc.buildout and setuptools.

@dataflake
Copy link
Member

P.S.: I would consider both zc.buildout and setuptools as essentially unmaintained at this point. The issues are only going to get worse.

@icemac
Copy link
Member Author

icemac commented Feb 28, 2024

Closing because of conflicts.

@icemac icemac closed this Feb 28, 2024
@icemac icemac deleted the config-with-c-code-template-1351c95d branch February 28, 2024 07:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants