Airbnb Airflow安装错误

时间:2017-02-15 00:45:29

标签: python-2.7 airflow airbnb

我试图在Ubuntu 16.04中安装Airflow。我尝试时收到错误: pip安装气流

这是错误:

Exception:
Traceback (most recent call last):
  File "/home/ashim/.local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/home/ashim/.local/lib/python2.7/site-packages/pip/commands/install.py", line 342, in run
    prefix=options.prefix_path,
  File "/home/ashim/.local/lib/python2.7/site-packages/pip/req/req_set.py", line 784, in install
    **kwargs
  File "/home/ashim/.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/ashim/.local/lib/python2.7/site-packages/pip/req/req_install.py", line 1064, in move_wheel_files
    isolated=self.isolated,
  File "/home/ashim/.local/lib/python2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files
    clobber(source, lib_dir, True)
  File "/home/ashim/.local/lib/python2.7/site-packages/pip/wheel.py", line 316, in clobber
    ensure_dir(destdir)
  File "/home/ashim/.local/lib/python2.7/site-packages/pip/utils/__init__.py", line 83, in ensure_dir
    os.makedirs(path)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/dateutil'

3 个答案:

答案 0 :(得分:1)

我想提一下,如果你想使用更多的子包(hive,hdfs等),你应该安装其他包如sasl客户端

conda install -c blaze sasl = 0.2.1

conda install -c conda-forge pure-sasl = 0.3.0

答案 1 :(得分:0)

sudo pip install airflow

sudo pip install "airflow[celery,postgres]"

第二个命令列出了所需的额外包以及气流。

答案 2 :(得分:0)

授予“ /usr/local/lib/python2.7/dist-packages/dateutil”或更高版本的/ usr / local / lib的权限