Skip to content

Guidelines to install grumpy & test #19

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

Open
alanjds opened this issue Aug 21, 2018 · 11 comments
Open

Guidelines to install grumpy & test #19

alanjds opened this issue Aug 21, 2018 · 11 comments
Labels
imported Imported from google/grumpy waiting feedback Waiting confirmation of changes or fixes

Comments

@alanjds
Copy link

alanjds commented Aug 21, 2018

google#53 opened @KukkadapuSushma commented on 6 Jan 2017

It would be great if someone can write up the installation steps and how to use/test grumpy!

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by meadori
Friday Jan 06, 2017 at 18:20 GMT


Is README.md not sufficient?

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by CarmeloViavattene
Friday Jan 06, 2017 at 18:39 GMT


I want to use in Windows
I not know the installation steps

Thank You if someone can write the installation steps

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by trotterdylan
Friday Jan 06, 2017 at 21:42 GMT


I have never tried building on Windows. Consider it unsupported for now.

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by CarmeloViavattene
Friday Jan 06, 2017 at 22:30 GMT


ok, thank you, i hope you implement installation in windows

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by sansbacon
Saturday Jan 07, 2017 at 20:14 GMT


The readme file does not have installation instructions for any OS, as far as I can tell. It gives information on how to use grumpy once installed.

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by CarmeloViavattene
Sunday Jan 08, 2017 at 09:08 GMT


Installation instruction found in:
http://www.skippbox.com/static-binaries-from-python-scripts-with-grumpy/

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by asterite3
Monday Apr 02, 2018 at 22:09 GMT


Installation instruction found in:
http://www.skippbox.com/static-binaries-from-python-scripts-with-grumpy/

This link does not lead to installation instructions (at least not any more), it redirects to https://bitnami.com/kubernetes

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by alanjds
Tuesday Apr 03, 2018 at 12:50 GMT


Installation instructions for now:

  • Install Go, Make, Python 2.7
  • Clone the repo
  • On the repo root folder, make:
    echo "print 2+2" | make run

Will echo 4. Done.

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by alanjds
Tuesday Apr 03, 2018 at 12:57 GMT


It takes a very long time to compile. And right now is a bit cumbersome to use external Python packages, e.g. from PyPI, but is possible.

I am working to implement the PEP 3147 that will need a refactor on the import system. This will ease the use of external packages.

@alanjds
Copy link
Author

alanjds commented Aug 21, 2018

Comment by alanjds
Tuesday Apr 03, 2018 at 13:01 GMT


@CarmeloViavattene can you please try using Grumpy on the Windows Subsystem for Linux and share some feedback?

@alanjds alanjds added the imported Imported from google/grumpy label Aug 21, 2018
@alanjds
Copy link
Author

alanjds commented Aug 24, 2018

Updated installation instructions:

Installation instructions for now:

  • Install Go, Make, Python 2.7
  • pip install grumpy-runtime
  • grumpy run -c "print 2+2"

Will echo 4. Done.

I can confirm it to work for Linux, OSX and Android, 64 and 32bit, i386 and ARM. But no one tried on Windows Subsystem for Linux yet. Can someone using windows please try it?

@alanjds alanjds added the waiting feedback Waiting confirmation of changes or fixes label Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported Imported from google/grumpy waiting feedback Waiting confirmation of changes or fixes
Projects
None yet
Development

No branches or pull requests

1 participant