Gå til innhold

Rsh10

Medlemmer
  • Innlegg

    5
  • Ble med

  • Besøkte siden sist

Innlegg skrevet av Rsh10

  1. Hei, har problemer med å installere universe, kan noen hjelpe meg? er helt blank

     

    https://github.com/openai/universe

     

     

    "

    Install Universe

    To get started, first install universe:

    git clone https://github.com/openai/universe.git
    cd universe
    pip install -e .
    "
    og da får jeg feilmelding på "pip install -e ."
     
    Exception:
    Traceback (most recent call last):
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
        status = self.run(options, args)
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/commands/install.py", line 342, in run
        prefix=options.prefix_path,
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/req/req_set.py", line 784, in install
        **kwargs
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 851, in install
        self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
        isolated=self.isolated,
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files
        clobber(source, lib_dir, True)
      File "/home/rsh10/.local/lib/python2.7/site-packages/pip/wheel.py", line 323, in clobber
        shutil.copyfile(srcfile, destfile)
      File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
        with open(dst, 'wb') as fdst:
    IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/six.py'
     

     

  2. Hei

     

    Jeg ble litt fasinert av AI, noe som blir bedre av seg selv, lærer av egne feil.

     

    jeg bruker og har alltid brukt Windows, men har fått greie på at man må bruke Linux eller IOS. har nå tiulgang til IOS men har problemer med feilmeldinger:

    Traceback (most recent call last):

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main

        status = self.run(options, args)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/install.py", line 324, in run

        requirement_set.prepare_files(finder)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 380, in prepare_files

        ignore_dependencies=self.ignore_dependencies))

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 620, in _prepare_file

        session=self.session, hashes=hashes)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 821, in unpack_url

        hashes=hashes

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 659, in unpack_http_url

        hashes)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 882, in _download_http_url

        _download_url(resp, link, content_file, hashes)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 603, in _download_url

        hashes.check_against_chunks(downloaded_chunks)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/hashes.py", line 46, in check_against_chunks

        for chunk in chunks:

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 571, in written_chunks

        for chunk in chunks:

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/ui.py", line 139, in iter

        for x in it:

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 560, in resp_read

        decode_content=False):

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py", line 357, in stream

        data = self.read(amt=amt, decode_content=decode_content)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py", line 324, in read

        flush_decoder = True

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__

        self.gen.throw(type, value, traceback)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py", line 246, in _error_catcher

        raise ReadTimeoutError(self._pool, None, 'Read timed out.')

    ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

     

     

    Har klart å installere "Universe", men når jeg kommer til neste steg( cd universe
    pip install -e .) kommer den feilmeldingen opp.

     

    Er den noen som kan hjelpe meg? 

  3. Hei

     

    Jeg ble litt fasinert av AI, noe som blir bedre av seg selv, lærer av egne feil.

     

    jeg bruker og har alltid brukt Windows, men har fått greie på at man må bruke Linux eller IOS. har nå tiulgang til IOS men har problemer med feilmeldinger:

    Traceback (most recent call last):

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main

        status = self.run(options, args)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/install.py", line 324, in run

        requirement_set.prepare_files(finder)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 380, in prepare_files

        ignore_dependencies=self.ignore_dependencies))

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 620, in _prepare_file

        session=self.session, hashes=hashes)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 821, in unpack_url

        hashes=hashes

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 659, in unpack_http_url

        hashes)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 882, in _download_http_url

        _download_url(resp, link, content_file, hashes)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 603, in _download_url

        hashes.check_against_chunks(downloaded_chunks)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/hashes.py", line 46, in check_against_chunks

        for chunk in chunks:

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 571, in written_chunks

        for chunk in chunks:

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/ui.py", line 139, in iter

        for x in it:

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/download.py", line 560, in resp_read

        decode_content=False):

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py", line 357, in stream

        data = self.read(amt=amt, decode_content=decode_content)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py", line 324, in read

        flush_decoder = True

      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__

        self.gen.throw(type, value, traceback)

      File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/response.py", line 246, in _error_catcher

        raise ReadTimeoutError(self._pool, None, 'Read timed out.')

    ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.

     

     

    Har klart å installere "Universe", men når jeg kommer til neste steg( cd universe
    pip install -e .) kommer den feilmeldingen opp.

     

    Er den noen som kan hjelpe meg? 

×
×
  • Opprett ny...