Skip to content
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

I'm trying to install grow but I am getting this error #536

Closed
ionutindreica opened this issue Sep 7, 2017 · 10 comments
Closed

I'm trying to install grow but I am getting this error #536

ionutindreica opened this issue Sep 7, 2017 · 10 comments

Comments

@ionutindreica
Copy link

ionutindreica commented Sep 7, 2017

curl https://install.growsdk.org | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 377 100 377 0 0 1861 0 --:--:-- --:--:-- --:--:-- 1866
File "/tmp/tmp.W3ZNMXQxY0/install_growsdk.py", line 36
print text.format(*args, **{
^
SyntaxError: invalid syntax

Does anyone experienced this kind of error?

@ionutindreica ionutindreica changed the title I try to install grow but I am getting this error I'm trying to install grow but I am getting this error Sep 7, 2017
@jeremydw
Copy link
Member

jeremydw commented Sep 7, 2017

Which system are you using? Grow currently supports Mac/Linux + Python2.7 without modification.

You could also try installing with pip install grow.

@ionutindreica
Copy link
Author

ionutindreica commented Sep 7, 2017 via email

@ionutindreica
Copy link
Author

I have just installed the Ubuntu and and latest version of python.

@Zoramite
Copy link
Member

Zoramite commented Sep 7, 2017 via email

@ionutindreica
Copy link
Author

ionutindreica commented Sep 7, 2017 via email

@ionutindreica
Copy link
Author

ionutindreica commented Sep 8, 2017

Finally I have manged to install grow
when I run grow init base base
grow run after

I have this warning Warning: libyaml missing, using slower yaml parser.
Is it normal or what should I do or how to fix it?
Thank you

@ionutindreica
Copy link
Author

Can you please tell me how to install libyaml to solve this warning?

I've been installed this in the project folder: sudo apt-get install libyaml-dev
pip install --user PyYAML

after I run grow again I still have this warning.

Please help fix this.

Thank you

@Zoramite
Copy link
Member

You can try it with this command: pip install --upgrade --force-reinstall pyyaml I believe that it has to be specifically forced to recompile the pyyaml to use the installed libyaml.

@ionutindreica
Copy link
Author

Thank you @Zoramite I have run that command and still getting that error.
I do not know what else to do. I've been google it a lot and still not come to an end.

@Zoramite
Copy link
Member

Well, when we are developing grow we use these commands in the makefile to get things setup: https://github.com/grow/grow/blob/master/Makefile#L59-L73

I'm not sure right off what else to try if that is not helping with the libyaml installation. Everything will also still work, just won't be as fast as with the libyaml parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants