-
Notifications
You must be signed in to change notification settings - Fork 615
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
Couldn't set up local environment #987
Comments
Hi @Mariatta, The following dependencies are only required in production:
And the following dependency is required in development environment:
I think the next steps would be the following:
|
You may find #985 interesting to work on :) |
Hello,
I followed instructions to set up python dot org locally as described in this page:
https://pythondotorg.readthedocs.io/install.html
Since I was not familiar with Vagrant, I skipped that part and went with the instructions under
Manual Setup
heading. (Perhaps I should not have done that?)These were my steps:
At this point I saw an error related to uWSGI.
Here is a snippet of the error:
I'm using Macbook OS X El Capitan 10.11.6
It was suggested by @berkerpeksag that I comment out uWSGI from requirements.txt file.
After this, the installation was successful, and I was able to continue with the rest to get my local env running locally.
I'm creating this ticket as per suggestion of @MarkMangoba 😃
I'm really interested to help contributing to this project. If there is anything that I can do about this, be it testing, or updating documentation, please just let me know 👋
The text was updated successfully, but these errors were encountered: