You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.