We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mod_wsgi
osx-arm64
For installation on MacBook I had to :
1- install the httpd via brew install httpd. 2- move - mode_wsgi into -pip within the conda_env.yml as mod-wsgi .
httpd
brew install httpd
- mode_wsgi
-pip
conda_env.yml
mod-wsgi
system: Apple M3 Pro
The text was updated successfully, but these errors were encountered:
antarcticrainforest
bijanf
No branches or pull requests
For installation on MacBook I had to :
1- install the
httpd
viabrew install httpd
.2- move
- mode_wsgi
into-pip
within theconda_env.yml
asmod-wsgi
.system: Apple M3 Pro
The text was updated successfully, but these errors were encountered: