text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
"/home/hello/magent/python/magent/model.py", line 294, in model_client
model = RLModel(**model_args)
"/home/hello/magent/python/magent/builtin/tf_model/dqn.py", line 94, in __init__
self.qvalues = self._create_network(self.input_view, self.input_feature, use_conv)
"/home/hello/magent/python/magent/builtin/tf_model/dqn.py", line 164, in _create_network
h_conv1 = tf.layers.conv2d(input_view, filters=kernel_num[0], kernel_size=3,
AttributeError: 'module' object has no attribute 'layers'
| Traceback (most recent call last):
"/home/nbecker/.local/bin/pip3", line 7, in <module>
from pip import main
"/home/nbecker/.local/lib/python3.5/site-packages/pip/__init__.py", line 26, in <module>
from pip.utils import get_installed_distributions, get_prog
"/home/nbecker/.local/lib/python3.5/site-packages/pip/utils/__init__.py", line 27, in <module>
from pip._vendor import pkg_resources
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3018, in <module>
@_call_aside
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3004, in _call_aside
f(*args, **kwargs)
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3046, in _initialize_master_working_set
dist.activate(replace=False)
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2578, in activate
declare_namespace(pkg)
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2152, in declare_namespace
_handle_ns(packageName, path_item)
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2092, in _handle_ns
_rebuild_mod_path(path, packageName, module)
"/home/nbecker/.local/lib/python3.5/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2121, in _rebuild_mod_path
orig_path.sort(key=position_in_sys_path)
AttributeError: '_NamespacePath' object has no attribute 'sort'
| 0.677544 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/__init__.py", line 12, in <module>
from .internal.deprecation import deprecated
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/deprecation.py", line 15, in <module>
from nubia.internal.typing import inspect_object
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/typing/__init__.py", line 68, in <module>
from nubia.internal.helpers import (
"/home/user/.virtualenvs/toolbox/lib/python3.7/site-packages/nubia/internal/helpers.py", line 17, in <module>
from typing import _Union, Any, Iterable
# noqa T484
ImportError: cannot import name '_Union' from 'typing' (/usr/lib/python3.7/typing.py)
| Traceback (most recent call last):
"./pyLoadCli.py", line 38, in <module>
from module.utils import formatSize
ImportError: No module named utils
| 0.808721 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'relcl'
| Traceback (most recent call last):
"/usr/local/bin/superset", line 4, in <module>
__import__('pkg_resources').run_script('superset==0.25.0rc3', u'superset')
"/home/apps/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 658, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/home/apps/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1438, in run_script
exec(code, namespace, namespace)
"/usr/local/lib/python2.7/dist-packages/superset-0.25.0rc3-py2.7.egg/EGG-INFO/scripts/superset", line 15, in <module>
manager.run()
"/usr/local/lib/python2.7/dist-packages/Flask_Script-2.0.6-py2.7.egg/flask_script/__init__.py", line 417, in run
result = self.handle(argv[0], argv[1:])
"/usr/local/lib/python2.7/dist-packages/Flask_Script-2.0.6-py2.7.egg/flask_script/__init__.py", line 386, in handle
res = handle(*args, **config)
"/usr/local/lib/python2.7/dist-packages/Flask_Script-2.0.6-py2.7.egg/flask_script/commands.py", line 216, in __call__
return self.run(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/Flask_Migrate-2.1.1-py2.7.egg/flask_migrate/__init__.py", line 259, in upgrade
command.upgrade(config, revision, sql=sql, tag=tag)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/command.py", line 254, in upgrade
script.run_env()
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/base.py", line 427, in run_env
util.load_python_file(self.dir, 'env.py')
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/util/pyfiles.py", line 81, in load_python_file
module = load_module_py(module_id, path)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/util/compat.py", line 141, in load_module_py
mod = imp.load_source(module_id, path, fp)
"/usr/local/lib/python2.7/dist-packages/superset-0.25.0rc3-py2.7.egg/superset/migrations/env.py", line 102, in <module>
run_migrations_online()
"/usr/local/lib/python2.7/dist-packages/superset-0.25.0rc3-py2.7.egg/superset/migrations/env.py", line 95, in run_migrations_online
context.run_migrations()
"<string>", line 8, in run_migrations
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/runtime/environment.py", line 836, in run_migrations
self.get_context().run_migrations(**kw)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/runtime/migration.py", line 321, in run_migrations
for step in self._migrations_fn(heads, self):
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/command.py", line 243, in upgrade
return script._upgrade_revs(revision, rev)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/base.py", line 336, in _upgrade_revs
revs = list(revs)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/revision.py", line 656, in _iterate_revisions
uppers = util.dedupe_tuple(self.get_revisions(upper))
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/revision.py", line 301, in get_revisions
resolved_id, branch_label = self._resolve_revision_number(id_)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/revision.py", line 437, in _resolve_revision_number
self._revision_map
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/util/langhelpers.py", line 239, in __get__
obj.__dict__[self.__name__] = result = self.fget(obj)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/revision.py", line 122, in _revision_map
for revision in self._generator():
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/base.py", line 99, in _load_revisions
script = Script._from_filename(self, vers, file_)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/script/base.py", line 812, in _from_filename
module = util.load_python_file(dir_, filename)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/util/pyfiles.py", line 81, in load_python_file
module = load_module_py(module_id, path)
"/usr/local/lib/python2.7/dist-packages/alembic-0.9.9-py2.7.egg/alembic/util/compat.py", line 141, in load_module_py
mod = imp.load_source(module_id, path, fp)
"/usr/local/lib/python2.7/dist-packages/superset-0.25.0rc3-py2.7.egg/superset/migrations/versions/289ce07647b_add_encrypted_password_field.py", line 16, in <module>
from sqlalchemy_utils.types.encrypted import EncryptedType
ImportError: cannot import name EncryptedType
| 0.764992 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
"/usr/local/lib/python3.6/dist-packages/gunicorn/workers/ggevent.py", line 203, in init_process
super(GeventWorker, self).init_process()
"/usr/local/lib/python3.6/dist-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
"/usr/local/lib/python3.6/dist-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
"/usr/local/lib/python3.6/dist-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
"/usr/local/lib/python3.6/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
"/usr/local/lib/python3.6/dist-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
"/usr/local/lib/python3.6/dist-packages/gunicorn/util.py", line 350, in import_app
__import__(module)
"/root/incubator-superset-0.34.0/superset/__init__.py", line 35, in <module>
from superset import config
"/root/incubator-superset-0.34.0/superset/config.py", line 25, in <module>
from superset_config import *
"/root/incubator-superset-0.34.0/superset_config.py", line 39, in <module>
from superset.stats_logger import StatsdStatsLogger
ImportError: cannot import name 'StatsdStatsLogger'
| Traceback (most recent call last):
"/usr/local/bin/acd_cli", line 9, in <module>
load_entry_point('acdcli==0.3.2', 'console_scripts', 'acd_cli')()
"/usr/lib/python3/dist-packages/pkg_resources.py", line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3/dist-packages/pkg_resources.py", line 2476, in load_entry_point
return ep.load()
"/usr/lib/python3/dist-packages/pkg_resources.py", line 2190, in load
['__name__'])
"/usr/local/bin/acd_cli.py", line 22, in <module>
from acdcli.api import client
"/usr/local/lib/python3.4/dist-packages/acdcli/api/client.py", line 14, in <module>
from .content import ContentMixin
"/usr/local/lib/python3.4/dist-packages/acdcli/api/content.py", line 10, in <module>
from requests_toolbelt import MultipartEncoder
"/usr/local/lib/python3.4/dist-packages/requests_toolbelt/__init__.py", line 12, in <module>
from .adapters import SSLAdapter, SourceAddressAdapter
"/usr/local/lib/python3.4/dist-packages/requests_toolbelt/adapters/__init__.py", line 12, in <module>
from .ssl import SSLAdapter
"/usr/local/lib/python3.4/dist-packages/requests_toolbelt/adapters/ssl.py", line 16, in <module>
from .._compat import poolmanager
"/usr/local/lib/python3.4/dist-packages/requests_toolbelt/_compat.py", line 51, in <module>
from urllib3.contrib import appengine as gaecontrib
ImportError: cannot import name 'appengine'
| 0.690394 |
Traceback (most recent call last):
"/Users/username/.poetry/bin/poetry", line 12, in <module>
from poetry.console import main
"/Users/username/.poetry/lib/poetry/console/__init__.py", line 1, in <module>
from .application import Application
"/Users/username/.poetry/lib/poetry/console/application.py", line 3, in <module>
from cleo import Application as BaseApplication
ModuleNotFoundError: No module named 'cleo'
| Traceback (most recent call last):
"/usr/bin/ulauncher", line 27, in <module>
from ulauncher.main import main
ModuleNotFoundError: No module named 'ulauncher'
| 0.763933 |
Traceback (most recent call last):
"/Applications/Tautulli/scripts/kill_trans_pause_notify.py", line 14, in <module>
import requests
ImportError: No module named requests | Traceback (most recent call last):
"u.py", line 3, in <module>
from rasa.nlu import Interpreter
ImportError: cannot import name 'Interpreter' from 'rasa.nlu' (/home/stefan_vantchev/venv/lib/python3.7/site-packages/rasa/nlu/__init__.py)
| 0.782367 |
Traceback (most recent call last):
"/scratch_cory/sysadmin/galaxy/lib/galaxy/web/framework/decorators.py", line 283, in decorator
rval = func(self, trans, *args, **kwargs)
"/scratch_cory/sysadmin/galaxy/lib/galaxy/webapps/galaxy/api/tools.py", line 123, in build
return tool.to_json(trans, kwd.get('inputs', kwd))
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/__init__.py", line 1905, in to_json
self.populate_model(request_context, self.inputs, state_inputs, tool_model['inputs'])
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/__init__.py", line 1953, in populate_model
tool_dict = input.to_dict(request_context)
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/parameters/grouping.py", line 708, in to_dict
cond_dict["cases"] = list(map(nested_to_dict, self.cases))
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/parameters/grouping.py", line 706, in nested_to_dict
return input.to_dict(trans)
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/parameters/grouping.py", line 726, in to_dict
when_dict["inputs"] = list(map(input_to_dict, self.inputs.values()))
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/parameters/grouping.py", line 724, in input_to_dict
return input.to_dict(trans)
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/parameters/basic.py", line 1959, in to_dict
match = dataset_collection_matcher.hdca_match(hdca)
"/scratch_cory/sysadmin/galaxy/lib/galaxy/tools/parameters/dataset_matcher.py", line 226, in hdca_match
converted_ext, _ = datatypes_registry.find_conversion_destination_for_dataset_by_extensions(extension, formats)
"/scratch_cory/sysadmin/galaxy/lib/galaxy/datatypes/registry.py", line 893, in find_conversion_destination_for_dataset_by_extensions
self.log.warning("Datatype class not found for extension '%s', which is used as target for conversion from datatype '%s'" % (convert_ext, dataset.ext))
AttributeError: 'NoneType' object has no attribute 'ext'
| Traceback (most recent call last):
"drivers_notes.py", line 8, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
exec(bytecode, module.__dict__)
"site-packages\mdfreader\__init__.py", line 30, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
exec(bytecode, module.__dict__)
"site-packages\mdfreader\mdfreader.py", line 48, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
exec(bytecode, module.__dict__)
"site-packages\mdfreader\mdf3reader.py", line 48, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
exec(bytecode, module.__dict__)
"site-packages\mdfreader\mdf.py", line 26, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
exec(bytecode, module.__dict__)
"site-packages\pandas\__init__.py", line 26, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
exec(bytecode, module.__dict__)
"site-packages\pandas\_libs\__init__.py", line 4, in <module>
"c:\python\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 687, in load_module
module = imp.load_module(fullname, fp, filename, ext_tuple)
"pandas\_libs\tslib.pyx", line 1510, in init pandas._libs.tslib
AttributeError: type object 'pandas._libs.tslib._TSObject' has no attribute '__reduce_cython__'*
| 0.699378 |
Traceback (most recent call last):
"ponyfail_077.py", line 33, in <module>
Post.select().prefetch(Post.tags, PostTag.tag, Tag.category).first()
"lib/python3.4/site-packages/pony/orm/core.py", line 5888, in first
objects = query.without_distinct()[:1]
"lib/python3.4/site-packages/pony/orm/core.py", line 6131, in __getitem__
return query._fetch(limit=stop-start, offset=start)
"lib/python3.4/site-packages/pony/orm/core.py", line 6133, in _fetch
return QueryResult(query, limit, offset, lazy=lazy)
"lib/python3.4/site-packages/pony/orm/core.py", line 6240, in __init__
self._items = None if lazy else self._query._actual_fetch(limit, offset)
"lib/python3.4/site-packages/pony/orm/core.py", line 5794, in _actual_fetch
if query._prefetch: query._do_prefetch(items)
"lib/python3.4/site-packages/pony/orm/core.py", line 5861, in _do_prefetch
objects_to_prefetch_dict[obj.__class__._root_].add(obj)
AttributeError: type object 'NoneType' has no attribute '_root_'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/discord/ext/commands/core.py", line 62, in wrapped
ret = yield from coro(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/redbot/cogs/audio/audio.py", line 1428, in skip
return await self._skip_action(ctx)
"/usr/local/lib/python3.6/dist-packages/redbot/cogs/audio/audio.py", line 1492, in _skip_action
pos, dur = player.position, player.current.length
AttributeError: 'NoneType' object has no attribute 'length'
| 0.715997 |
Traceback (most recent call last):
"/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/shivani/pycon/helloworld/helloworld/__main__.py", line 1, in <module>
from helloworld.app import main
"/home/shivani/pycon/helloworld/helloworld/app.py", line 2, in <module>
import toga
ImportError: No module named 'toga' | Traceback (most recent call last):
"train.py", line 148, in <module>
MODEL = importlib.import_module(FLAGS.model) # import network module
"/home/aistudio/external-libraries/votenet/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 978, in _gcd_import
"<frozen importlib._bootstrap>", line 961, in _find_and_load
"<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 655, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
"/home/aistudio/work/votenet/models/votenet.py", line 19, in <module>
from backbone_module import Pointnet2Backbone
"/home/aistudio/work/votenet/models/backbone_module.py", line 19, in <module>
from pointnet2_modules import PointnetSAModuleVotes, PointnetFPModule
"/home/aistudio/work/votenet/pointnet2/pointnet2_modules.py", line 21, in <module>
import pointnet2_utils
"/home/aistudio/work/votenet/pointnet2/pointnet2_utils.py", line 24, in <module>
import pointnet2._ext as _ext
ImportError: /home/aistudio/external-libraries/votenet/lib/python3.6/site-packages/pointnet2-0.0.0-py3.6-linux-x86_64.egg/pointnet2/_ext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration
| 0.688439 |
Traceback (most recent call last):
"pupy/__init__.py", line 463, in load_module
"pupy/__init__.py", line 316, in loadpy
"f:142", line 42, in <module>
"pupy/__init__.py", line 463, in load_module
"pupy/__init__.py", line 316, in loadpy
"f:13d", line 623, in <module>
"f:13d", line 585, in version
"f:13d", line 558, in distribution
"f:13d", line 215, in from_name
PackageNotFoundError: No package metadata was found for importlib_metadata
| Traceback (most recent call last):
"pupy/__init__.py", line 463, in load_module
"pupy/__init__.py", line 316, in loadpy
"f:147", line 5, in <module>
"pupy/__init__.py", line 463, in load_module
"pupy/__init__.py", line 316, in loadpy
"f:142", line 42, in <module>
"pupy/__init__.py", line 463, in load_module
"pupy/__init__.py", line 316, in loadpy
"f:13d", line 623, in <module>
"f:13d", line 585, in version
"f:13d", line 558, in distribution
"f:13d", line 215, in from_name
PackageNotFoundError: No package metadata was found for importlib_metadata
| 1 |
Traceback (most recent call last):
"submissions.py", line 7, in <module>
from PIL import Image
"/usr/lib/python3/dist-packages/PIL/Image.py", line 53, in <module>
from PIL import _imaging as core
ImportError: cannot import name '_imaging'
| Traceback (most recent call last):
"/Users/alonewoo/Desktop/DeDRM.app/Contents/Resources/k4mobidedrm.py", line 93, in <module>
import kfxdedrm
"/Users/alonewoo/Desktop/DeDRM.app/Contents/Resources/kfxdedrm.py", line 20, in <module>
import ion
"/Users/alonewoo/Desktop/DeDRM.app/Contents/Resources/ion.py", line 20, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
| 0.757977 |
Traceback (most recent call last):
"/home/rafael/git/pupil/pupil_src/player/main.py", line 88, in <module>
from video_capture import
_Source,EndofVideo
Error,
SeekError
"/home/rafael/git/pupil/pupil_src/shared_modules/video_capture/__init__.py", line 27, in <module>
from ndsi_backend import NDSI_Source, NDSI_Manager
"/home/rafael/git/pupil/pupil_src/shared_modules/video_capture/ndsi_backend.py", line 14, in <module>
import ndsi
"/usr/local/lib/python2.7/dist-packages/ndsi/__init__.py", line 23, in <module>
from network import Network
"ndsi/sensor.pxd", line 13, in init ndsi.network (ndsi/network.c:4610)
"ndsi/sensor.pyx", line 13, in init ndsi.sensor (ndsi/sensor.c:20928)
"/usr/lib/python2.7/dist-packages/zmq/__init__.py", line 49, in <module>
from zmq.backend import *
"/usr/lib/python2.7/dist-packages/zmq/backend/__init__.py", line 41, in <module>
reraise(*exc_info)
"/usr/lib/python2.7/dist-packages/zmq/backend/__init__.py", line 29, in <module>
_ns = select_backend(first)
"/usr/lib/python2.7/dist-packages/zmq/backend/select.py", line 27, in select_backend
mod = __import__(name, fromlist=public_api)
"/usr/lib/python2.7/dist-packages/zmq/backend/cython/__init__.py", line 6, in <module>
from . import (constants, error, message, context,
ImportError: /usr/lib/python2.7/dist-packages/zmq/backend/cython/utils.x86_64-linux-gnu.so: undefined symbol: zmq_curve_keypair
| Traceback (most recent call last):
"setup.py", line 10, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
| 0.793615 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| 1 |
Traceback (most recent call last):
"/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 392, in <module>
main()
"/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 385, in main
cm = DockerNetworkManager(client)
"/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 218, in __init__
self.present()
"/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 352, in present
self.disconnect_missing()
"/tmp/ansible_9Ntaqw/ansible_module_docker_network.py", line 323, in disconnect_missing
for c in self.existing_network['Containers'].values():
AttributeError: 'NoneType' object has no attribute 'values'
| Traceback (most recent call last):
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/airflow/.local/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/home/airflow/.local/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/decorators.py", line 121, in wrapper
return f(self, *args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/flask_appbuilder/security/decorators.py", line 109, in wraps
return f(self, *args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/decorators.py", line 56, in wrapper
return f(*args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/utils/db.py", line 74, in wrapper
return func(*args, **kwargs)
"/home/airflow/.local/lib/python3.8/site-packages/airflow/www_rbac/views.py", line 1941, in refresh
appbuilder.sm.sync_perm_for_dag(dag_id, dag.access_control)
AttributeError: 'NoneType' object has no attribute 'access_control'
| 0.67011 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/mordecai/__init__.py", line 1, in <module>
from .geoparse import Geoparser
"/usr/local/lib/python2.7/dist-packages/mordecai/geoparse.py", line 7, in <module>
from functools import lru_cache
ImportError: cannot import name lru_cache
| Traceback (most recent call last):
"F:\Soft\Python\lib\site-packages\numpy\core\__init__.py", line 17, in <module>
from . import multiarray
ImportError: DLL load failed: 找不到指定的模块。
| 0.7246 |
`Traceback (most recent call last):
"C:/Users/mcastro/Documents/PyProjects/pycfm/pyfcm.py", line 2, in <module>
from pyfcm import FCMNotification
"C:\Users\mcastro\Documents\PyProjects\pycfm\pyfcm.py", line 2, in <module>
from pyfcm import FCMNotification
ImportError: cannot import name 'FCMNotification'`
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'YesNo' from 'bullet' (/Users/garyrob/anaconda3/envs/py37/lib/python3.7/site-packages/bullet/__init__.py)
| 0.794679 |
Traceback (most recent call last):
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 169, in <lambda>
timer.timeout.connect(lambda: self.restart_lsp(language))
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 98, in restart_lsp
self.restart_client(language, client_config)
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 462, in restart_client
self.start_client(language)
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 388, in start_client
language_client['instance'].start()
"F:\anaconda3\envs\myenv\lib\site-packages\spyder\plugins\completion\languageserver\client.py", line 263, in start
env=new_env)
"F:\anaconda3\envs\myenv\lib\subprocess.py", line 800, in __init__
restore_signals, start_new_session)
"F:\anaconda3\envs\myenv\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
OSError: [WinError 87] The parameter is incorrect
| Traceback (most recent call last):
"c:\users\hp\appdata\local\programs\python\python37-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\hp\AppData\Local\Programs\Python\Python37-32\Scripts\pytest.exe\__main__.py", line 9, in <module>
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\config\__init__.py", line 180, in console_main
code = main()
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\config\__init__.py", line 136, in main
config = _prepareconfig(args, plugins)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\config\__init__.py", line 314, in _prepareconfig
pluginmanager=pluginmanager, args=args
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\hooks.py", line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\manager.py", line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\manager.py", line 87, in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\callers.py", line 203, in _multicall
gen.send(outcome)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\helpconfig.py", line 99, in pytest_cmdline_parse
config = outcome.get_result()
# type: Config
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\callers.py", line 187, in _multicall
res = hook_impl.function(*args)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\config\__init__.py", line 932, in pytest_cmdline_parse
self.parse(args)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\config\__init__.py", line 1204, in parse
self._preparse(args, addopts=addopts)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\config\__init__.py", line 1108, in _preparse
early_config=self, args=args, parser=self._parser
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\hooks.py", line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\manager.py", line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\manager.py", line 87, in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\callers.py", line 208, in _multicall
return outcome.get_result()
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\pluggy\callers.py", line 182, in _multicall
next(gen)
# first yield
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\capture.py", line 154, in pytest_load_initial_conftests
_py36_windowsconsoleio_workaround(sys.stdout)
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\capture.py", line 145, in _py36_windowsconsoleio_workaround
sys.stdin = _reopen_stdio(sys.stdin, "rb")
"c:\users\hp\appdata\local\programs\python\python37-32\lib\site-packages\_pytest\capture.py", line 138, in _reopen_stdio
open(os.dup(f.fileno()), mode, buffering),
# type: ignore[arg-type]
OSError: [WinError 87] The parameter is incorrect
| 0.794547 |
Traceback (most recent call last):
"<ipython-input-1-c08454750c97>", line 1, in <module>
import torchfcn
"/home/zhang/anaconda2/lib/python2.7/site-packages/torchfcn-0.2-py2.7.egg/torchfcn/__init__.py", line 3, in <module>
from trainer import Trainer
# NOQA
"/home/zhang/anaconda2/lib/python2.7/site-packages/torchfcn-0.2-py2.7.egg/torchfcn/trainer.py", line 6, in <module>
import fcn
ImportError: No module named fcn****
| Traceback (most recent call last):
"c:\users\mohan\documents\cellprofiler-2.2.0\cellprofiler\modules\ilastik_pixel_classification.py", line 47, in <module>
import vigra
ImportError: No module named vigra
| 0.793355 |
Traceback (most recent call last):
"./main.py", line 8, in <module>
from trafaret_config import commandline
ModuleNotFoundError: No module named 'trafaret_config
| Traceback (most recent call last):
"setup.py", line 11, in <module>
import setuptools
"/home/jonathan/Documents/COVID19App/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/__init__.py", line 20, in <module>
from setuptools.dist import Distribution, Feature
"/home/jonathan/Documents/COVID19App/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/dist.py", line 36, in <module>
from setuptools import windows_support
"/home/jonathan/Documents/COVID19App/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/windows_support.py", line 2, in <module>
import ctypes
"/home/jonathan/Documents/COVID19App/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/Lib/ctypes/__init__.py", line 7, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
| 0.844251 |
Traceback (most recent call last):
"c:\tmp\tmpqbbwgz", line 6, in <module>
import os, setuptools
"d:\home\.buildout\eggs\setuptools-34.0.1-py2.7.egg\setuptools\__init__.py", line 12, in <module>
import setuptools.version
"d:\home\.buildout\eggs\setuptools-34.0.1-py2.7.egg\setuptools\version.py", line 1, in <module>
import pkg_resources
"d:\home\.buildout\eggs\setuptools-34.0.1-py2.7.egg\pkg_resources\__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named packaging.version
| Traceback (most recent call last):
"worker.py", line 3, in <module>
import go_vncdriver
"/home/adam/miniconda3/envs/universe-starter-agent/lib/python3.5/site-packages/go_vncdriver/__init__.py", line 9, in <module>
from go_vncdriver.go_vncdriver import *
ImportError: numpy.core.multiarray failed to import
| 0.762848 |
Traceback (most recent call last):
"/usr/local/bin/pip", line 7, in <module>
from pip._internal import main
ImportError: No module named _internal
| Traceback (most recent call last):
"MNIST.py", line 7, in <module>
from torch_geometric.datasets import MNISTSuperpixels
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_geometric/datasets/__init__.py", line 1, in <module>
from .tu_dataset import TUDataset
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_geometric/datasets/tu_dataset.py", line 5, in <module>
from torch_geometric.data import InMemoryDataset, download_url, extract_zip
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_geometric/data/__init__.py", line 3, in <module>
from .data import Data
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_geometric/data/data.py", line 2, in <module>
from torch_geometric.utils import (contains_isolated_nodes,
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_geometric/utils/__init__.py", line 3, in <module>
from .undirected import is_undirected, to_undirected
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_geometric/utils/undirected.py", line 2, in <module>
from torch_sparse import coalesce
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_sparse/__init__.py", line 4, in <module>
from .spspmm import spspmm
"/home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/torch_sparse/spspmm.py", line 7, in <module>
import spspmm_cuda
ImportError: /home/Drive2/shrey/shrey/venv2/local/lib/python2.7/site-packages/spspmm_cuda.so: undefined symbol: cusparseDcsrgemm
| 0.743449 |
Traceback (most recent call last):
"/usr/local/bin/pagekite.py", line 254, in <module>
exec __FILES[".SELF/sockschain/__init__.py"] in m.__dict__
"<string>", line 49, in <module>
ImportError: No module named six | Traceback (most recent call last):
"C:\Users\User\Anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
"C:\Users\User\Anaconda3\lib\site-packages\spyder\app\start.py", line 190, in main
from spyder.app import mainwindow
"C:\Users\User\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 80, in <module>
from qtpy.compat import from_qvariant
"C:\Users\User\Anaconda3\lib\site-packages\qtpy\compat.py", line 15, in <module>
from .QtWidgets import Q
Dialog
"C:\Users\User\Anaconda3\lib\site-packages\qtpy\QtWidgets.py", line 22, in <module>
from PyQt5.QtWidgets import *
ImportError: DLL load failed: The specified procedure could not be found.
| 0.722209 |
Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 391, in salt_call
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 48, in run
caller = salt.cli.caller.Caller.factory(self.config)
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 79, in factory
return ZeroMQCaller(opts, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 283, in __init__
super(ZeroMQCaller, self).__init__(opts)
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 102, in __init__
self.minion = salt.minion.SMinion(opts)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 657, in __init__
lambda: self.eval_master(self.opts, failed=True)
"/usr/lib/python2.7/dist-packages/tornado/ioloop.py", line 445, in run_sync
return future_cell[0].result()
"/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
yielded = next(result)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 625, in eval_master
pub_channel = salt.transport.client.AsyncPubChannel.factory(self.opts, **factory_kwargs)
"/usr/lib/python2.7/dist-packages/salt/transport/client.py", line 161, in factory
import salt.transport.zeromq
"/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 33, in <module>
import zmq
"/usr/lib/python2.7/dist-packages/zmq/__init__.py", line 62, in <module>
from zmq.backend import *
"/usr/lib/python2.7/dist-packages/zmq/backend/__init__.py", line 22, in <module>
_ns = select_backend('zmq.backend.cffi')
"/usr/lib/python2.7/dist-packages/zmq/backend/select.py", line 31, in select_backend
mod = __import__(name, fromlist=public_api)
ImportError: No module named cffi
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/anders/code/python/spokehub/ve/lib/python3.5/site-packages/pytumblr/__init__.py", line 5, in <module>
from .request import TumblrRequest
"/home/anders/code/python/spokehub/ve/lib/python3.5/site-packages/pytumblr/request.py", line 1, in <module>
from future import standard_library
ImportError: No module named 'future'
| 0.774067 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 416, in check_infra
raise e
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 413, in check_infra
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 93, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/usr/local/lib/python3.7/site-packages/localstack/services/s3/s3_starter.py", line 32, in check_s3
assert isinstance(out['Buckets'], list)
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"/usr/local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/usr/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python2.7/site-packages/pipenv/cli.py", line 610, in install
new_name = proper_case(old_name)
"/usr/local/lib/python2.7/site-packages/pipenv/cli.py", line 499, in proper_case
return parse_download_fname(collected[-1])[0]
"/usr/local/lib/python2.7/site-packages/pipenv/cli.py", line 270, in parse_download_fname
name = r['name']
TypeError: 'NoneType' object has no attribute '__getitem__'
| 0.671081 |
Traceback (most recent call last):
"afy/cam_fomm.py", line 4, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
| Traceback (most recent call last):
"<string>", line 2, in <module>
ModuleNotFoundError: No module named 'win32com'
| 0.757171 |
Traceback (most recent call last):
"/home/anaconda3/envs/softlearning/bin/softlearning", line 11, in <module>
load_entry_point('softlearning', 'console_scripts', 'softlearning')()
"/home/anaconda3/envs/softlearning/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/home/anaconda3/envs/softlearning/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
return ep.load()
"/home/anaconda3/envs/softlearning/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2443, in load
return self.resolve()
"/home/anaconda3/envs/softlearning/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/softlearning/softlearning/scripts/console_scripts.py", line 26, in <module>
from examples.instrument import (
ModuleNotFoundError: No module named 'examples.instrument'` | Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'tensorlayer'
| 0.80646 |
Traceback (most recent call last):
"PythonScriptWrapper.PY", line 2, in <module>
import os, pandas, matplotlib
"C:\Users\name.lastname\Anaconda3\lib\site-packages\pandas\__init__.py", line 17, in <module>
"Unable to import required dependencies:\n" + "\n".join(missing_dependencies)
ImportError: Unable to import required dependencies:
| Traceback (most recent call last):
"<blender_console>", line 1, in <module>
"C:\Users\john\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PIL\Image.py", line 64, in <module>
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL' (C:\Users\john\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PIL\__init__.py)
| 0.819183 |
Traceback (most recent call last):
"/Users/fintan/anaconda/lib/python2.7/site-packages/flask/cli.py", line 235, in locate_app
__import__(module_name)
"/Users/fintan/Dropbox/LearnerShape/server3/application.py", line 1, in <module>
from learnershape.app import *
"/Users/fintan/Dropbox/LearnerShape/server3/learnershape/app.py", line 4, in <module>
from learnershape import core
"/Users/fintan/Dropbox/LearnerShape/server3/learnershape/core/__init__.py", line 2, in <module>
from . import views
ImportError: cannot import name views
| Traceback (most recent call last):
"./w3af_console", line 167, in <module>
_main()
"./w3af_console", line 163, in _main
sys.exit(main())
"./w3af_console", line 158, in main
return console.sh()
"/opt/w3af/w3af/w3af/core/ui/console/console_ui.py", line 147, in sh
self._context = rootMenu(name, self, self._w3af)
"/opt/w3af/w3af/w3af/core/ui/console/rootMenu.py", line 70, in __init__
'kb': kbMenu
"/opt/w3af/w3af/w3af/core/ui/console/util.py", line 26, in mapDict
fun(p, dct[p])
"/opt/w3af/w3af/w3af/core/ui/console/menu.py", line 110, in addChild
name, self._console, self._w3af, self, *params)
"/opt/w3af/w3af/w3af/core/ui/console/exploit.py", line 47, in __init__
plugin = self._w3af.plugins.get_plugin_inst('attack', plugin_name)
"/opt/w3af/w3af/w3af/core/controllers/core_helpers/plugins.py", line 267, in get_plugin_inst
plugin_inst = factory('w3af.plugins.%s.%s' % (plugin_type, plugin_name))
"/opt/w3af/w3af/w3af/core/controllers/misc/factory.py", line 62, in factory
__import__(module_name)
"/opt/w3af/w3af/w3af/plugins/attack/sqlmap.py", line 37, in <module>
from w3af.plugins.attack.db.sqlmap_wrapper import Target, SQLMapWrapper
"/opt/w3af/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 33, in <module>
from w3af.core.controllers.daemons.proxy import Proxy
"/opt/w3af/w3af/w3af/core/controllers/daemons/proxy/__init__.py", line 1, in <module>
from .handler import ProxyHandler
"/opt/w3af/w3af/w3af/core/controllers/daemons/proxy/handler.py", line 25, in <module>
from netlib.odict import ODictCaseless
ImportError: No module named odict
| 0.720771 |
```Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/bin/pipenv", line 11, in <module>
load_entry_point('pipenv==7.8.8', 'console_scripts', 'pipenv')()
"/Users/Pyclear/Library/Python/3.6/lib/python/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/Users/Pyclear/Library/Python/3.6/lib/python/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point
return ep.load()
"/Users/Pyclear/Library/Python/3.6/lib/python/site-packages/pkg_resources/__init__.py", line 2405, in load
return self.resolve()
"/Users/Pyclear/Library/Python/3.6/lib/python/site-packages/pkg_resources/__init__.py", line 2411, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pipenv/__init__.py", line 17, in <module>
from .cli import cli
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pipenv/cli.py", line 86, in <module>
if ((now.tm_mon == 10) and (now.tm_day == 30)) or ((now.tm_mon == 10) and (now.tm_day == 31)):
AttributeError: 'time.struct_time' object has no attribute 'tm_day'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/damon/src/virtualenv-16.7.6/bun/lib/python3.8/site-packages/rich/console.py", line 740, in print
self.line()
AttributeError: 'str' object has no attribute 'line'
| 0.703937 |
Traceback (most recent call last):
"examples/train.py", line 15, in <module>
import vedanet as vn
"./vedanet/__init__.py", line 13, in <module>
from . import engine
"./vedanet/engine/__init__.py", line 10, in <module>
from ._voc_test import *
"./vedanet/engine/_voc_test.py", line 10, in <module>
from utils.test import voc_wrapper
"./utils/test/voc_wrapper.py", line 4, in <module>
from .fast_rcnn.nms_wrapper import nms, soft_nms
"./utils/test/fast_rcnn/nms_wrapper.py", line 8, in <module>
from ..nms.gpu_nms import gpu_nms
ImportError: ./utils/test/nms/gpu_nms.so: undefined symbol: _Py_ZeroStruct
|
Traceback (most recent call last):
"C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\addon.py", line 7, in <module>
from resources.lib.KodiHelper import KodiHelper
"C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\KodiHelper.py", line 10, in <module>
from MSL import MSL
"C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\MSL.py", line 19, in <module>
from Cryptodome.PublicKey import RSA
ImportError: No module named Cryptodome.PublicKey
| 0.738086 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\dplay.py", line 333, in _real_extract
KeyError: 'errors'
| Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 429, in extract
ie_result = self._real_extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/rmcdecouverte.py", line 38, in _real_extract
brightcove_id = compat_parse_qs(compat_urlparse.urlparse(brightcove_legacy_url).query)['@videoPlayer'][0]
KeyError: '@videoPlayer'
| 0.72159 |
Traceback (most recent call last):
"/usr/local/bin/cme", line 11, in <module>
load_entry_point('crackmapexec==4.0.1.dev0', 'console_scripts', 'cme')()
"/usr/local/lib/python2.7/dist-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/crackmapexec.py", line 36, in main
args = gen_cli_args()
"/usr/local/lib/python2.7/dist-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/cli.py", line 67, in gen_cli_args
protocol_object = p_loader.load_protocol(protocols[protocol]['path'])
"/usr/local/lib/python2.7/dist-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/loaders/protocol_loader.py", line 12, in load_protocol
protocol = imp.load_source('protocol', protocol_path)
"/usr/local/lib/python2.7/dist-packages/crackmapexec-4.0.1.dev0-py2.7.egg/cme/protocols/ssh.py", line 1, in <module>
import paramiko
"/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 96, in __import__
result = _import(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/paramiko/__init__.py", line 22, in <module>
from paramiko.transport import SecurityOptions, Transport
"/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 96, in __import__
result = _import(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 38, in <module>
from paramiko.auth_handler import AuthHandler
"/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 96, in __import__
result = _import(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/paramiko/auth_handler.py", line 72, in <module>
from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS
"/usr/lib/python2.7/dist-packages/gevent/builtins.py", line 96, in __import__
result = _import(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/paramiko/ssh_gss.py", line 55, in <module>
GSS_EXCEPTIONS = (gssapi.GSSException,)
AttributeError: 'module' object has no attribute 'GSSException'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: 'Or' object has no attribute 'intersection'
| 0.768742 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'get_installed_distributions'
| Traceback (most recent call last):
"C:/Users/Admin/Google Drive/1. Software Engineering/Python/Samplify/asdfasef.py", line 1, in <module>
import av
"C:\ProgramData\Anaconda3\lib\site-packages\av\__init__.py", line 9, in <module>
from av._core import time_base, pyav_version as __version__
ImportError: DLL load failed: The specified module could not be found.
| 0.742547 |
`Traceback (most recent call last):
"demo_open_interest.py", line 7, in <module>
from cryptofeed.backends.arctic import OpenInterestArctic, TradeArctic, TickerArctic, LiquidationsArctic
ImportError: cannot import name 'LiquidationsArctic'`
| Traceback (most recent call last):
"./manual.py", line 13, in <module>
from tvdb_mp4 import Tvdb_mp4
"/path/automator_test/tvdb_mp4.py", line 11, in <module>
import tmdbsimple as tmdb
ImportError: No module named tmdbsimple
| 0.78191 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs)
"/usr/lib/python2.7/dist-packages/gevent/server.py", line 102, in wrap_socket_and_handle
ssl_socket = self.wrap_socket(client_socket, **self.ssl_args)
"/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 383, in wrap_socket
ciphers=ciphers)
"/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 94, in __init__
self.do_handshake()
"/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 305, in do_handshake
return self._sslobj.do_handshake()SSLError: [Errno 1] _ssl.c:510: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs)
"/usr/lib/python2.7/dist-packages/gevent/server.py", line 102, in wrap_socket_and_handle
ssl_socket = self.wrap_socket(client_socket, **self.ssl_args)
"/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 383, in wrap_socket
ciphers=ciphers)
"/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 94, in __init__
self.do_handshake()
"/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 305, in do_handshake
return self._sslobj.do_handshake()SSLError: [Errno 1] _ssl.c:510: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request | 1 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/andrew_ford2/.local/lib/python3.7/site-packages/gsuite_exporter/cli.py", line 23, in <module>
from gsuite_exporter.collectors.reports import AdminReportsAPIFetcher
"/home/andrew_ford2/.local/lib/python3.7/site-packages/gsuite_exporter/collectors/reports.py", line 17, in <module>
from gsuite_exporter import auth
"/home/andrew_ford2/.local/lib/python3.7/site-packages/gsuite_exporter/auth.py", line 19, in <module>
from google.auth._default import _load_credentials_from_file
ImportError: cannot import name '_load_credentials_from_file' from 'google.auth._default' (/usr/local/lib/python3.7/dist-packages/google/auth/_default.py)
| Traceback (most recent call last):
"c:\anaconda3\envs\py35\lib\runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"c:\anaconda3\envs\py35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Anaconda3\envs\py35\Scripts\musicbox.exe\__main__.py", line 5, in <module>
"c:\anaconda3\envs\py35\lib\site-packages\src\__init__.py", line 8, in <module>
from menu import Menu
ImportError: No module named 'menu' | 0.671564 |
Traceback (most recent call last):
"lint.backend in /Users/logan/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 201, in await_futures
"./python3.3/concurrent/futures/_base.py", line 394, in result
"./python3.3/concurrent/futures/_base.py", line 353, in __get_result
"./python3.3/concurrent/futures/thread.py", line 54, in run
"lint.backend in /Users/logan/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 96, in execute_lint_task
"lint.linter in /Users/logan/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 812, in lint
"lint.linter in /Users/logan/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 523, in get_cmd
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"tools/train_net.py", line 132, in <module>
main()
"tools/train_net.py", line 114, in main
checkpoints = detectron.utils.train.train_model()
"/home/ubuntu/detectron/detectron/utils/train.py", line 53, in train_model
model, weights_file, start_iter, checkpoints, output_dir = create_model()
"/home/ubuntu/detectron/detectron/utils/train.py", line 145, in create_model
model = model_builder.create(cfg.MODEL.TYPE, train=True)
"/home/ubuntu/detectron/detectron/modeling/model_builder.py", line 124, in create
return get_func(model_type_func)(model)
"/home/ubuntu/detectron/detectron/modeling/model_builder.py", line 89, in generalized_rcnn
freeze_conv_body=cfg.TRAIN.FREEZE_CONV_BODY
"/home/ubuntu/detectron/detectron/modeling/model_builder.py", line 229, in build_generic_detection_model
optim.build_data_parallel_model(model, _single_gpu_build_func)
"/home/ubuntu/detectron/detectron/modeling/optimizer.py", line 40, in build_data_parallel_model
all_loss_gradients = _build_forward_graph(model, single_gpu_build_func)
"/home/ubuntu/detectron/detectron/modeling/optimizer.py", line 63, in _build_forward_graph
all_loss_gradients.update(single_gpu_build_func(model))
"/home/ubuntu/detectron/detectron/modeling/model_builder.py", line 210, in _single_gpu_build_func
spatial_scale_conv
"/home/ubuntu/detectron/detectron/modeling/model_builder.py", line 272, in _add_roi_mask_head
model, blob_in, dim_in, spatial_scale_in
TypeError: 'NoneType' object is not callable
| 0.672242 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2340, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2551, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2540, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 10, column 69
| Traceback (most recent call last):
"./youtube/youtube_dl/extractor/generic.py", line 2376, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"./youtube/youtube_dl/compat.py", line 2551, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"./youtube/youtube_dl/compat.py", line 2540, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 26, column 3406
| 0.988858 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/anaconda3/envs/mat2vec/lib/python3.6/site-packages/gensim/models/word2vec.py", line 975, in load
return super(Word2Vec, cls).load(*args, **kwargs)
"/anaconda3/envs/mat2vec/lib/python3.6/site-packages/gensim/models/base_any2vec.py", line 629, in load
model = super(BaseWordEmbeddingsModel, cls).load(*args, **kwargs)
"/anaconda3/envs/mat2vec/lib/python3.6/site-packages/gensim/models/base_any2vec.py", line 278, in load
return super(BaseAny2VecModel, cls).load(fname_or_handle, **kwargs)
"/anaconda3/envs/mat2vec/lib/python3.6/site-packages/gensim/utils.py", line 425, in load
obj = unpickle(fname)
"/anaconda3/envs/mat2vec/lib/python3.6/site-packages/gensim/utils.py", line 1332, in unpickle
return _pickle.load(f, encoding='latin1')
"/Users/lfoppiano/development/github/mat2vec/mat2vec/training/__init__.py", line 1, in <module>
from helpers import utils
ModuleNotFoundError: No module named 'helpers'
| Traceback (most recent call last):
"align_warp_back_multiple_dlib.py", line 18, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'
| 0.815394 |
Traceback (most recent call last):
"discord_bot.py", line 1, in <module>
import discord
"/usr/local/lib/python3.5/dist-packages/discord/__init__.py", line 25, in <module>
from .client import Client
"/usr/local/lib/python3.5/dist-packages/discord/client.py", line 34, in <module>
import aiohttp
"/usr/local/lib/python3.5/dist-packages/aiohttp/__init__.py", line 6, in <module>
from .client import BaseConnector as BaseConnector
"/usr/local/lib/python3.5/dist-packages/aiohttp/client.py", line 12, in <module>
from typing import (
# noqa
ImportError: cannot import name 'Coroutine'
| Traceback (most recent call last):
"social_mapper.py", line 3, in <module>
import facebookfinder
"./modules\facebookfinder.py", line 8, in <module>
from bs4 import BeautifulSoup
"C:\Python27\lib\site-packages\bs4\__init__.py", line 36, in <module>
from .builder import builder_registry, ParserRejectedMarkup
"C:\Python27\lib\site-packages\bs4\builder\__init__.py", line 7, in <module>
from bs4.element import (
"C:\Python27\lib\site-packages\bs4\element.py", line 13, in <module>
from bs4.dammit import EntitySubstitution
"C:\Python27\lib\site-packages\bs4\dammit.py", line 14, in <module>
from html.entities import codepoint2name
ImportError: No module named html.entities
| 0.793991 |
Traceback (most recent call last):
"C:\Anaconda\lib\site-packages\pandas\__init__.py", line 26, in <module>
from pandas._libs import (hashtable as _hashtable,
"C:\Anaconda\lib\site-packages\pandas\_libs\__init__.py", line 4, in <module>
from .tslib import iNaT, NaT, Timestamp, Timedelta, OutOfBoundsDatetime
ImportError: cannot import name 'iNaT'
| Traceback (most recent call last):
"/usr/bin/piper", line 32, in <module>
from piper.application import Application
ImportError: No module named 'piper.application'; 'piper' is not a package
| 0.762312 |
>>> >>> ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... Traceback (most recent call last):
"<stdin>", line 6, in <module>
"hdf5.py", line 19, in <module>
import h5py
ImportError: No module named h5py
| Traceback (most recent call last):
"test.py", line 1, in <module>
import PySimpleGUI as sg
"/usr/local/lib/python3.4/dist-packages/PySimpleGUI/__init__.py", line 2, in <module>
from .PySimpleGUI import *
"/usr/local/lib/python3.4/dist-packages/PySimpleGUI/PySimpleGUI.py", line 123, in <module>
from typing import List, Any, Union, Tuple, Dict
# because this code has to run on 2.7 can't use real type hints.
Must do typing only in comments
ImportError: No module named 'typing'
| 0.80922 |
Traceback (most recent call last):
"../PaddleDetection/ppdet/data/tools/x2coco.py", line 300, in <module>
main()
"../PaddleDetection/ppdet/data/tools/x2coco.py", line 276, in main
args.dataset_type, args.output_dir + '/train', args.json_input_dir)
"../PaddleDetection/ppdet/data/tools/x2coco.py", line 142, in deal_json
with open(label_file) as f:
NotFoundError: [Errno 2] No such file or directory: 'json_annotation/1569478414.json'
| Traceback (most recent call last):
"/usr/local/bin/yamllint", line 11, in <module>
sys.exit(run())
"/usr/local/lib/python3.5/dist-packages/yamllint/cli.py", line 125, in run
conf = YamlLintConfig(file=args.config_file)
"/usr/local/lib/python3.5/dist-packages/yamllint/config.py", line 36, in __init__
with open(file) as f:
NotFoundError: [Errno 2] No such file or directory: '.yamllindt'
| 0.717205 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\ProgramData\Anaconda3\lib\site-packages\h5py\_hl\files.py", line 312, in __init__
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
"C:\ProgramData\Anaconda3\lib\site-packages\h5py\_hl\files.py", line 154, in make_fid
fid = h5f.open(name, h5f.ACC_RDWR, fapl=fapl)
"h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
"h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
"h5py\h5f.pyx", line 78, in h5py.h5f.open
"h5py\defs.pyx", line 621, in h5py.defs.H5Fopen
"h5py\_errors.pyx", line 123, in h5py._errors.set_exception
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf2 in position 29: invalid continuation byte
| Traceback (most recent call last):
"/data/ws/detect-secrets/venv/bin/detect-secrets", line 11, in <module>
load_entry_point('detect-secrets==0.14.3', 'console_scripts', 'detect-secrets')()
"/data/ws/detect-secrets/venv/lib64/python3.8/site-packages/detect_secrets-0.14.3-py3.8.egg/detect_secrets/main.py", line 26, in main
handle_scan_action(args)
"/data/ws/detect-secrets/venv/lib64/python3.8/site-packages/detect_secrets-0.14.3-py3.8.egg/detect_secrets/main.py", line 47, in handle_scan_action
secrets = baseline.create(*args.path, should_scan_all_files=args.all_files)
"/data/ws/detect-secrets/venv/lib64/python3.8/site-packages/detect_secrets-0.14.3-py3.8.egg/detect_secrets/core/baseline.py", line 30, in create
secrets.scan_file(filename)
"/data/ws/detect-secrets/venv/lib64/python3.8/site-packages/detect_secrets-0.14.3-py3.8.egg/detect_secrets/core/secrets_collection.py", line 42, in scan_file
for secret in scan.scan_file(filename):
"/data/ws/detect-secrets/venv/lib64/python3.8/site-packages/detect_secrets-0.14.3-py3.8.egg/detect_secrets/core/scan.py", line 51, in scan_file
lines = f.readlines()
"/usr/lib64/python3.8/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xde in position 4: invalid continuation byte
| 0.728785 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 3448, in render_state
rendered_sls=mods
"/usr/lib/python2.7/dist-packages/salt/template.py", line 93, in compile_template
ret = render(input_data, saltenv, sls, **render_kwargs)
"/usr/lib/python2.7/dist-packages/salt/renderers/pyobjects.py", line 387, in render
six.exec_(mod_cmd, mod_globals, mod_locals)
"/usr/lib/python2.7/dist-packages/salt/ext/six.py", line 706, in exec_
exec("""exec _code_ in _globs_, _locs_""")
"<string>", line 1, in <module>
"<string>", line 1
SyntaxError: can't assign to operator
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/Users/aam/detectron2/setup.py", line 86
def get_model_zoo_configs() -> List[str]:
^
SyntaxError: invalid syntax
| 0.852561 |
Traceback (most recent call last):
"/Applications/bin/anaconda3/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/Applications/bin/anaconda3/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/Users/jiahaohong/Downloads/nmt-master/nmt/nmt.py", line 479, in <module>
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
"/Applications/bin/anaconda3/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"/Users/jiahaohong/Downloads/nmt-master/nmt/nmt.py", line 289, in main
hparams = load_train_hparams(out_dir)
"/Users/jiahaohong/Downloads/nmt-master/nmt/nmt.py", line 237, in load_train_hparams
utils.print_hparams(hparams)
"/Users/jiahaohong/Downloads/nmt-master/nmt/utils/misc_utils.py", line 72, in print_hparams
for key in sorted(values.iterkeys()):
AttributeError: 'dict' object has no attribute 'iterkeys' | Traceback (most recent call last):
"/home/wenxin/Projects/network/exabgp/lib/exabgp/application/bgp.py", line 426, in <module>
main()
"/home/wenxin/Projects/network/exabgp/lib/exabgp/application/bgp.py", line 302, in main
run(env,comment,configurations,root,options["--validate"])
"/home/wenxin/Projects/network/exabgp/lib/exabgp/application/bgp.py", line 370, in run
exit_code = Reactor(configurations).run(validate,root)
"/home/wenxin/Projects/network/exabgp/lib/exabgp/reactor/loop.py", line 262, in run
action = peer.run()
"/home/wenxin/Projects/network/exabgp/lib/exabgp/reactor/peer.py", line 622, in run
if self.reactor.processes.broken(self.neighbor):
AttributeError: 'Listener' object has no attribute 'processes'
| 0.699436 |
Traceback (most recent call last):
"/home/ec2-user/.local/lib/python3.8/site-packages/google/ads/google_ads/client.py", line 233, in get_service
service_client = getattr(api_module,
"/home/ec2-user/.local/lib/python3.8/site-packages/google/ads/google_ads/v3/__init__.py", line 264, in __getattr__
module = __getattr__(util.convert_upper_case_to_snake_case(name))
"/home/ec2-user/.local/lib/python3.8/site-packages/google/ads/google_ads/v3/__init__.py", line 282, in __getattr__
module = importlib.import_module(f'{_lazy_name_to_package_map[name]}.{name}')
"/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1014, in _gcd_import
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 783, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/ec2-user/.local/lib/python3.8/site-packages/google/ads/google_ads/v3/services/google_ads_service_client.py", line 24, in <module>
import google.api_core.gapic_v1.client_info
"/home/ec2-user/.local/lib/python3.8/site-packages/google/api_core/gapic_v1/__init__.py", line 26, in <module>
from google.api_core.gapic_v1 import method_async
# noqa: F401
"/home/ec2-user/.local/lib/python3.8/site-packages/google/api_core/gapic_v1/method_async.py", line 20, in <module>
from google.api_core import general_helpers, grpc_helpers_async
"/home/ec2-user/.local/lib/python3.8/site-packages/google/api_core/grpc_helpers_async.py", line 145, in <module>
class _WrappedStreamUnaryCall(_WrappedUnaryResponseMixin, _WrappedStreamRequestMixin, aio.StreamUnaryCall):
AttributeError: module 'grpc.experimental.aio' has no attribute 'StreamUnaryCall'
| Traceback (most recent call last):
"/home/meow-nofer/.local/bin/dephell", line 6, in <module>
from dephell.cli import entrypoint
"/home/meow-nofer/.local/lib/python3.7/site-packages/dephell/__init__.py", line 3, in <module>
from .controllers import *
# noQA
"/home/meow-nofer/.local/lib/python3.7/site-packages/dephell/controllers/__init__.py", line 3, in <module>
from .dependency import DependencyMaker
"/home/meow-nofer/.local/lib/python3.7/site-packages/dephell/controllers/dependency.py", line 8, in <module>
from dephell_links import VCSLink, parse_link
"/home/meow-nofer/.local/lib/python3.7/site-packages/dephell_links/__init__.py", line 2, in <module>
from ._parse import parse_link
"/home/meow-nofer/.local/lib/python3.7/site-packages/dephell_links/_parse.py", line 5, in <module>
from ._vcs import VCSLink
"/home/meow-nofer/.local/lib/python3.7/site-packages/dephell_links/_vcs.py", line 9, in <module>
@attr.s()
AttributeError: module 'attr' has no attribute 's'``` | 0.686076 |
Traceback (most recent call last):
"/usr/local/munki/managedsoftwareupdate", line 1129, in <module>
main()
"/usr/local/munki/managedsoftwareupdate", line 853, in main
client_id=options.id.decode('UTF-8'))
"/usr/local/munki/munkilib/updatecheck/core.py", line 77, in check
mainmanifestpath = manifestutils.get_primary_manifest(client_id)
"/usr/local/munki/munkilib/updatecheck/manifestutils.py", line 164, in get_primary_manifest
manifest = get_manifest(clientidentifier, suppress_errors=True)
"/usr/local/munki/munkilib/updatecheck/manifestutils.py", line 91, in get_manifest
manifestbaseurl + urllib2.quote(manifest_name.encode('UTF-8')))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 5: ordinal not in range(128)
| Traceback (most recent call last):
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 993, in emit
msg = self.format(record)
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 839, in format
return fmt.format(record)
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 576, in format
record.message = record.getMessage()
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 336, in getMessage
msg = str(self.msg)
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-3pnsb50r\msrestazure\msrestazure\azure_exceptions.py", line 193, in __str__
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-3pnsb50r\msrestazure\msrestazure\azure_exceptions.py", line 120, in __str__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 912: ordinal not in range(128)
| 0.701519 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\alsgr\AppData\Local\Temp\pip-install-czrz5jvv\biogeme\setup.py", line 21, in <module>
import numpy
ModuleNotFoundError: No module named 'numpy'
| Traceback (most recent call last):
"/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/gui/qtgui.py", line 15, in <module>
from PyQt4 import QtGui
ModuleNotFoundError: No module named 'PyQt4'
| 0.840581 |
Traceback (most recent call last):
"/root/myproject/scrapy/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 150, in maybeDeferred
result = f(*args, **kw)
"/root/myproject/scrapy/local/lib/python2.7/site-packages/pydispatch/robustapply.py", line 55, in robustApply
return receiver(*arguments, **named)
"/root/myproject/scrapy/local/lib/python2.7/site-packages/scrapy/extensions/feedexport.py", line 221, in item_scraped
slot.exporter.export_item(item)
"/root/myproject/scrapy/local/lib/python2.7/site-packages/scrapy/exporters.py", line 210, in export_item
values = list(self._build_row(x for _, x in fields))
"/root/myproject/scrapy/local/lib/python2.7/site-packages/scrapy/exporters.py", line 214, in _build_row
for s in values:
"/root/myproject/scrapy/local/lib/python2.7/site-packages/scrapy/exporters.py", line 210, in <genexpr>
values = list(self._build_row(x for _, x in fields))
"/root/myproject/scrapy/local/lib/python2.7/site-packages/scrapy/exporters.py", line 63, in _get_serialized_fields
field_iter = six.iterkeys(item.fields)
AttributeError: 'NoneType' object has no attribute 'fields'
| 2017-01-10 19:15:27,181 - synapse.http.server - 139 - ERROR - POST-873438 - Failed handle request synapse.http.server._async_render on <synapse.rest.ClientRestResource object at 0x4fe6510>: <XForwardedForRequest at 0x39185518 method=POST uri=/_matrix/client/r0/join/!ZZCkJvNTraceback (most recent call last):
"synapse/http/server.py", line 116, in wrapped_request_handler
yield request_handler(self, request, request_metrics)
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1297, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"synapse/http/server.py", line 255, in _async_render
callback_return = yield callback(request, **kwargs)
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1297, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"synapse/rest/client/v1/room.py", line 269, in on_POST
third_party_signed=content.get("third_party_signed", None),
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1297, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"synapse/handlers/room_member.py", line 174, in update_membership
content=content,
"/mnt/disk/home/matrix/venv-synapse/local/lib/python2.7/site-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks
result = g.send(result)
"synapse/handlers/room_member.py", line 235, in _update_membership
same_content = content == old_state.content
AttributeError: 'NoneType' object has no attribute 'content'
| 0.729432 |
Traceback (most recent call last):
"jarvis.py", line 6, in <module>
import modules
"/home/icyphox/Documents/coding/JARVIS-on-Messenger/modules/__init__.py", line 7, in <module>
from src import *
ImportError: No module named 'src'
| Traceback (most recent call last):
"c:\users\user\appdata\local\programs\python\python35\lib\site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py", line 11, in <module>
import pkg_resources as res
"c:\users\user\console\env\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"site-packages\pkg_resources\__init__.py", line 34, in <module>
"c:\users\user\console\env\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"plistlib.py", line 65, in <module>
"c:\users\user\console\env\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"xml\parsers\expat.py", line 4, in <module>
ImportError: No module named 'pyexpat'
| 0.763757 |
Traceback (most recent call last):
"<string>", line 20, in <module>
"/tmp/pip-build-Zr6dqL/nupic.bindings/setup.py", line 24, in <module>
import numpy
ImportError: No module named numpy | Traceback (most recent call last):
"setup.py", line 1, in <module>
import torch
"/home/yuduo/anaconda3/lib/python3.6/site-packages/torch/__init__.py", line 80, in <module>
from torch._C import *
ImportError: /home/yuduo/anaconda3/lib/python3.6/site-packages/torch/lib/libshm.so: undefined symbol: _ZTI24THRefcountedMapAllocator
| 0.750668 |
Traceback (most recent call last):
"C:/Users/mohit.motwani/AppData/Local/Continuum/anaconda3/Lib/site-packages/polyglot-16.7.4-py3.6.egg/polyglot/__main__.py", line 13, in <module>
import logging
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\logging\__init__.py", line 26, in <module>
import sys, os, time, io, traceback, warnings, weakref, collections
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\traceback.py", line 5, in <module>
import linecache
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\linecache.py", line 11, in <module>
import tokenize
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\Lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\tokenize\__init__.py", line 4, in <module>
from .base import WordTokenizer, SentenceTokenizer
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\Lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\tokenize\base.py", line 7, in <module>
from polyglot.base import Sequence
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\__init__.py", line 12, in <module>
from .base import Sequence, TokenSequence
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\base.py", line 9, in <module>
from concurrent.futures import ProcessPoolExecutor
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\concurrent\futures\__init__.py", line 8, in <module>
from concurrent.futures._base import (FIRST_COMPLETED,
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\concurrent\futures\_base.py", line 8, in <module>
import threading
"C:\Users\mohit.motwani\AppData\Local\Continuum\anaconda3\lib\threading.py", line 7, in <module>
from traceback import format_exc as _format_exc
ImportError: cannot import name 'format_exc'
| Traceback (most recent call last):
"F:/PyTorch/onnx/onnx-simplifier-master/onnxsim/onnx_simplifier.py", line 11, in <module>
import onnxoptimizer
# type: ignore
"F:\anaconda\envs\pytorch1.6\lib\site-packages\onnxoptimizer\__init__.py", line 14, in <module>
import onnxoptimizer.onnx_opt_cpp2py_export as C
ImportError: DLL load failed:
| 0.760002 |
Traceback (most recent call last):
"start.py", line 18, in <module>
from tools.commands import Commands
"/Users/bradnickel/Documents/octobot/OctoBot/tools/commands.py", line 24, in <module>
from tentacles_manager.tentacle_creator.tentacle_creator import TentacleCreator
ModuleNotFoundError: No module named 'tentacles_manager'
| Traceback (most recent call last):
"test1.py", line 1, in <module>
import pyautogui
ModuleNotFoundError: No module named 'pyautogui'
| 0.848451 |
Traceback (most recent call last):
"/usr/local/bin/network-top", line 3, in <module>
from netutils_linux_monitoring import NetworkTop
"/usr/local/lib/python2.7/dist-packages/netutils_linux_monitoring/__init__.py", line 1, in <module>
from netutils_linux_monitoring.irqtop import IrqTop
"/usr/local/lib/python2.7/dist-packages/netutils_linux_monitoring/irqtop.py", line 7, in <module>
from netutils_linux_monitoring.base_top import BaseTop
"/usr/local/lib/python2.7/dist-packages/netutils_linux_monitoring/base_top.py", line 7, in <module>
from netutils_linux_monitoring.colors import wrap
"/usr/local/lib/python2.7/dist-packages/netutils_linux_monitoring/colors.py", line 7, in <module>
2: Fore.LIGHTYELLOW_EX,
AttributeError: 'AnsiCodes' object has no attribute 'LIGHTYELLOW_EX'
| Traceback (most recent call last):
"model_main_tf2.py", line 31, in <module>
from object_detection import model_lib_v2
"D:\tf_train\models\research\object_detection\model_lib_v2.py", line 27, in <module>
from object_detection import eval_util
"D:\tf_train\models\research\object_detection\eval_util.py", line 36, in <module>
slim = tf.contrib.slim
AttributeError: module 'tensorflow_core.compat.v1' has no attribute 'contrib'
| 0.76575 |
Traceback (most recent call last):
"/opt/pycharm-professional/helpers/pydev/pydev_run_in_console.py", line 52, in run_file
pydev_imports.execfile(file, globals, locals)
# execute the script
"/opt/pycharm-professional/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"/home/nik/.PyCharm2018.1/config/scratches/scratch.py", line 10, in <module>
plt.savefig(name + '.eps', format='eps', bbox_inches='tight')
"/usr/lib/python3.6/site-packages/matplotlib/pyplot.py", line 710, in savefig
res = fig.savefig(*args, **kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/figure.py", line 2035, in savefig
self.canvas.print_figure(fname, **kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/backends/backend_qt5agg.py", line 94, in print_figure
super(FigureCanvasQTAgg, self).print_figure(*args, **kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/backend_bases.py", line 2263, in print_figure
**kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/backends/backend_ps.py", line 931, in print_eps
return self._print_ps(outfile, 'eps', *args, **kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/backends/backend_ps.py", line 959, in _print_ps
**kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/backends/backend_ps.py", line 1199, in _print_figure
print_figure_impl(fh)
"/usr/lib/python3.6/site-packages/matplotlib/backends/backend_ps.py", line 1075, in print_figure_impl
print("%%Title: "+title, file=fh)
UnicodeEncodeError: 'latin-1' codec can't encode characters in position 9-10: ordinal not in range(256)
| Traceback (most recent call last):
"/home/self/ranger-1.8.1/ranger/core/main.py", line 145, in main
fm.loop()
"/home/self/ranger-1.8.1/ranger/core/fm.py", line 368, in loop
ui.handle_input()
"/home/self/ranger-1.8.1/ranger/gui/ui.py", line 230, in handle_input
self.handle_key(key)
"/home/self/ranger-1.8.1/ranger/gui/ui.py", line 166, in handle_key
self.press(key)
"/home/self/ranger-1.8.1/ranger/gui/ui.py", line 181, in press
quantifier=keybuffer.quantifier)
"/home/self/ranger-1.8.1/ranger/core/actions.py", line 221, in execute_console
cmd_class(string, quantifier=quantifier).execute()
"/home/self/.config/ranger/commands.py", line 31, in execute
self.fm.cd(fzf_file)
"/home/self/ranger-1.8.1/ranger/core/actions.py", line 532, in cd
self.enter_dir(path, remember=remember)
"/home/self/ranger-1.8.1/ranger/core/actions.py", line 517, in enter_dir
result = self.thistab.enter_dir(path, history=history)
"/home/self/ranger-1.8.1/ranger/core/tab.py", line 113, in enter_dir
path = str(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xae' in position 68: ordinal not in range(128)
| 0.684449 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/lvk/anaconda3/lib/python3.6/site-packages/mpmath/calculus/optimization.py", line 967, in findroot
if not isinstance(x, (list, tuple, ctx.matrix)):
UnboundLocalError: local variable 'x' referenced before assignment
|
ERROR:ui:Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/alot/ui.py", line 709, in apply_command
await cmd.apply(self)
"/usr/lib/python3.7/site-packages/alot/commands/globals.py", line 863, in apply
account = settings.account_matching_address(fromaddress)
UnboundLocalError: local variable 'fromaddress' referenced before assignment
| 0.677481 |
Traceback (most recent call last):
"train.py", line 19, in <module>
from lib.net import Net, load_layer, caffe_test
"/home/yq/work/face_class/prune/cpc/channel-pruning/lib/net.py", line 7, in <module>
import caffe
"/home/yq/work/face_class/prune/cpc/channel-pruning/caffe/python/caffe/__init__.py", line 1, in <module>
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer
"/home/yq/work/face_class/prune/cpc/channel-pruning/caffe/python/caffe/pycaffe.py", line 13, in <module>
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \
ImportError: dynamic module does not define init function (PyInit__caffe)
| Traceback (most recent call last):
"./yowsup-cli", line 722, in <module>
if not parser.process():
"./yowsup-cli", line 610, in process
self.startSendClient()
"./yowsup-cli", line 649, in startSendClient
from yowsup.demos import sendclient
"/opt/yowsup/yowsup-master/yowsup/demos/sendclient/__init__.py", line 1, in <module>
from .stack import YowsupSendStack
"/opt/yowsup/yowsup-master/yowsup/demos/sendclient/stack.py", line 1, in <module>
from yowsup.stacks import
YowStackBuilder
"/opt/yowsup/yowsup-master/yowsup/stacks/__init__.py", line 1, in <module>
from .yowstack import YowStack, YowStackBuilder
"/opt/yowsup/yowsup-master/yowsup/stacks/yowstack.py", line 4, in <module>
from yowsup.layers.noise.layer import YowNoiseLayer
"/opt/yowsup/yowsup-master/yowsup/layers/noise/layer.py", line 10, in <module>
from yowsup.layers.coder.encoder import WriteEncoder
"/opt/yowsup/yowsup-master/yowsup/layers/coder/__init__.py", line 1, in <module>
from .layer import YowCoderLayer
ImportError: cannot import name 'YowCoderLayer'
| 0.727632 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/data_entry_flow.py", line 100, in async_init
flow = await self.async_create_flow(handler, context=context, data=data)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/config_entries.py", line 501, in async_create_flow
await async_process_deps_reqs(self.hass, self._hass_config, integration)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/setup.py", line 290, in async_process_deps_reqs
await requirements.async_get_integration_with_requirements(
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/requirements.py", line 54, in async_get_integration_with_requirements
await async_process_requirements(
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/requirements.py", line 102, in async_process_requirements
ret = await hass.async_add_executor_job(_install, hass, req, kwargs)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/homeassistant/requirements.py", line 115, in _install
progress_path.unlink()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/pathlib.py", line 1316, in unlink
self._accessor.unlink(self)
NotFoundError: [Errno 2] No such file or directory: '/Users/david/.homeassistant/.pip_progress'
| Traceback (most recent call last):
"server.py", line 93, in <module>
plugin_modules = build_plugins(cfg['plugins'])
"server.py", line 39, in build_plugins
Popen(['pip', 'install', '-r', 'plugins/%s/requirements.txt' % plug], stdout=DEVNULL)
"/usr/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: 'pip': 'pip'
| 0.718726 |
Traceback (most recent call last):
"/Applications/PsychoPy3_PY3.app/Contents/Resources/__boot__.py", line 430, in <module>
_run()
"/Applications/PsychoPy3_PY3.app/Contents/Resources/__boot__.py", line 409, in _run
exec(compile(source, path, 'exec'), globals(), globals())
"/Applications/PsychoPy3_PY3.app/Contents/Resources/psychopyApp.py", line 96, in <module>
start_app()
"/Applications/PsychoPy3_PY3.app/Contents/Resources/psychopyApp.py", line 28, in start_app
app = PsychoPyApp(0, showSplash=showSplash)
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/_psychopyApp.py", line 178, in __init__
self.onInit(testMode=testMode, **kwargs)
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/_psychopyApp.py", line 212, in onInit
from psychopy.app import coder, builder, dialogs
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/coder/__init__.py", line 9, in <module>
from .coder import *
# pylint: disable=W0401
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/coder/coder.py", line 22, in <module>
import psychopy.app.pavlovia_ui.menu
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/__init__.py", line 22, in <module>
from . import menu, project, search, toolbar
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/toolbar.py", line 4, in <module>
from .. import icons
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/psychopy/app/icons.py", line 15, in <module>
from PIL import Image
"/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/PIL/Image.py", line 60, in <module>
from . import _imaging as core
ImportError: dlopen(/Applications/PsychoPy3_PY3.app/Contents/Resources/lib/python3.6/PIL/_imaging.cpython-36m-darwin.so, 2): Symbol not found: _clock_gettime
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-vk80_S-build/setup.py", line 3, in <module>
from sklearn2pmml import __license__, __version__
"sklearn2pmml/__init__.py", line 3, in <module>
from sklearn.base import BaseEstimator
ImportError: No module named sklearn.base
| 0.73736 |
` Traceback (most recent call last):
"/home/ubuntu/.local/bin/mlflow", line 11, in <module>
sys.exit(cli())
"/home/ubuntu/.local/lib/python2.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/ubuntu/.local/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/ubuntu/.local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/ubuntu/.local/lib/python2.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/ubuntu/.local/lib/python2.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/ubuntu/.local/lib/python2.7/site-packages/mlflow/cli.py", line 137, in run
run_id=run_id,
"/home/ubuntu/.local/lib/python2.7/site-packages/mlflow/projects/__init__.py", line 230, in run
use_conda=use_conda, storage_dir=storage_dir, synchronous=synchronous, run_id=run_id)
"/home/ubuntu/.local/lib/python2.7/site-packages/mlflow/projects/__init__.py", line 85, in _run
project = _project_spec.load_project(work_dir)
"/home/ubuntu/.local/lib/python2.7/site-packages/mlflow/projects/_project_spec.py", line 40, in load_project
entry_points[name] = EntryPoint(name, parameters, command)
"/home/ubuntu/.local/lib/python2.7/site-packages/mlflow/projects/_project_spec.py", line 87, in __init__
self.parameters = {k: Parameter(k, v) for (k, v) in parameters.items()}
AttributeError: 'NoneType' object has no attribute 'items'
| Traceback (most recent call last):
"/usr/bin/azure-cli/lib/python3.6/site-packages/azure/cli/main.py", line 36, in main
cmd_result = APPLICATION.execute(args)
"/usr/bin/azure-cli/lib/python3.6/site-packages/azure/cli/core/application.py", line 212, in execute
result = expanded_arg.func(params)
"/usr/bin/azure-cli/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 377, in __call__
return self.handler(*args, **kwargs)
"/usr/bin/azure-cli/lib/python3.6/site-packages/azure/cli/core/commands/arm.py", line 450, in handler
raise ex
"/usr/bin/azure-cli/lib/python3.6/site-packages/azure/cli/core/commands/arm.py", line 405, in handler
instance = custom_function(instance, **custom_func_args)
"/usr/bin/azure-cli/lib/python3.6/site-packages/azure/cli/command_modules/network/custom.py", line 1672, in update_vnet
instance.dhcp_options.dns_servers = dns_servers
AttributeError: 'NoneType' object has no attribute 'dns_servers'
| 0.714335 |
Traceback (most recent call last):
"torBot.py", line 10, in <module>
from modules.analyzer import LinkTree
ImportError: No module named analyzer
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/opt/conda/lib/python3.6/site-packages/matplotlib/pyplot.py", line 115, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
"/opt/conda/lib/python3.6/site-packages/matplotlib/backends/__init__.py", line 62, in pylab_setup
[backend_name], 0)
"/opt/conda/lib/python3.6/site-packages/matplotlib/backends/backend_qt5agg.py", line 15, in <module>
from .backend_qt5 import (
"/opt/conda/lib/python3.6/site-packages/matplotlib/backends/backend_qt5.py", line 19, in <module>
import matplotlib.backends.qt_editor.figureoptions as figureoptions
"/opt/conda/lib/python3.6/site-packages/matplotlib/backends/qt_editor/figureoptions.py", line 20, in <module>
import matplotlib.backends.qt_editor.formlayout as formlayout
"/opt/conda/lib/python3.6/site-packages/matplotlib/backends/qt_editor/formlayout.py", line 54, in <module>
from matplotlib.backends.qt_compat import QtGui, QtWidgets, QtCore
"/opt/conda/lib/python3.6/site-packages/matplotlib/backends/qt_compat.py", line 158, in <module>
raise ImportError("Failed to import any qt binding")
ImportError: Failed to import any qt binding
| 0.767722 |
Traceback (most recent call last):
"/home/nisha/terndev/bin/tern", line 10, in <module>
sys.exit(main())
"/home/nisha/terndev/tern/tern/__main__.py", line 192, in main
do_main(args)
"/home/nisha/terndev/tern/tern/__main__.py", line 95, in do_main
crun.execute_image(args)
"/home/nisha/terndev/tern/tern/analyze/default/container/run.py", line 73, in execute_image
image_string = extract_image(args)
"/home/nisha/terndev/tern/tern/analyze/default/container/run.py", line 32, in extract_image
image_attrs = docker_api.dump_docker_image(args.docker_image)
"/home/nisha/terndev/tern/tern/load/docker_api.py", line 200, in dump_docker_image
if extract_image(image):
"/home/nisha/terndev/tern/tern/load/docker_api.py", line 74, in extract_image
result = image_obj.save(chunk_size=2097152, named=True)
AttributeError: 'NoneType' object has no attribute 'save'
| Traceback (most recent call last):
"src/gevent/greenlet.py", line 766, in gevent._greenlet.Greenlet.run
"/home/georg/PycharmProjects/ndb_chaos_tests/venv/lib/python3.7/site-packages/pyinfra/api/host.py", line 82, in connect
self.connection = self.executor.connect(state, self, *args, **kwargs)
"/home/georg/PycharmProjects/ndb_chaos_tests/venv/lib/python3.7/site-packages/pyinfra/api/connectors/ssh.py", line 162, in connect
client.connect(hostname, **kwargs)
"/home/georg/PycharmProjects/ndb_chaos_tests/venv/lib/python3.7/site-packages/pyinfra/api/connectors/sshuserclient/client.py", line 36, in connect
self.hostname, self.config = self.parse_config(hostname)
"/home/georg/PycharmProjects/ndb_chaos_tests/venv/lib/python3.7/site-packages/pyinfra/api/connectors/sshuserclient/client.py", line 51, in parse_config
host_config = ssh_config.lookup(hostname)
AttributeError: 'NoneType' object has no attribute 'lookup'
| 0.711098 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named setuptools
| Traceback (most recent call last):
"/usr/local/Cellar/hg-fast-export/190913/bin/hg-fast-export.py", line 6, in <module>
from mercurial import node
ImportError: cannot import name node
| 0.743917 |
Traceback (most recent call last):
"/usr/local/bin/nvr", line 6, in <module>
from nvr.nvr import main
ModuleNotFoundError: No module named 'nvr'
| Traceback (most recent call last):
"\Anaconda3\lib\site-packages\conda\gateways\connection\__init__.py", line 21, in <module>
from requests import ConnectionError, HTTPError, Session
ModuleNotFoundError: No module named 'requests'
| 0.816232 |
Traceback (most recent call last):
"/usr/local/bin/mkdocs", line 8, in <module>
sys.exit(cli())
"/usr/local/lib/python3.9/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/local/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.9/site-packages/mkdocs/__main__.py", line 152, in build_command
build.build(config.load_config(**kwargs), dirty=not clean)
"/usr/local/lib/python3.9/site-packages/mkdocs/commands/build.py", line 271, in build
_populate_page(file.page, config, files, dirty)
"/usr/local/lib/python3.9/site-packages/mkdocs/commands/build.py", line 171, in _populate_page
page.render(config, files)
"/usr/local/lib/python3.9/site-packages/mkdocs/structure/pages.py", line 175, in render
self.content = md.convert(self.markdown)
"/usr/local/lib/python3.9/site-packages/markdown/core.py", line 261, in convert
self.lines = prep.run(self.lines)
"/usr/local/lib/python3.9/site-packages/markdown/preprocessors.py", line 81, in run
parser.close()
"/usr/local/lib/python3.9/site-packages/markdown/htmlparser.py", line 78, in close
super().close()
"/usr/local/lib/python3.9/html/parser.py", line 114, in close
self.goahead(1)
"/usr/local/lib/python3.9/html/parser.py", line 172, in goahead
k = self.parse_endtag(i)
"/usr/local/lib/python3.9/html/parser.py", line 420, in parse_endtag
self.handle_endtag(elem)
"/usr/local/lib/python3.9/site-packages/markdown/htmlparser.py", line 148, in handle_endtag
text = self.get_endtag_text(tag)
"/usr/local/lib/python3.9/site-packages/markdown/htmlparser.py", line 118, in get_endtag_text
start = self.line_offset + self.offset
"/usr/local/lib/python3.9/site-packages/markdown/htmlparser.py", line 95, in line_offset
return re.match(r'([^\n]*\n){{{}}}'.format(self.lineno-1), self.rawdata).end()
AttributeError: 'NoneType' object has no attribute 'end'
| Traceback (most recent call last):
"gitGraber.py", line 351, in <module>
responses = searchGithub(keywords
, args)
"gitGraber.py", line 307, in searchGithub
pool.map( partial(doSearchGithub,args,tokenMap, tokenCombos), t_keywords )
"/usr/lib/python3.6/multiprocessing/pool.py", line 266, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
"/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get
raise self._value
"/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
"/usr/lib/python3.6/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
"gitGraber.py", line 288, in doSearchGithub
content = parseResults(response.text)
AttributeError: 'NoneType' object has no attribute 'text'
| 0.707724 |
Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/root/.local/lib/python2.7/site-packages/object_detection/train.py", line 49, in <module>
from object_detection import trainer
"/root/.local/lib/python2.7/site-packages/object_detection/trainer.py", line 33, in <module>
from deployment import model_deploy
"/root/.local/lib/python2.7/site-packages/deployment/model_deploy.py", line 106, in <module>
from tensorflow.python.eager import context
ImportError: No module named eager
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/jjk3/PyCharmProjects/work/vmware/cset/pcas/slick/scratch/ptvenv/lib/python3.7/site-packages/setuptools/__init__.py", line 5, in <module>
import functools
"/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/functools.py", line 21, in <module>
from collections import namedtuple
"/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/collections/__init__.py", line 27, in <module>
from reprlib import recursive_repr as _recursive_repr
"/tmp/pip-install-teu935cv/future/src/reprlib/__init__.py", line 7, in <module>
raise ImportError('This package should not be accessible on Python 3. '
ImportError: This package should not be accessible on Python 3. Either you are trying to run from the python-future src folder or your installation of python-future is corrupted.
| 0.706581 |
Traceback (most recent call last):
"<input>", line 1, in <module>
from bodhi import client
"/usr/lib/python3.9/site-packages/bodhi/client/__init__.py", line 30, in <module>
from fedora.client import AuthError, openidproxyclient
"/usr/lib/python3.9/site-packages/fedora/client/__init__.py", line 157, in <module>
from fedora.client.proxyclient import ProxyClient
"/usr/lib/python3.9/site-packages/fedora/client/proxyclient.py", line 39, in <module>
from six.moves.urllib.parse import quote, urljoin, urlparse
ModuleNotFoundError: No module named 'six.moves.urllib'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/vant/env3.7/lib/python3.7/site-packages/mlfinlab/__init__.py", line 6, in <module>
import mlfinlab.data_structures as data_structures
"/home/vant/env3.7/lib/python3.7/site-packages/mlfinlab/data_structures/__init__.py", line 16, in <module>
from mlfinlab.data_structures.imbalance_data_structures import get_dollar_imbalance_bars, get_volume_imbalance_bars, \
"/home/vant/env3.7/lib/python3.7/site-packages/mlfinlab/data_structures/imbalance_data_structures.py", line 24, in <module>
from mlfinlab.util.fast_ewma import ewma
"/home/vant/env3.7/lib/python3.7/site-packages/mlfinlab/util/__init__.py", line 5, in <module>
from mlfinlab.util.fast_ewma import ewma
"/home/vant/env3.7/lib/python3.7/site-packages/mlfinlab/util/fast_ewma.py", line 9, in <module>
from numba import jit
ModuleNotFoundError: No module named 'numba'
| 0.796124 |
Traceback (most recent call last):
"<input>", line 1, in <module>
ImportError: cannot import name 'Network'
| Traceback (most recent call last):
"/Users/fintan/anaconda/lib/python2.7/site-packages/flask/cli.py", line 235, in locate_app
__import__(module_name)
"/Users/fintan/Dropbox/LearnerShape/server3/application.py", line 1, in <module>
from learnershape.app import *
"/Users/fintan/Dropbox/LearnerShape/server3/learnershape/app.py", line 4, in <module>
from learnershape import core
"/Users/fintan/Dropbox/LearnerShape/server3/learnershape/core/__init__.py", line 2, in <module>
from . import views
ImportError: cannot import name views
| 0.783882 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\youtube.py", line 1212, in _decrypt_signature
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\youtube.py", line 1121, in _extract_signature_function
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\youtube.py", line 1187, in _parse_sig_js
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\jsinterp.py", line 245, in extract_function
youtube_dl.utils.ExtractorError: Could not find JS function 'encodeURIComponent'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9r95p1_v\build\youtube_dl\YoutubeDL.py", line 789, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9r95p1_v\build\youtube_dl\extractor\common.py", line 440, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9r95p1_v\build\youtube_dl\extractor\generic.py", line 3019, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9r95p1_v\build\youtube_dl\extractor\common.py", line 1083, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.719217 |
Traceback (most recent call last):
"C:\pyinstaller-develop\pyinstaller.py", line 14, in <module>
from PyInstaller.__main__ import run
"C:\pyinstaller-develop\PyInstaller\__main__.py", line 21, in <module>
import PyInstaller.building.build_main
"C:\pyinstaller-develop\PyInstaller\building\build_main.py", line 34, in <module>
from .api import PYZ, EXE, COLLECT, MERGE
"C:\pyinstaller-develop\PyInstaller\building\api.py", line 38, in <module>
from PyInstaller.utils.win32 import winmanifest, icon, versioninfo, winresource
"C:\pyinstaller-develop\PyInstaller\utils\win32\versioninfo.py", line 18, in <module>
from ...lib import pefile
"C:\pyinstaller-develop\PyInstaller\lib\pefile.py", line 26, in <module>
from past.builtins import cmp, long
ImportError: No module named past.builtins
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/ec2-user/anaconda3/envs/dlc-windowsGPU/lib/python3.6/site-packages/deeplabcut/__init__.py", line 29, in <module>
from deeplabcut import generate_training_dataset
"/home/ec2-user/anaconda3/envs/dlc-windowsGPU/lib/python3.6/site-packages/deeplabcut/generate_training_dataset/__init__.py", line 18, in <module>
from deeplabcut.generate_training_dataset.auxfun_drag_label import *
"/home/ec2-user/anaconda3/envs/dlc-windowsGPU/lib/python3.6/site-packages/deeplabcut/generate_training_dataset/auxfun_drag_label.py", line 19, in <module>
import wx
"/home/ec2-user/anaconda3/envs/dlc-windowsGPU/lib/python3.6/site-packages/wx/__init__.py", line 17, in <module>
from wx.core import *
"/home/ec2-user/anaconda3/envs/dlc-windowsGPU/lib/python3.6/site-packages/wx/core.py", line 12, in <module>
from ._core import *
ImportError: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
| 0.756326 |
Traceback (most recent call last):
"/home/levitanus/gits/sample_editor/sample_editor/tmpfsktpi", line 12, in <module>
changes = ExtractMethod(myproject, ropy, 18805, 19666).get_changes('load_Art', similar=True)
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/extract.py", line 69, in get_changes
new_contents = _ExtractPerformer(info).extract()
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/extract.py", line 216, in extract
extract_info = self._collect_info()
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/extract.py", line 244, in _collect_info
self._find_definition(extract_collector)
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/extract.py", line 306, in _find_definition
collector.body_pattern = parts.get_body_pattern()
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/extract.py", line 441, in get_body_pattern
return similarfinder.make_pattern(self._get_body(), variables)
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/similarfinder.py", line 353, in make_pattern
for match in finder.get_matches('${%s}' % variable):
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/similarfinder.py", line 102, in get_matches
match_start, match_end = match.get_region()
"/home/levitanus/.local/lib/python3.8/site-packages/rope/refactor/similarfinder.py", line 256, in get_region
return self.ast.region
AttributeError: 'Name' object has no attribute 'region'
| Traceback (most recent call last):
"/opt/dev_intelmq/intelmq/lib/bot.py", line 167, in start
self.process()
"/opt/dev_intelmq/intelmq/bots/collectors/http/collector_http.py", line 97, in process
self.send_message(report)
"/opt/dev_intelmq/intelmq/lib/bot.py", line 831, in send_message
super(CollectorBot, self).send_message(*messages, path=path)
"/opt/dev_intelmq/intelmq/lib/bot.py", line 812, in __add_report_fields
report.add("feed.name", self.parameters.name)
AttributeError: 'Parameters' object has no attribute 'name'
| 0.704591 |
Traceback (most recent call last):
"D:\StockAnalize\tradeW.pyw", line 15, in <module>
import tushare as ts
"D:\Python\lib\site-packages\tushare\__init__.py", line 11, in <module>
from tushare.stock.trading import (get_hist_data, get_tick_data,
"D:\Python\lib\site-packages\tushare\stock\trading.py", line 24, in <module>
from tushare.stock.fundamental import get_stock_basics
"D:\Python\lib\site-packages\tushare\stock\fundamental.py", line 19, in <module>
from pandas.compat import StringIO
ImportError: cannot import name 'StringIO' from 'pandas.compat' (D:\Python\lib\site-packages\pandas\compat\__init__.py) | Traceback (most recent call last):
"camera_demo.py", line 16, in <module>
from libs.networks import build_whole_network
"../libs/networks/build_whole_network.py", line 19, in <module>
from libs.detection_oprations.anchor_target_layer_without_boxweight import anchor_target_layer
"../libs/detection_oprations/anchor_target_layer_without_boxweight.py", line 15, in <module>
from libs.box_utils.cython_utils.cython_bbox import bbox_overlaps
ImportError: ../libs/box_utils/cython_utils/cython_bbox.so: undefined symbol: _Py_ZeroStruct
| 0.764451 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/bin/objection", line 11, in <module>
load_entry_point('objection==1.8.0', 'console_scripts', 'objection')()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/objection/console/cli.py", line 309, in patchipa
patch_ios_ipa(**locals())
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/objection/commands/mobile_packages.py", line 85, in patch_ios_ipa
os.path.join(os.path.abspath('.'), os.path.basename(patcher.get_patched_ipa_path())))
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
NotFoundError: [Errno 2] No such file or directory: '/tmp/LowValueTransactions-frida-codesigned.ipa'
| Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/django/core/handlers/exception.py", line 35, in inner
response = get_response(request)
"/usr/local/lib/python3.5/dist-packages/django/core/handlers/base.py", line 128, in _get_response
response = self.process_exception_by_middleware(e, request)
"/usr/local/lib/python3.5/dist-packages/django/core/handlers/base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/usr/local/lib/python3.5/dist-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view
return view_func(request, *args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/django/views/decorators/http.py", line 40, in inner
return func(request, *args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/views/git.py", line 209, in reset_project
return perform_reset(request, obj)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/views/git.py", line 98, in perform_reset
request,
"/usr/local/lib/python3.5/dist-packages/weblate/trans/views/git.py", line 41, in execute_locked
result = call(*args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/project.py", line 283, in do_reset
ret |= component.do_reset(request)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/component.py", line 88, in on_link_wrapper
return func(self, *args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/component.py", line 755, in do_reset
self.create_translations(request=request)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/component.py", line 968, in create_translations
component.create_translations(force, langs, request=request)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/component.py", line 939, in create_translations
self, lang, code, path, force, request=request
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/translation.py", line 73, in check_sync
translation.check_sync(force, request=request)
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/translation.py", line 239, in check_sync
if self.revision != self.get_git_blob_hash():
"/usr/local/lib/python3.5/dist-packages/weblate/trans/models/translation.py", line 353, in get_git_blob_hash
ret = self.component.repository.get_object_hash(self.get_filename())
"/usr/local/lib/python3.5/dist-packages/weblate/vcs/base.py", line 336, in get_object_hash
with open(real_path, 'rb') as handle:
NotFoundError: [Errno 2] No such file or directory: '/app/data/vcs/<somefile>.extension'
| 0.693473 |
Traceback (most recent call last):
"docker-compose", line 3, in <module>
"compose/cli/main.py", line 88, in main
"compose/cli/main.py", line 137, in perform_command
"compose/cli/command.py", line 36, in project_from_options
"compose/cli/command.py", line 115, in get_project
"compose/project.py", line 110, in from_config
"compose/project.py", line 566, in get_secrets
AttributeError: 'str' object has no attribute 'source'
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/thonny/__init__.py", line 65, in launch
bench = workbench.Workbench(server_socket)
"/usr/lib/python3/dist-packages/thonny/workbench.py", line 150, in __init__
self.reload_themes()
"/usr/lib/python3/dist-packages/thonny/workbench.py", line 1108, in reload_themes
self._apply_ui_theme(preferred_theme)
"/usr/lib/python3/dist-packages/thonny/workbench.py", line 1049, in _apply_ui_theme
self._register_ui_theme_as_tk_theme(name)
"/usr/lib/python3/dist-packages/thonny/workbench.py", line 1038, in _register_ui_theme_as_tk_theme
settings = settings()
"/usr/lib/python3/dist-packages/thonnycontrib/pi/__init__.py", line 189, in pix
bgr = re.search (r"selected_bg_color:#([0-9a-fA-F]*)", line, re.M).group(1)
# @UndefinedVariable
AttributeError: 'NoneType' object has no attribute 'group'
| 0.680883 |
Traceback (most recent call last):
"PlexConnect.py", line 17, in <module>
import DNSServer, WebServer
"D:\PlexConnect-master\DNSServer.py", line 116
print "ID {0:04x}".format((ord(paket[0])<<8)+ord(paket[1]))
^SyntaxError: invalid syntax | Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/PyInstaller/depend/owner.py", line 110, in getmod
co = compile(stuff.replace("\r\n", "\n"), py[0], 'exec')
"pickle_3.py", line 178
def __init__(self, file, protocol=None, *, fix_imports=True):
^SyntaxError: invalid syntax | 0.689644 |
Traceback (most recent call last):
"create_pascal_tf_record.py", line 37, in <module>
from object_detection.utils import label_map_util
"build/bdist.linux-x86_64/egg/object_detection/utils/label_map_util.py", line 22, in <module>
ImportError: cannot import name string_int_label_map_pb2 |
Traceback (most recent call last):
"/usr/local/bin/mitmproxy", line 19, in <module>
from libmproxy import proxy, controller, console, utils, flow, cmdline
"/usr/local/lib/python2.7/dist-packages/libmproxy/console.py", line 19, in <module>
import urwid
ImportError: No module named urwid | 0.730337 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/yemz/anaconda3/envs/geo/lib/python3.7/site-packages/torch_scatter/__init__.py", line 3, in <module>
from .mul import scatter_mul
"/home/yemz/anaconda3/envs/geo/lib/python3.7/site-packages/torch_scatter/mul.py", line 3, in <module>
from torch_scatter.utils.ext import get_func
"/home/yemz/anaconda3/envs/geo/lib/python3.7/site-packages/torch_scatter/utils/ext.py", line 2, in <module>
import scatter_cpu
ImportError: /home/yemz/anaconda3/envs/geo/lib/python3.7/site-packages/scatter_cpu.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN2at5ErrorC1ENS_14SourceLocationESs
| Traceback (most recent call last):
"/opt/anki/runanki", line 3, in <module>
import aqt
"/opt/anki-2.1.14/aqt/__init__.py", line 14, in <module>
from aqt.qt import *
"/opt/anki-2.1.14/aqt/qt.py", line 17, in <module>
from PyQt5.QtWebEngineWidgets import *
ImportError: dlopen: cannot load any more object with static TLS
| 0.727033 |
Traceback (most recent call last):
"C:/Users/zlan1/PycharmProjects/hellow/parallel_computing/deco.py", line 2, in <module>
from deco import concurrent, synchronized
"C:\Users\zlan1\PycharmProjects\hellow\parallel_computing\deco.py", line 2, in <module>
from deco import concurrent, synchronized
ImportError: cannot import name 'concurrent'
| Traceback (most recent call last):
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/core/management/commands/runserver.py", line 120, in inner_run
self.check(display_num_errors=True)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/core/management/base.py", line 364, in check
include_deployment_checks=include_deployment_checks,
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/core/management/base.py", line 351, in _run_checks
return checks.run_checks(**kwargs)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/core/checks/registry.py", line 73, in run_checks
new_errors = check(app_configs=app_configs)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/core/checks/urls.py", line 13, in check_url_config
return check_resolver(resolver)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/core/checks/urls.py", line 23, in check_resolver
return check_method()
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/urls/resolvers.py", line 399, in check
for pattern in self.url_patterns:
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/utils/functional.py", line 36, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/urls/resolvers.py", line 540, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/utils/functional.py", line 36, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/django/urls/resolvers.py", line 533, in urlconf_module
return import_module(self.urlconf_name)
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/paperless/src/paperless/urls.py", line 9, in <module>
from documents.views import (
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/paperless/src/documents/views.py", line 24, in <module>
from .forms import UploadForm
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/paperless/src/documents/forms.py", line 1, in <module>
import magic
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/magic/__init__.py", line 18, in <module>
from magic.identify import Magic, MagicError
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/magic/identify.py", line 16, in <module>
from magic import api
"/share/CACHEDEV1_DATA/.qpkg/PaperLess/lib/python3.7/site-packages/magic/api.py", line 22, in <module>
raise ImportError('Unable to find magic library')
ImportError: Unable to find magic library
| 0.745232 |
Traceback (most recent call last):
"/nix/store/y22pwfk39i9r22ga10c3ifbp345gdl0p-xonsh-0.9.17/lib/python3.7/site-packages/xonsh/base_shell.py", line 362, in default
run_compiled_code(code, self.ctx, None, "single")
"/nix/store/y22pwfk39i9r22ga10c3ifbp345gdl0p-xonsh-0.9.17/lib/python3.7/site-packages/xonsh/codecache.py", line 67, in run_compiled_code
func(code, glb, loc)
"<xonsh-code>", line 1, in <module>
NameError: name 'nix' is not defined
| Traceback (most recent call last):
"<string>", line 1, in <module>
NameError: name 'res' is not defined
| 0.801842 |
Traceback (most recent call last):
"network/conf.py", line 93, in <module>
ImportError: cannot import name DNSCncLauncher
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"apex/__init__.py", line 6, in <module>
from . import amp
"apex/amp/__init__.py", line 1, in <module>
from .amp import init, half_function, float_function, promote_function,\
"apex/amp/amp.py", line 1, in <module>
from . import compat, rnn_compat, utils, wrap
"apex/amp/rnn_compat.py", line 1, in <module>
from . import utils, wrap
"apex/amp/wrap.py", line 4, in <module>
from . import rnn_compat
ImportError: cannot import name rnn_compat`
| 0.822851 |
Traceback (most recent call last):
"/usr/lib/python3.6/socketserver.py", line 317, in _handle_request_noblock
self.process_request(request, client_address)
"/usr/lib/python3.6/socketserver.py", line 348, in process_request
self.finish_request(request, client_address)
"/usr/lib/python3.6/socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.6/socketserver.py", line 696, in __init__
self.handle()
"/usr/lib/python3.6/wsgiref/simple_server.py", line 133, in handle
handler.run(self.server.get_app())
"/usr/lib/python3.6/wsgiref/handlers.py", line 144, in run
self.close()
"/usr/lib/python3.6/wsgiref/simple_server.py", line 35, in close
self.status.split(' ',1)[0], self.bytes_sent
AttributeError: 'NoneType' object has no attribute 'split'
| Traceback (most recent call last):
"D:\Anaconda\lib\threading.py", line 917, in _bootstrap_inner
self.run()
"D:\Anaconda\lib\threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
"D:\pycharm\teacher_analyse\Alphapose\dataloader.py", line 151, in getitem_yolo
img_k, orig_img_k, im_dim_list_k = prep_image(im_name_k, inp_dim)
"D:\pycharm\teacher_analyse\Alphapose\yolo\preprocess.py", line 42, in prep_image
dim = orig_im.shape[1], orig_im.shape[0]
AttributeError: 'NoneType' object has no attribute 'shape'
| 0.70296 |
Traceback (most recent call last):
"/home/carlao/projects/autogluon/examples/image_classification/benchmark.py", line 95, in <module>
main()
"/home/carlao/projects/autogluon/examples/image_classification/benchmark.py", line 92, in main
predictor.save()
"/home/carlao/projects/autogluon/vision/src/autogluon/vision/predictor/predictor.py", line 478, in save
pickle.dump(self, fid)
AttributeError: Can't pickle local object 'config_choice.<locals>.NAG'
| Caused by: org.apache.spark.api.python.PythonException: Traceback (most recent call last):
"F:\TensorFlowOnSpark\spark-1.6.0-bin-hadoop2.6\python\lib\pyspark.zip\pyspark\worker.py", line 111, in main
"F:\TensorFlowOnSpark\spark-1.6.0-bin-hadoop2.6\python\lib\pyspark.zip\pyspark\worker.py", line 106, in process
"F:\TensorFlowOnSpark\spark-1.6.0-bin-hadoop2.6\python\lib\pyspark.zip\pyspark\rdd.py", line 2346, in pipeline_func
"F:\TensorFlowOnSpark\spark-1.6.0-bin-hadoop2.6\python\lib\pyspark.zip\pyspark\rdd.py", line 317, in func
"F:\TensorFlowOnSpark\tfspark.zip\com\yahoo\ml\tf\TFSparkNode.py", line 97, in _reserve
".\tfspark.zip\com\yahoo\ml\tf\TFManager.py", line 36, in start
mgr.start()
"C:\Python35\lib\multiprocessing\managers.py", line 479, in start
self._process.start()
"C:\Python35\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
"C:\Python35\lib\multiprocessing\context.py", line 313, in _Popen
return Popen(process_obj)
"C:\Python35\lib\multiprocessing\popen_spawn_win32.py", line 66, in __init__
reduction.dump(process_obj, to_child)
"C:\Python35\lib\multiprocessing\reduction.py", line 59, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'start.<locals>.<lambda>'
| 0.68129 |
ERROR:
Traceback (most recent call last):
"/home/charles/.local/lib/python3.7/site-packages/pipenv/vendor/pipdeptree.py", line 16, in <module>
from pipenv.vendor.pip_shims import get_installed_distributions, FrozenRequirement
ModuleNotFoundError: No module named 'pipenv'
| Traceback (most recent call last):
"run.py", line 9, in <module>
from mmf.common.registry import registry
ModuleNotFoundError: No module named 'mmf.common'
| 0.823153 |
Traceback (most recent call last):
"credstash.py", line 935, in <module>
main()
"credstash.py", line 919, in main
putAllSecretsAction(args, region, **session_params)
"credstash.py", line 246, in func_wrapper
return func(*args, **kwargs)
"credstash.py", line 411, in putAllSecretsAction
putSecretAction(args, region, **session_params)
"credstash.py", line 246, in func_wrapper
return func(*args, **kwargs)
"credstash.py", line 386, in putSecretAction
context=args.context, digest=args.digest, comment=args.comment,
AttributeError: 'Namespace' object has no attribute 'comment'
| Traceback (most recent call last):
"experiments/fpn/fpn_test.py", line 20, in <module>
test.main()
"experiments/fpn/../../fpn/test.py", line 51, in main
args.vis, args.ignore_cache, args.shuffle, config.TEST.HAS_RPN, config.dataset.proposal, args.thresh, logger=logger, output_path=final_output_path)
"experiments/fpn/../../fpn/function/test_rcnn.py", line 72, in test_rcnn
pred_eval(predictor, test_data, imdb, cfg, vis=vis, ignore_cache=ignore_cache, thresh=thresh, logger=logger)
"experiments/fpn/../../fpn/core/tester.py", line 193, in pred_eval
all_boxes[idx_class][idx_im] = soft_nms(all_boxes[idx_class][idx_im])
"experiments/fpn/../../fpn/../lib/nms/nms.py", line 15, in _nms
return soft_nms(dets, thresh, max_dets)
"experiments/fpn/../../fpn/../lib/nms/nms.py", line 94, in soft_nms
if dets.shape[0] == 0:
AttributeError: 'list' object has no attribute 'shape'
| 0.680772 |
Traceback (most recent call last):
"/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in <module>
from certbot.main import main
"/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 4, in <module>
import logging.handlers
"/usr/lib/python2.7/logging/__init__.py", line 26, in <module>
import sys, os, time, cStringIO, traceback, warnings, weakref, collections
"/usr/lib/python2.7/weakref.py", line 14, in <module>
from _weakref import (
ImportError: cannot import name _remove_dead_weakref
| Traceback (most recent call last):
"/var/python/bin/coverage", line 11, in <module>
load_entry_point('coverage==5.2', 'console_scripts', 'coverage')()
"/var/python/lib/python2.7/site-packages/setuptools-40.5.0-py2.7.egg/pkg_resources/__init__.py", line 484, in load_entry_point
"/var/python/lib/python2.7/site-packages/setuptools-40.5.0-py2.7.egg/pkg_resources/__init__.py", line 2725, in load_entry_point
"/var/python/lib/python2.7/site-packages/setuptools-40.5.0-py2.7.egg/pkg_resources/__init__.py", line 2343, in load
"/var/python/lib/python2.7/site-packages/setuptools-40.5.0-py2.7.egg/pkg_resources/__init__.py", line 2349, in resolve
"/var/python/lib/python2.7/site-packages/coverage/__init__.py", line 15, in <module>
from coverage.control import Coverage, process_startup
"/var/python/lib/python2.7/site-packages/coverage/control.py", line 20, in <module>
from coverage.data import CoverageData, combine_parallel_data
"/var/python/lib/python2.7/site-packages/coverage/data.py", line 17, in <module>
from coverage.sqldata import CoverageData
"/var/python/lib/python2.7/site-packages/coverage/sqldata.py", line 15, in <module>
import sqlite3
"/var/python/lib/python2.7/sqlite3/__init__.py", line 24, in <module>
from dbapi2 import *
"/var/python/lib/python2.7/sqlite3/dbapi2.py", line 28, in <module>
from _sqlite3 import *
ImportError: No module named _sqlite3
| 0.801576 |
Traceback (most recent call last):
"/usr/local/bin/wemo", line 11, in <module>
load_entry_point('ouimeaux==0.8', 'console_scripts', 'wemo')()
"/usr/local/lib/python3.6/site-packages/ouimeaux-0.8-py3.6.egg/ouimeaux/cli.py", line 375, in wemo
args.func(args)
"/usr/local/lib/python3.6/site-packages/ouimeaux-0.8-py3.6.egg/ouimeaux/cli.py", line 292, in server
from socketio.server import SocketIOServer
"/usr/local/lib/python3.6/site-packages/socketio/server.py", line 108
except error, ex:
^
SyntaxError: invalid syntax
| Traceback (most recent call last):
"demo_toolbox.py", line 2, in <module>
from toolbox import Toolbox
"/home/adi/Downloads/real-time-weibel-master/toolbox/__init__.py", line 1, in <module>
from toolbox.ui import UI
"/home/adi/Downloads/real-time-weibel-master/toolbox/ui.py", line 57
def draw_utterance(self, utterance: Utterance, which):
^
SyntaxError: invalid syntax
| 0.672502 |
Traceback (most recent call last):
"/snap/pycharm-community/132/helpers/pydev/pydevd.py", line 1758, in <module>
main()
"/snap/pycharm-community/132/helpers/pydev/pydevd.py", line 1752, in main
globals = debugger.run(setup['file'], None, None, is_module)
"/snap/pycharm-community/132/helpers/pydev/pydevd.py", line 1147, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"/snap/pycharm-community/132/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"/home/user/maskrcnn-benchmark/tools/train_net.py", line 190, in <module>
main()
"/home/user/maskrcnn-benchmark/tools/train_net.py", line 183, in main
model = train(cfg, args.local_rank, args.distributed)
"/home/user/maskrcnn-benchmark/tools/train_net.py", line 88, in train
arguments,
"/home/user/maskrcnn-benchmark/maskrcnn_benchmark/engine/trainer.py", line 85, in do_train
loss_dict = model(images, targets)
"/home/user/anaconda3/envs/tf_python_37/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/user/anaconda3/envs/tf_python_37/lib/python3.7/site-packages/apex-0.1-py3.7-linux-x86_64.egg/apex/amp/_initialize.py", line 193, in new_fwd
**applier(kwargs, input_caster))
"/home/user/maskrcnn-benchmark/maskrcnn_benchmark/modeling/detector/generalized_rcnn.py", line 52, in forward
x, result, detector_losses = self.roi_heads(features, proposals, targets)
"/home/user/anaconda3/envs/tf_python_37/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/user/maskrcnn-benchmark/maskrcnn_benchmark/modeling/roi_heads/roi_heads.py", line 53, in forward
x, detections, loss_keypoint = self.keypoint(keypoint_features, detections, targets)
"/home/user/anaconda3/envs/tf_python_37/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/user/maskrcnn-benchmark/maskrcnn_benchmark/modeling/roi_heads/keypoint_head/keypoint_head.py", line 45, in forward
loss_kp = self.loss_evaluator(proposals, kp_logits)
"/home/user/maskrcnn-benchmark/maskrcnn_benchmark/modeling/roi_heads/keypoint_head/loss.py", line 168, in __call__
keypoint_loss = F.cross_entropy(keypoint_logits[valid], keypoint_targets[valid])
"/home/user/anaconda3/envs/tf_python_37/lib/python3.7/site-packages/torch/nn/functional.py", line 2056, in cross_entropy
return nll_loss(log_softmax(input, 1), target, weight, None, ignore_index, None, reduction)
"/home/user/anaconda3/envs/tf_python_37/lib/python3.7/site-packages/torch/nn/functional.py", line 1871, in nll_loss
ret = torch._C._nn.nll_loss(input, target, weight, _Reduction.get_enum(reduction), ignore_index)
RuntimeError: cuda runtime error (59) : device-side assert triggered at /opt/conda/conda-
| Traceback (most recent call last):
"train.py", line 332, in <module>
model = train_model(model, criterion, optimizer_ft, exp_lr_scheduler,num_epochs=10)
"train.py", line 176, in train_model
outputs = model(inputs)
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__
result = self.forward(*input, **kwargs)
"/home/yhangbin/code/github/Person_reID_baseline_pytorch/model.py", line 162, in forward
predict[i] = c(part[i])
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__
result = self.forward(*input, **kwargs)
"/home/yhangbin/code/github/Person_reID_baseline_pytorch/model.py", line 47, in forward
x = self.add_block(x)
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__
result = self.forward(*input, **kwargs)
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/modules/container.py", line 67, in forward
input = module(input)
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__
result = self.forward(*input, **kwargs)
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/modules/batchnorm.py", line 37, in forward
self.training, self.momentum, self.eps)
"/home/yhangbin/anaconda3/lib/python3.6/site-packages/torch/nn/functional.py", line 1013, in batch_norm
return f(input, weight, bias)
RuntimeError: CHECK_ARG(tensor->nDimension >= 2 && tensor->nDimension <= 5) failed at torch/csrc/cudnn/BatchNorm.cpp:13
| 0.719698 |
Traceback (most recent call last):
"ethSender_testfile.py", line 64, in <module>
send_token()
"ethSender_testfile.py", line 54, in send_token
print this_contract.call().name()
"eth_tests/venv/lib/python2.7/site-packages/eth_utils/string.py", line 85, in inner
return force_obj_to_text(fn(*args, **kwargs))
"eth_tests/venv/lib/python2.7/site-packages/web3/contract.py", line 759, in call_contract_function
transaction=transaction,
"eth_tests/venv/lib/python2.7/site-packages/web3/utils/decorators.py", line 12, in _wrapper
return self.method(obj, *args, **kwargs)
"eth_tests/venv/lib/python2.7/site-packages/web3/contract.py", line 680, in _prepare_transaction
fn_kwargs,
"eth_tests/venv/lib/python2.7/site-packages/eth_utils/string.py", line 85, in inner
return force_obj_to_text(fn(*args, **kwargs))
"eth_tests/venv/lib/python2.7/site-packages/web3/contract.py", line 719, in _encode_transaction_data
fn_name, args, kwargs,
"eth_tests/venv/lib/python2.7/site-packages/web3/contract.py", line 648, in _get_function_info
fn_abi = cls._find_matching_fn_abi(fn_name, args, kwargs)
"eth_tests/venv/lib/python2.7/site-packages/web3/contract.py", line 601, in _find_matching_fn_abi
function_candidates = filter_by_type('function', cls.abi)
"eth_tests/venv/lib/python2.7/site-packages/web3/utils/abi.py", line 23, in filter_by_type
return [abi for abi in contract_abi if abi['type'] == _type]
TypeError: 'NoneType' object is not iterable
| Addon error: Traceback (most recent call last):
"mitmproxy\addons\view.py", line 612, in update
"blinker\base.py", line 266, in send
"blinker\base.py", line 266, in <listcomp>
"mitmproxy\tools\web\master.py", line 57, in _sig_view_update
"mitmproxy\tools\web\app.py", line 214, in broadcast
"json\__init__.py", line 234, in dumps
"json\encoder.py", line 199, in encode
"json\encoder.py", line 257, in iterencode
"json\encoder.py", line 179, in default
TypeError: Object of type bytes is not JSON serializable
| 0.674235 |
Traceback (most recent call last):
"/home/jonathan/miniconda3/bin/spyder", line 11, in <module>
sys.exit(main())
"/home/jonathan/miniconda3/lib/python3.7/site-packages/spyder/app/start.py", line 190, in main
from spyder.app import mainwindow
"/home/jonathan/miniconda3/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 92, in <module>
from qtpy import QtWebEngineWidgets
# analysis:ignore
"/home/jonathan/miniconda3/lib/python3.7/site-packages/qtpy/QtWebEngineWidgets.py", line 26, in <module>
from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
| Traceback (most recent call last):
"/usr/share/lyrebird/app.py", line 2, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
| 0.796702 |
Traceback (most recent call last):
"/usr/share/lyrebird/app.py", line 2, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
| Traceback (most recent call last):
"/opt/lib/python3.9/site-packages/numpy/core/__init__.py", line 22, in <module>
from . import multiarray
"/opt/lib/python3.9/site-packages/numpy/core/multiarray.py", line 12, in <module>
from . import overrides
"/opt/lib/python3.9/site-packages/numpy/core/overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
| 0.797379 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: generate_and_write_rsa_keypair() missing 1 required positional argument: 'bits'
| Traceback (most recent call last):
"rename_imu.py", line 4, in <module>
for topic, msg, t, conn_header in rosbag.Bag('2019-05-24-09-53-28-high-density.bag').read_messages(return_connection_header=True):
TypeError: read_messages() got an unexpected keyword argument 'return_connection_header'
| 0.717313 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/pandas/core/indexes/base.py", line 2525, in get_loc
return self._engine.get_loc(key)
"pandas/_libs/index.pyx", line 117, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/index.pyx", line 139, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/hashtable_class_helper.pxi", line 1265, in pandas._libs.hashtable.PyObjectHashTable.get_item
"pandas/_libs/hashtable_class_helper.pxi", line 1273, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: 'sma10'
| Traceback (most recent call last):
"/home/developer/PycharmProjects/pandas/pandas/core/indexes/base.py", line 3225, in get_loc
return self._engine.get_loc(casted_key)
"pandas/_libs/index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc
cpdef get_loc(self, object val):
"pandas/_libs/index.pyx", line 101, in pandas._libs.index.IndexEngine.get_loc
return self.mapping.get_item(val)
"pandas/_libs/hashtable_class_helper.pxi", line 5038, in pandas._libs.hashtable.PyObjectHashTable.get_item
cpdef get_item(self, object val):
"pandas/_libs/hashtable_class_helper.pxi", line 5046, in pandas._libs.hashtable.PyObjectHashTable.get_item
raise KeyError(val)
KeyError: '2011'
| 0.85078 |
Traceback (most recent call last):
"C:\Users\user001205\Desktop\abc\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 62, in _subprocess_run
self.on_initialize(client_dict)
"C:\Users\user001205\Desktop\abc\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\mainscripts\Extractor.py", line 68, in on_initialize
nn.initialize (device_config)
"C:\Users\user001205\Desktop\abc\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\leras\nn.py", line 80, in initialize
import tensorflow as tf
"C:\Users\user001205\Desktop\abc\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
from tensorflow.python import pywrap_tensorflow
# pylint: disable=unused-import
"C:\Users\user001205\Desktop\abc\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\user001205\Desktop\abc\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| Traceback (most recent call last):
"/home/pi/env/lib/python3.5/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
from oauth2client.locked_file import Locked
ImportError: No module named 'oauth2client.locked_file'
| 0.692015 |
Traceback (most recent call last):
"webview/__init__.py", line 90, in _initialize_imports
"/home/filip/code/control-server-ui/venv/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
"webview/qt.py", line 68, in <module>
ImportError: This module requires PyQt4 or PyQt5 to work under Linux or *BSD.
| Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: cannot import name 'AutoModel'
| 0.701518 |
Traceback (most recent call last):
"./scripts/TASK1/Text_Augmentation/Information_Type/cross_validation.py", line 49, in <module>
args=args)
"/home/s/ss4354/.local/lib/python3.7/site-packages/simpletransformers/classification/multi_label_classification_model.py", line 132, in __init__
config_class, model_class, tokenizer_class = MODEL_CLASSES[model_type]
KeyError: 'bertweet'
| Traceback (most recent call last):
"/usr/src/poloniexlendingbot/lendingbot.py", line 58, in <module>
Lending.init(Config, api, log, Data, MaxToLend, dry_run, analysis, notify_conf)
"/usr/src/poloniexlendingbot/modules/Lending.py", line 80, in init
if notify_conf['notify_summary_minutes']:
KeyError: 'notify_summary_minutes'
| 0.681425 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 225, in async_update_ha_state
yield from self.hass.async_add_job(self.update)
"/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup
future.result()
"/usr/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
"/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/hue.py", line 467, in update
self.update_lights(no_throttle=True)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 306, in wrapper
result = method(*args, **kwargs)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 306, in wrapper
result = method(*args, **kwargs)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/hue.py", line 256, in update_lights
lightgroups[lightgroup_id].schedule_update_ha_state()
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 302, in schedule_update_ha_state
self.hass.add_job(self.async_update_ha_state(force_refresh))
AttributeError: 'NoneType' object has no attribute 'add_job'
| Traceback (most recent call last):
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.11.2.dev-py2.6.egg/nose/case.py", line 183, in runTest
self.test(*self.arg)
"/home/nwagner/local/lib64/python2.6/site-packages/numpy/testing/decorators.py", line 146, in skipper_func
return f(*args, **kwargs)
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/special/tests/test_mpmath.py", line 117, in test_hyp2f1_real_some
except (TypeError, mpmath.libhyper.NoConvergence):
AttributeError: 'module' object has no attribute 'libhyper'
| 0.671543 |
Traceback (most recent call last):
"/usr/src/pacu/pacu.py", line 1732, in <module>
Main().run()
"/usr/src/pacu/pacu.py", line 175, in __init__
self.CATEGORIES: set = load_categories()
"/usr/src/pacu/pacu.py", line 61, in load_categories
module = __import__(module_path, globals(), locals(), ['module_info'], 0)
"/usr/src/pacu/modules/ebs__download_snapshots/main.py", line 8, in <module>
from typing_extensions import TypedDict
ModuleNotFoundError: No module named 'typing_extensions'
|
Traceback (most recent call last):
"tools\geninterop\geninterop.py", line 24, in <module>
from pycparser import c_ast, c_parser
ModuleNotFoundError: No module named 'pycparser'
| 0.791555 |
> Traceback (most recent call last):
"nsga.py", line 25, in <module>
from deap.benchmarks.tools import diversity, convergence, hypervolume
ImportError: cannot import name 'hypervolume'
| Traceback (most recent call last):
"/root/anaconda3/lib/python3.6/site-packages/django/utils/autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
"/root/anaconda3/lib/python3.6/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
autoreload.raise_last_exception()
"/root/anaconda3/lib/python3.6/site-packages/django/utils/autoreload.py", line 249, in raise_last_exception
six.reraise(*_exception)
"/root/anaconda3/lib/python3.6/site-packages/django/utils/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/root/anaconda3/lib/python3.6/site-packages/django/utils/autoreload.py", line 226, in wrapper
fn(*args, **kwargs)
"/root/anaconda3/lib/python3.6/site-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
"/root/anaconda3/lib/python3.6/site-packages/django/apps/registry.py", line 115, in populate
app_config.ready()
"/root/anaconda3/lib/python3.6/site-packages/channels/apps.py", line 22, in ready
monkeypatch_django()
"/root/anaconda3/lib/python3.6/site-packages/channels/hacks.py", line 10, in monkeypatch_django
from .management.commands.runserver import Command as RunserverCommand
"/root/anaconda3/lib/python3.6/site-packages/channels/management/commands/runserver.py", line 5, in <module>
from daphne.server import Server, build_endpoint_description_strings
ImportError: cannot import name 'build_endpoint_description_strings'
| 0.774909 |
`Traceback (most recent call last):
"/usr/pip3/bin/rainbowstream", line 7, in <module>
from rainbowstream.rainbow import fly
"/usr/pip3/lib/python3.6/site-packages/rainbowstream/rainbow.py", line 28, in <module>
from .consumer import *
ModuleNotFoundError: No module named 'rainbowstream.consumer'
| Traceback (most recent call last):
"D:\obj\windows-release\37win32_Release\msi_python\zip_win32\runpy.py", line 193, in _run_module_as_main
"D:\obj\windows-release\37win32_Release\msi_python\zip_win32\runpy.py", line 85, in _run_code
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app\eddington_gui\__main__.py", line 1, in <module>
from eddington_gui.app import main
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app\eddington_gui\app.py", line 6, in <module>
from eddington import read_data_from_excel, InvalidData
, plot_fitting, plot_residuals, PlotConfiguration
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\eddington\__init__.py", line 18, in <module>
from eddington.plot.residuals import plot_residuals
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\eddington\plot\residuals.py", line 1, in <module>
from eddington.plot.util import title, label_axes, horizontal_line, plot_data, show_or_export
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\eddington\plot\util.py", line 1, in <module>
import matplotlib.pyplot as plt
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\matplotlib\pyplot.py", line 2282, in <module>
switch_backend(rcParams["backend"])
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\matplotlib\pyplot.py", line 221, in switch_backend
backend_mod = importlib.import_module(backend_name)
"D:\obj\windows-release\37win32_Release\msi_python\zip_win32\__init__.py", line 127, in import_module
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\matplotlib\backends\backend_tkagg.py", line 1, in <module>
from . import _backend_tk
"C:\Users\saroa\repositories\eddington_gui\windows\EddingtonGUI\src\\app_packages\matplotlib\backends\_backend_tk.py", line 6, in <module>
import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
| 0.79052 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.