Giter Club home page Giter Club logo

Comments (4)

JVenberg avatar JVenberg commented on August 18, 2024

Can you try pip install -r requirements.txt on the gofbot directory and tell me if it works?

from pokemongo-bot-desktop.

innrwrld avatar innrwrld commented on August 18, 2024

Same issue installed. Attempted to run the pip installation from within the gofbot/ directory & still got the following:

Collecting protobuf-to-dict==0.1.0 (from -r requirements.txt (line 7))
  Using cached protobuf-to-dict-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:

    Installed /private/var/folders/d7/313wrk9d5kq0xxk842lzx39m0000gn/T/pip-build-Z5S1tJ/protobuf-to-dict/.eggs/nosexcover-1.0.10-py2.7.egg
    Searching for coverage
    Reading https://pypi.python.org/simple/coverage/
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/d7/313wrk9d5kq0xxk842lzx39m0000gn/T/pip-build-Z5S1tJ/protobuf-to-dict/setup.py", line 25, in <module>
        'Topic :: Software Development :: Libraries :: Python Modules',
      File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 111, in setup
        _setup_distribution = dist = klass(attrs)
      File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 269, in __init__
        self.fetch_build_eggs(attrs['setup_requires'])
      File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs
        replace_conflicting=True,
      File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 826, in resolve
        dist = best[req.key] = env.best_match(req, ws, installer)
      File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1092, in best_match
        return self.obtain(req, installer)
      File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1104, in obtain
        return installer(requirement)
      File "/usr/local/lib/python2.7/site-packages/setuptools/dist.py", line 380, in fetch_build_egg
        return cmd.easy_install(req)
      File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 652, in easy_install
        not self.always_copy, self.local_index
      File "/usr/local/lib/python2.7/site-packages/setuptools/package_index.py", line 607, in fetch_distribution
        self.find_packages(requirement)
      File "/usr/local/lib/python2.7/site-packages/setuptools/package_index.py", line 444, in find_packages
        self.scan_url(self.index_url + requirement.unsafe_name+'/')
      File "/usr/local/lib/python2.7/site-packages/setuptools/package_index.py", line 778, in scan_url
        self.process_url(url, True)
      File "/usr/local/lib/python2.7/site-packages/setuptools/package_index.py", line 319, in process_url
        page = f.read()
      File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 355, in read
        data = self._sock.recv(rbufsize)
      File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 612, in read
        s = self.fp.read(amt)
      File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 384, in read
        data = self._sock.recv(left)
      File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 756, in recv
        return self.read(buflen)
      File "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 643, in read
        v = self._sslobj.read(len)
    socket.error: [Errno 54] Connection reset by peer

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/d7/313wrk9d5kq0xxk842lzx39m0000gn/T/pip-build-Z5S1tJ/protobuf-to-dict/

from pokemongo-bot-desktop.

blackmambacode avatar blackmambacode commented on August 18, 2024

@JVenberg Does not work either.

it does work with this:
$ virtualenv .
$ source bin/activate
$ pip install -r requirements.txt

from pokemongo-bot-desktop.

innrwrld avatar innrwrld commented on August 18, 2024

I got it to install in virtualenv with no issue, but did then get the following on init, but may be remedied with a manual init (haven't tried yet):

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/Cellar/node/6.3.1/bin/node',
1 verbose cli   '/usr/local/bin/npm',
1 verbose cli   'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle [email protected]~prestart: [email protected]
6 silly lifecycle [email protected]~prestart: no script for prestart, continuing
7 info lifecycle [email protected]~start: [email protected]
8 verbose lifecycle [email protected]~start: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/Users/dkennedy/PokemonGo-Bot-Desktop/node_modules/.bin:/usr/local/Cellar/node/6.3.1/bin:/Users/dkennedy/PokemonGo-Bot-Desktop/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin
10 verbose lifecycle [email protected]~start: CWD: /Users/dkennedy/PokemonGo-Bot-Desktop
11 silly lifecycle [email protected]~start: Args: [ '-c', 'electron main.js' ]
12 silly lifecycle [email protected]~start: Returned: code: 1  signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: `electron main.js`
14 verbose stack Exit status 1
14 verbose stack     at EventEmitter.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at EventEmitter.emit (events.js:191:7)
14 verbose stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:40:14)
14 verbose stack     at emitTwo (events.js:106:13)
14 verbose stack     at ChildProcess.emit (events.js:191:7)
14 verbose stack     at maybeClose (internal/child_process.js:852:16)
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
15 verbose pkgid [email protected]
16 verbose cwd /Users/dkennedy/PokemonGo-Bot-Desktop
17 error Darwin 16.0.0
18 error argv "/usr/local/Cellar/node/6.3.1/bin/node" "/usr/local/bin/npm" "start"
19 error node v6.3.1
20 error npm  v3.10.3
21 error code ELIFECYCLE
22 error [email protected] start: `electron main.js`
22 error Exit status 1
23 error Failed at the [email protected] start script 'electron main.js'.
23 error Make sure you have the latest version of node.js and npm installed.
23 error If you do, this is most likely a problem with the PokemonGoBot package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error     electron main.js
23 error You can get information on how to open an issue for this project with:
23 error     npm bugs PokemonGoBot
23 error Or if that isn't available, you can get their info via:
23 error     npm owner ls PokemonGoBot
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]

from pokemongo-bot-desktop.

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.