[
https://issues.apache.org/jira/browse/BEAM-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15592577#comment-15592577
]
ASF GitHub Bot commented on BEAM-753:
-------------------------------------
GitHub user aaltay opened a pull request:
https://github.com/apache/incubator-beam/pull/1148
[BEAM-753] Pin the version of dependencies
Pin the version of all dependencies between a known good version and up to
(not including) the next major version.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aaltay/incubator-beam setup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/1148.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1148
----
commit 37449b34c237318679d9760ee633c49513186467
Author: Ahmet Altay <[email protected]>
Date: 2016-10-20T18:08:58Z
Pin the version of dependencies
----
> Pin versions of all dependencies
> --------------------------------
>
> Key: BEAM-753
> URL: https://issues.apache.org/jira/browse/BEAM-753
> Project: Beam
> Issue Type: Bug
> Components: sdk-py
> Reporter: Ahmet Altay
> Assignee: Ahmet Altay
> Fix For: Not applicable
>
>
> ERROR: Failure: ImportError (cannot import name locked_file)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/nose-1.3.7-py2.7.egg/nose/loader.py",
> line 418, in loadTestsFromName
> addr.filename, addr.module)
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/nose-1.3.7-py2.7.egg/nose/importer.py",
> line 47, in importFromPath
> return self.importFromDir(dir_path, fqname)
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/nose-1.3.7-py2.7.egg/nose/importer.py",
> line 94, in importFromDir
> mod = load_module(part_fqname, fh, filename, desc)
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/__init__.py",
> line 78, in <module>
> from apache_beam import io
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/io/__init__.py",
> line 21, in <module>
> from apache_beam.io.avroio import *
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/io/avroio.py",
> line 29, in <module>
> from apache_beam.io import filebasedsource
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/io/filebasedsource.py",
> line 31, in <module>
> from apache_beam.io import concat_source
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/io/concat_source.py",
> line 24, in <module>
> from apache_beam.io import iobase
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/io/iobase.py",
> line 818, in <module>
> from apache_beam.runners.dataflow.native_io.iobase import *
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/runners/__init__.py",
> line 23, in <module>
> from apache_beam.runners.dataflow_runner import DataflowPipelineRunner
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/runners/dataflow_runner.py",
> line 43, in <module>
> from apache_beam.internal.clients import dataflow as dataflow_api
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/apache_beam/internal/clients/dataflow/__init__.py",
> line 23, in <module>
> from apitools.base.py import *
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apitools/base/py/__init__.py",
> line 22, in <module>
> from apitools.base.py.credentials_lib import *
> File
> "/usr/local/google/home/altay/Desktop/beam/test/incubator-beam/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apitools/base/py/credentials_lib.py",
> line 50, in <module>
> from oauth2client import locked_file
> ImportError: cannot import name locked_file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)