You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "David Laxer (JIRA)" <ji...@apache.org> on 2018/03/05 19:32:00 UTC

[jira] [Created] (TOREE-468) Build Error

David Laxer created TOREE-468:
---------------------------------

             Summary: Build Error
                 Key: TOREE-468
                 URL: https://issues.apache.org/jira/browse/TOREE-468
             Project: TOREE
          Issue Type: Bug
          Components: Build
    Affects Versions: Not Applicable
         Environment: Ubuntu 14.04 LTS
            Reporter: David Laxer
             Fix For: Not Applicable


I'm getting the following eror(s) running $ make release on Ubuntu 14.04LTS

 

copying toree/lib/toree-assembly-0.3.0-dev1-incubating-SNAPSHOT.jar -> toree-0.3.0.dev1/toree/lib
Writing toree-0.3.0.dev1/setup.cfg
Creating tar archive
removing 'toree-0.3.0.dev1' (and everything under it)
The directory '/home/jovyan/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/jovyan/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement 'toree-0.3.0-dev1.tar.gz' looks like a filename, but the file does not exist
Processing ./toree-0.3.0-dev1.tar.gz
Exception:
Traceback (most recent call last):
  File "/opt/conda/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/opt/conda/lib/python3.5/site-packages/pip/commands/install.py", line 299, in run
    requirement_set.prepare_files(finder)
  File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 370, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/opt/conda/lib/python3.5/site-packages/pip/req/req_set.py", line 587, in _prepare_file
    session=self.session, hashes=hashes)
  File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 798, in unpack_url
    unpack_file_url(link, location, download_dir, hashes=hashes)
  File "/opt/conda/lib/python3.5/site-packages/pip/download.py", line 705, in unpack_file_url
    unpack_file(from_path, location, content_type, link)
  File "/opt/conda/lib/python3.5/site-packages/pip/utils/__init__.py", line 602, in unpack_file
    tarfile.is_tarfile(filename) or
  File "/opt/conda/lib/python3.5/tarfile.py", line 2448, in is_tarfile
    t = open(name)
  File "/opt/conda/lib/python3.5/tarfile.py", line 1557, in open
    return func(name, "r", fileobj, **kwargs)
  File "/opt/conda/lib/python3.5/tarfile.py", line 1655, in bz2open
    compresslevel=compresslevel)
  File "/opt/conda/lib/python3.5/bz2.py", line 95, in __init__
    self._fp = _builtin_open(filename, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/srv/toree/dist/toree-pip/toree-0.3.0-dev1.tar.gz'
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
make: *** [dist/toree-pip/toree-0.3.0-dev1.tar.gz] Error 2



 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)