-
Notifications
You must be signed in to change notification settings - Fork 37
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
cannot pass install process. #52
Comments
Doesn't sound like you have Python installed. You also don't mention which branch you are working from -- anything other than the py3 branch is very unlikely to work. |
If you are using the py3 branch, then you'll need to install Xcode. python3 in the virtual environment's bin directory points at Xcode's python:
|
python (latest: 3.12.5) and xcode (downloaded from the appstore) are installed. |
If you look at the symlinks in the virtual env, they are looking for Python 3.9.x. The Python included with Xcode 15.4 is Python 3.9.6.
|
And again: it sounds like maybe you are trying to use the Python2 demo zip file, which is unlikely to work at all. |
I think the mwa2_demo.zip from the py3 branch may be the same as the one from the main branch - as in the URI's mentioned in the README.md are the same. |
I don't think anyone has created a mwa2_demo.zip for Python 3. The major obstacle there is that Apple does not include Python 3. A zipped up virtual env has to at least know where the python interpreter is. If Python 3 is installed by the nature of having Xcode, it's in one place. If instead, you installed the command-line dev tools, it's in a different place. If you installed via the Python.org package, it's in a third place. If you installed via Homebrew or Anaconda or MacAdmins Python or... |
/Users/student/Downloads/mwa2_demo/run_mwa2.sh
*** Creating Django database for MWA2 ***
dyld[7275]: Library not loaded: '@executable_path/../.Python'
Referenced from: '/Users/student/Downloads/mwa2_demo/bin/python'
Reason: tried: '/Users/student/Downloads/mwa2_demo/bin/../.Python' (no such file), '/usr/local/lib/.Python' (no such file), '/usr/lib/.Python' (no such file)
/Users/student/Downloads/mwa2_demo/run_mwa2.sh: line 28: 7275 Abort trap: 6 bin/python mwa2/manage.py migrate
The text was updated successfully, but these errors were encountered: