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

installing couchapp on mac requires Command_Line_Tools_for_Xcode_xx.x #253

Open
DiegoJArg opened this issue Jul 22, 2020 · 3 comments
Open

Comments

@DiegoJArg
Copy link

I have downloaded it for MAC, I just struggled with the installation of a dependency called watchdog, which required to have installed XCode (like 8 Gb of unnecessary stuff), or the barely mentioned CommandLineTools (248 Gb)

CommandLineTools

So, the issue is that to install CouchApp I need to install 250 Mb of CommandLineTools, making the whole thing a lot more than CouchDB itself.
It would help if the tooling gets contained with the same libs as CouchDB supplies, which is the same reasoning to why jquery is being included as states in the docs.

I dont know if the erica project contains the same features, but it isn't easy to download and compile in MAC, as it required to be compiled, not something that a web developer usually does.

well, thanks in advance

@DiegoJArg DiegoJArg changed the title couchapp as source code commit engine to couchdb installing couchapp on mac requires Command_Line_Tools_for_Xcode_xx.x Jul 22, 2020
@iblislin
Copy link
Collaborator

hmm, I'm not sure about the compiler/toolchain available on MacOS.
Could you provide more detail about the environment? like virtualenv you have, MacOS builtin compiler, Python version ... etc.

@DiegoJArg
Copy link
Author

When I first runned easy_install couchapp, it stopped at watchdog with an error about "xcrun".
Then searched the internet and found the Command Line Tools as an alternative to Xcode.
Which is a really heavy work programming environment which normal users dont need.

Actually, if we check at the dependencies of watchdog, it is there requiring Xcode: https://pypi.org/project/watchdog/
I don't know why they require it, it seems to me that python should not require compilers.

Anyway, if couchapp required watchdog, it would also be a requirement for CommandLineTools on MacOS

@iblislin
Copy link
Collaborator

Could you try the virtualenv and pip? since easy_install is a deprecated tool

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

No branches or pull requests

2 participants