Closed janssen closed 8 years ago
I see why this is happening - __init__.py
exists both in the egg folder and in the folder one above, so the effort to collapse the egg folder is failing. I don't have an immediate fix, and I can't work on this right now. I think that a workaround would be to set:
build:
preserve_egg_dir: True
Tried the "preserve_egg_dir". Doesn't help. Perhaps if I add a patch to remove the egg folder? Or the init file in the egg folder?
I'm going to close this, in the hopes that the message in #1500 makes workarounds more clear. Please reopen or open a new issue if you have further concerns.
Hi there, thank you for your contribution!
This issue has been automatically locked because it has not had recent activity after being closed.
Please open a new issue if needed.
Thanks!
I'm trying to build a set of recipes from https://github.com/janssen/conda-pyobjc.
These are PyObjC bindings for Mac OS X. Unfortunately, there's some kind of merge error in conda-build. See the end of the below.