Git Product home page Git Product logo

Comments (2)

jeremydw avatar jeremydw commented on May 17, 2024

Hi there. Actually, instead of using python install.py install, you should use python setup.py install, if you'd like to install from source. install.py is the installer script executed using the binary installer, (1) below.

There are also a few other ways you could install Grow instead of installing from source:

  1. curl install.growsdk.org | bash to use the installer script.
  2. pip install grow to install from PyPi.

If after recloning the latest master branch, python setup.py install doesn't work, please re-open this issue!

from grow.

luckypoem avatar luckypoem commented on May 17, 2024

hi.
still met error,how to fix it?tks.

root@as3:# pip install grow
root@as3:
# /usr/local/bin/grow init codelab grow-site
/usr/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
Traceback (most recent call last):
File "/usr/local/bin/grow", line 20, in
from grow import commands
File "/usr/local/lib/python2.7/site-packages/grow/commands.py", line 13, in
import git
File "/usr/local/lib/python2.7/site-packages/git/init.py", line 6, in
from repository import Repository, InvalidRepositoryError
File "/usr/local/lib/python2.7/site-packages/git/repository.py", line 11, in
from objects import Commit
File "/usr/local/lib/python2.7/site-packages/git/objects/init.py", line 8, in
import submodule.util
File "/usr/local/lib/python2.7/site-packages/git/objects/submodule/util.py", line 3, in
from git.config import GitConfigParser
ImportError: cannot import name GitConfigParser
root@as3:~#

from grow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.