Skip to content

Instantly share code, notes, and snippets.

@sjainit

sjainit/errors Secret

Created December 16, 2019 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjainit/1b03148183eca5d682d95ed5752debdb to your computer and use it in GitHub Desktop.
Save sjainit/1b03148183eca5d682d95ed5752debdb to your computer and use it in GitHub Desktop.
| _ ERROR collecting listenbrainz_spark/request_consumer/test_request_consumer.py _
test_1 | ImportError while importing test module '/rec/listenbrainz_spark/request_consumer/test_request_consumer.py'.
test_1 | Hint: make sure your test modules/packages have valid Python names.
test_1 | Traceback:
test_1 | listenbrainz_spark/request_consumer/test_request_consumer.py:3: in <module>
test_1 | from listenbrainz_spark.request_consumer.request_consumer import RequestConsumer
test_1 | listenbrainz_spark/request_consumer/request_consumer.py:27: in <module>
test_1 | import listenbrainz_spark.query_map
test_1 | listenbrainz_spark/query_map.py:1: in <module>
test_1 | import listenbrainz_spark.stats.user.all
test_1 | listenbrainz_spark/stats/user/all.py:2: in <module>
test_1 | from listenbrainz_spark.utils import get_listens
test_1 | listenbrainz_spark/utils.py:11: in <module>
test_1 | from listenbrainz_spark import stats, config, path, schema
test_1 | listenbrainz_spark/path.py:3: in <module>
test_1 | from listenbrainz_spark import config
test_1 | E ImportError: cannot import name 'config'
test_1 | _________ ERROR collecting listenbrainz_spark/stats/tests/test_init.py _________
test_1 | ImportError while importing test module '/rec/listenbrainz_spark/stats/tests/test_init.py'.
test_1 | Hint: make sure your test modules/packages have valid Python names.
test_1 | Traceback:
test_1 | listenbrainz_spark/stats/tests/test_init.py:17: in <module>
test_1 | from listenbrainz_spark.tests import SparkTestCase
test_1 | listenbrainz_spark/tests/__init__.py:5: in <module>
test_1 | from listenbrainz_spark import hdfs_connection, utils, config
test_1 | listenbrainz_spark/utils.py:11: in <module>
test_1 | from listenbrainz_spark import stats, config, path, schema
test_1 | listenbrainz_spark/path.py:3: in <module>
test_1 | from listenbrainz_spark import config
test_1 | E ImportError: cannot import name 'config'
test_1 | ___________ ERROR collecting listenbrainz_spark/tests/test_utils.py ____________
test_1 | ImportError while importing test module '/rec/listenbrainz_spark/tests/test_utils.py'.
test_1 | Hint: make sure your test modules/packages have valid Python names.
test_1 | Traceback:
test_1 | listenbrainz_spark/tests/__init__.py:5: in <module>
test_1 | from listenbrainz_spark import hdfs_connection, utils, config
test_1 | listenbrainz_spark/utils.py:11: in <module>
test_1 | from listenbrainz_spark import stats, config, path, schema
test_1 | listenbrainz_spark/path.py:3: in <module>
test_1 | from listenbrainz_spark import config
test_1 | E ImportError: cannot import name 'config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment