-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error Using Easy Install Sript #27
Comments
Going through the logs, it seems the installation fails at the point below:
|
I get a similar error on 20.lts
|
My logs seem slightly different:
|
@Olawale1 probably unlikely but, is it possible you're using an older version of the install.py? Looks like I'm getting passed that ansible command in my log:
|
Update: this should probably be disregarded. In
I think it should be:
Note: please double check this, as it's late and I'm tired now. Also, I haven't got passed this and haven't had a clean install yet and after several fixes to the above, I'm now getting the new-site is not a command error; probably residual at this point; I've deleted everything and am trying again but, having those above issues addressed first might help. Tomorrow I can PR, if that's what is best? |
Hi @Natetronn Good job! Haven't tried again in almost 2 weeks. I had to opt for a Docker install instead. Will give it another go this weekend though Happy Easter all |
Thanks @Olawale1 ! Although it got to late for me to finish testing and I'm not sure the joins were correct or not. I could be wrong but, seems like it needs to go up quite a few directories before it reaches the apps folder (unless the working directory from bench_helper.py is somehow different than what I'm aware of?) so, I think my code may still be wrong, currently. Point is, I'll continue testing today and report back my findings. P.s. I've yet to have a clean install. And I've tried all 4 methods. The Digital Ocean marketplace image, the Easy Script, the Manual Install nor the Docker install methods have been kind to me 😞 Oh, but the VM works 😆 at least! |
Okay, I think the period needed to be there, as it's suppose to be frappe.commands module, not frappecommands:
I'm now at the following error (original code with the or statement changed i.e. only removed the \ and put the conditional on one line):
I'm brand new to this code base, so it's a bit of discovery here, hope people don't mind my "live action" here. |
I'm currently trying a fresh install with the following directions: Specifically step 4 to hopefully get past the Seems to be stuck on I'll update again as things progress. |
To avoid pandas build use Python 3.7 This is fixed now as v13 uses newer version and doesn't pin exact version anymore. |
Thanks @ankush ! I'll give that a try... |
After 3 longs days of trying over and over to get ERPNext and Frappe installed, I now have what appears to be a successful installation. Note: I've tested absolutely nothing at this point, however; just excited to finally see this success message, after so much struggle.
Although I'm using a Linode 4GB with a swap of 2GB, I followed the DO tutorial below: https://www.digitalocean.com/community/tutorials/how-to-install-an-erpnext-stack-on-ubuntu-20-04 Aside: I'm running MariaDB 10.5.x, after following the step 3 from the previous 18.04 guide, as suggested (and linked to) in the above guide (for Ubuntu 20.04) and then adjusting the command from MariaDB 10.4 to 10.5 etc. Of course, I continued back in the original 20.04 guide for Step 4 and on from there. |
Hi ,
I started encountering the error below again while trying to use the Easy Install script
This was fixed with a PR a while ago but seems to be back now! Pls help fix urgently
OS: Ubuntu 18.04
Thanks
The text was updated successfully, but these errors were encountered: