Skip to content

Update install from source for macOS #1116

@gernophil

Description

@gernophil

Hey,
I just tried your manual to install QC from source for macOS. Maybe this manual requires some updates? Happy to provide a PR, but I first wanted to ask some questions/comments.

  • Do you really need the Xcode CLI tools, since you are linking python.org. IIRC, this should run without the Xcode CLI tools.
  • Why do you need the get-pip.py? pip(and its aliases pip3 and python -m pip) is included in every python install from python.org.
  • The path python3 /applications/QualCoder-master/qualcoder/__main__.py does not exist after the first install method (python3 -m pip install .). macOS can be case-sensitive so it should better be /Applications and the folder QualCoder-master/qualcoder does not exist even after running python3 -m pip install ., but I was able to run QualCoder-master/src/qualcoder after successful installation. Is that the correct way to run it?
  • The second method (python3 setup.py py2app) fails with RecursionError: maximum recursion depth exceeded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions