text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 111, in check_service_health
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 45, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/secretsmanager/secretsmanager_starter.py", line 129, in check_secretsmanager
assert isinstance(out['SecretList'], list)
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"C:\Users\USER\AppData\Local\Programs\Python\Python39\Scripts\can_viewer.py", line 14, in <module>
main()
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\viewer.py", line 496, in main
curses.wrapper(CanViewer, bus, data_structs)
"c:\users\USER\appdata\local\programs\python\python39\lib\curses\__init__.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\viewer.py", line 74, in __init__
self.run()
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\viewer.py", line 84, in run
msg = self.bus.recv(timeout=1. / 1000.)
"c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\can\bus.py", line 83, in recv
msg, already_filtered = self._recv_internal(timeout=time_left)
TypeError: cannot unpack non-iterable NoneType object
| 0.678836 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 158, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://www.zdf.de/ZDFmediathek#/beitrag/video/1948922/Borgia---Folge-12-der-ersten-Staffel; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output.
Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 797, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
ExtractorError: Cannot identify player u'/yts/jsbin/player-vflENcx6t/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.691935 |
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/local/share/gtags/script/pygments_parser.py", line 27, in <module>
import pygments.lexers
ImportError: No module named pygments.lexers
| 0.779178 |
Traceback (most recent call last):
"/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/alex/p4a/pythonforandroid/toolchain.py", line 1032, in <module>
main()
"/home/alex/p4a/pythonforandroid/toolchain.py", line 1028, in main
ToolchainCL()
"/home/alex/p4a/pythonforandroid/toolchain.py", line 550, in __init__
getattr(self, args.subparser_name.replace('-', '_'))(args)
"/home/alex/p4a/pythonforandroid/toolchain.py", line 149, in wrapper_func
build_dist_from_args(ctx, dist, args)
"/home/alex/p4a/pythonforandroid/toolchain.py", line 188, in build_dist_from_args
build_recipes(build_order, python_modules, ctx)
"/home/alex/p4a/pythonforandroid/build.py", line 625, in build_recipes
biglink(ctx, arch)
"/home/alex/p4a/pythonforandroid/build.py", line 704, in biglink
env = arch.get_env()
"/home/alex/p4a/pythonforandroid/archs.py", line 157, in get_env
env = super(ArchARMv7_a, self).get_env(with_flags_in_cc)
"/home/alex/p4a/pythonforandroid/archs.py", line 57, in get_env
self.ctx.python_recipe.version[0:3])
AttributeError: 'NoneType' object has no attribute 'version'
|
Traceback (most recent call last):
"/home/pi/myTest.py", line 250, in <module>
resetBut = Button(reset_pin, bounce_time=0.020)
"/usr/lib/python3/dist-packages/gpiozero/devices.py", line 124, in __call__
self = super(GPIOMeta, cls).__call__(*args, **kwargs)
"/usr/lib/python3/dist-packages/gpiozero/input_devices.py", line 432, in __init__
bounce_time=bounce_time, pin_factory=pin_factory)
"/usr/lib/python3/dist-packages/gpiozero/mixins.py", line 383, in __init__
super(HoldMixin, self).__init__(*args, **kwargs)
"/usr/lib/python3/dist-packages/gpiozero/input_devices.py", line 188, in __init__
self._fire_events(self.pin_factory.ticks(), self.is_active)
"/usr/lib/python3/dist-packages/gpiozero/mixins.py", line 368, in _fire_events
self._fire_activated()
"/usr/lib/python3/dist-packages/gpiozero/mixins.py", line 398, in fire_activated
self._hold_thread.holding.set()
AttributeError: 'NoneType' object has no attribute 'holding' | 0.719607 |
Traceback (most recent call last):
"trainval_net.py", line 209, in <module>
imdb.num_classes, training=True)
"/home/wuwenfu/faster-rcnn.pytorch-master/lib/roi_data_layer/roibatchLoader.py", line 54, in __init__
self.ratio_list_batch[left_idx:(right_idx+1)] = torch.tensor(target_ratio.astype(np.float64)) # trainset ratio list ,each batch is same number
AttributeError: 'int' object has no attribute 'astype'
| Traceback (most recent call last):
"demos\python_demos\text_spotting_demo\text_spotting_demo.py", line 376, in <module>
sys.exit(main() or 0)
"demos\python_demos\text_spotting_demo\text_spotting_demo.py", line 241, in main
(round(cap.get(cv2.CAP_PROP_FRAME_WIDTH) / 4), round(cap.get(cv2.CAP_PROP_FRAME_HEIGHT) / 8)))
AttributeError: 'FolderCapture' object has no attribute 'get'
| 0.683991 |
Traceback (most recent call last):
"xsstrike.py", line 32, in <module>
from modes.crawl import crawl
"/home/parrot/XSStrike/modes/crawl.py", line 7, in <module>
from core.filterChecker import filterChecker
"/home/parrot/XSStrike/core/filterChecker.py", line 1, in <module>
from core.checker import checker
"/home/parrot/XSStrike/core/checker.py", line 2, in <module>
from fuzzywuzzy import fuzz
ModuleNotFoundError: No module named 'fuzzywuzzy' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/afs/csail.mit.edu/u/n/nadiia/.local/lib/python3.6/site-packages/foolbox/__init__.py", line 38, in <module>
from . import zoo
# noqa: F401
"/afs/csail.mit.edu/u/n/nadiia/.local/lib/python3.6/site-packages/foolbox/zoo/__init__.py", line 2, in <module>
from .weights_fetcher import fetch_weights
# noqa: F401
"/afs/csail.mit.edu/u/n/nadiia/.local/lib/python3.6/site-packages/foolbox/zoo/weights_fetcher.py", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
| 0.832116 |
Traceback (most recent call last):
"c:\programdata\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\programdata\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\ProgramData\Anaconda3\Scripts\pyinstaller.exe\__main__.py", line 9, in <module>
"c:\programdata\anaconda3\lib\site-packages\PyInstaller\__main__.py", line 81, in run
import PyInstaller.building.build_main
"c:\programdata\anaconda3\lib\site-packages\PyInstaller\building\build_main.py", line 36, in <module>
from ..depend.analysis import initialize_modgraph
"c:\programdata\anaconda3\lib\site-packages\PyInstaller\depend\analysis.py", line 60, in <module>
from ..utils.hooks import collect_submodules, is_package
"c:\programdata\anaconda3\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 1138, in <module>
from . import conda as conda_support
# noqa: F401
"c:\programdata\anaconda3\lib\site-packages\PyInstaller\utils\hooks\conda.py", line 51, in <module>
from importlib_metadata import PackagePath as _PackagePath
ImportError: cannot import name 'PackagePath' from 'importlib_metadata' (c:\programdata\anaconda3\lib\site-packages\importlib_metadata\__init__.py)
|
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 152, in addpackage
exec line
"<string>", line 1, in <module>
ImportError: No module named new
| 0.685987 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'reboot'
| Traceback (most recent call last):
"main.py", line 11, in <module>
from decisionmaker.decisionmaker import *
ImportError: No module named decisionmaker.decisionmaker
| 0.751618 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/aiohttp/helpers.py", line 490, in log
for key, value in fmt_info:
"/usr/lib/python3.6/site-packages/aiohttp/helpers.py", line 473, in <genexpr>
return ((key, method(args)) for key, method in self._methods)
"/usr/lib/python3.6/site-packages/aiohttp/helpers.py", line 426, in _format_a
peername = args[3].get_extra_info('peername')
"/usr/lib/python3.6/asyncio/sslproto.py", line 306, in get_extra_info
return self._ssl_protocol._get_extra_info(name, default)
"/usr/lib/python3.6/asyncio/sslproto.py", line 547, in _get_extra_info
return self._transport.get_extra_info(name, default)
AttributeError: 'NoneType' object has no attribute 'get_extra_info'
|
Traceback (most recent call last):
"manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/__init__.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **options.__dict__)
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/base.py", line 338, in execute
output = self.handle(*args, **options)
"/home/kbuzz/lib/python2.7/haystack/management/commands/rebuild_index.py", line 15, in handle
call_command('update_index', **options)
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/__init__.py", line 115, in call_command
return klass.execute(*args, **defaults)
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/base.py", line 338, in execute
output = self.handle(*args, **options)
"/home/kbuzz/lib/python2.7/haystack/management/commands/update_index.py", line 184, in handle
return super(Command, self).handle(*items, **options)
"/home/kbuzz/webapps/kenyabuzz/lib/python2.7/Django-1.7.10-py2.7.egg/django/core/management/base.py", line 503, in handle
label_output = self.handle_label(label, **options)
"/home/kbuzz/lib/python2.7/haystack/management/commands/update_index.py", line 210, in handle_label
self.update_backend(label, using)
"/home/kbuzz/lib/python2.7/haystack/management/commands/update_index.py", line 256, in update_backend
do_update(backend, index, qs, start, end, total, self.verbosity)
"/home/kbuzz/lib/python2.7/haystack/management/commands/update_index.py", line 78, in do_update
backend.update(index, current_qs)
"/home/kbuzz/lib/python2.7/haystack/backends/whoosh_backend.py", line 189, in update
self.log.error(u"%s while preparing object for update" % e.__name__, exc_info=True, extra={
AttributeError: 'UnknownFieldError' object has no attribute '__name__'``` | 0.68397 |
Traceback (most recent call last):
"build.py", line 3, in <module>
import torch.utils.ffi
"/home/huan/anaconda3/envs/myenv/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 1, in <module>
raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.")
ImportError: torch.utils.ffi is deprecated. Please use cpp extensions instead.
| **Traceback (most recent call last):
"./cifar10_train.py", line 44, in <module>
import cifar10
"/root/models/tutorials/image/cifar10/cifar10.py", line 42, in <module>
import cifar10_input
"/root/models/tutorials/image/cifar10/cifar10_input.py", line 23, in <module>
import tensorflow_datasets as tfds
ImportError: No module named 'tensorflow_datasets'**
| 0.721317 |
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
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 79, in <module>
main()
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 16, in main
click.Group(commands=commands)(prog_name='bench')
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
"/opt/erpnext5/frappe-bench/env/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 24, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/commands/site.py", line 209, in migrate
migrate(context.verbose, rebuild_website=rebuild_website)
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/migrate.py", line 30, in migrate
frappe.modules.patch_handler.run_all()
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 29, in run_all
if not run_single(patchmodule = patch):
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 63, in run_single
return execute_patch(patchmodule, method, methodargs)
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 83, in execute_patch
frappe.get_attr(patchmodule.split()[0] + ".execute")()
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/__init__.py", line 867, in get_attr
return getattr(get_module(modulename), methodname)
"/opt/erpnext5/frappe-bench/apps/frappe/frappe/__init__.py", line 651, in get_module
return importlib.import_module(modulename)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named repost_gle_for_pi_with_update_stock
| Traceback (most recent call last):
"codify.py", line 25, in <module>
from pydicom import cli
ImportError: cannot import name 'cli' from 'pydicom' (/Users/Reddy/anaconda3/envs/py36/lib/python3.7/site-packages/pydicom/__init__.py)
| 0.755792 |
Traceback (most recent call last):
"/home/ubuntu/workspace/evennia/evennia/commands/cmdhandler.py", line 493, in _run_command
ret = yield cmd.func()
"/home/ubuntu/workspace/evennia/evennia/utils/evmenu.py", line 245, in func
caller.ndb._menutree._session = self.session
AttributeError: 'NoneType' object has no attribute '_session'
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/plasma/lib/ui/console.py", line 652, in exec_command
c.callback_exec(args)
"/usr/lib64/python3.6/site-packages/plasma/lib/ui/console.py", line 804, in __exec_v
if v.error_occurs:
AttributeError: 'Visual' object has no attribute 'error_occurs'
| 0.704169 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\niumzh\Desktop\report\venv\lib\site-packages\docxtpl\__init__.py", line 11, in <module>
from docx import Document
"C:\Users\niumzh\Desktop\report\docx.py", line 1, in <module>
from docxtpl import DocxTemplate
ImportError: cannot import name 'DocxTemplate'
| Traceback (most recent call last):
"/opt/tidos/tidos.py", line 14, in <module>
from core.tidos_main import *
"/opt/tidos/core/tidos_main.py", line 37, in <module>
from core.Vulnlysis.vuln import *
"/opt/tidos/core/Vulnlysis/vuln.py", line 17, in <module>
from core.Vulnlysis.Oth_Bugs.othbugs import *
"/opt/tidos/core/Vulnlysis/Oth_Bugs/othbugs.py", line 25, in <module>
from xmppbrute import *
"modules/0x03-Vulnerability+Analysis/0x03-OtherWebBugs/xmppbrute.py", line 18, in <module>
from xmpp import Client
ImportError: No module named xmpp
| 0.80186 |
Traceback (most recent call last):
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/knack/cli.py", line 194, in invoke
cmd_result = self.invocation.execute(args)
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 344, in execute
cmd.exception_handler(ex)
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/azure/cli/command_modules/appservice/commands.py", line 51, in _polish_bad_errors
raise ex
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 319, in execute
result = cmd(params)
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 180, in __call__
return super(AzCliCommand, self).__call__(*args, **kwargs)
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/knack/commands.py", line 109, in __call__
return self.handler(*args, **kwargs)
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 418, in default_command_handler
result = op(**command_args)
"/usr/local/Cellar/azure-cli/2.0.29/libexec/lib/python3.6/site-packages/azure/cli/command_modules/appservice/custom.py", line 59, in create_webapp
is_linux = plan_info.reserved
AttributeError: 'NoneType' object has no attribute 'reserved'
| Traceback (most recent call last):
"/var/mycodo-root/mycodo/controllers/controller_input.py", line 391, in update_measure
measurements = self.measure_input.next()
AttributeError: 'NoneType' object has no attribute 'next'
| 0.699009 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named pipeline
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-req-build-IW2Cm7/setup.py", line 1, in <module>
from skbuild import setup
ImportError: No module named skbuild
| 0.800115 |
Traceback (most recent call last):
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 153, in loadTestsFromName
module = __import__(module_name)
"/Users/rpickhardt/hacken/electrum/electrum/tests/test_lnbase.py", line 23, in <module>
from .test_lnchan import create_test_channels
ImportError: attempted relative import with no known parent package
| Traceback (most recent call last):
"/USERS/TKOMIYA/WORK/SPHINX/.TOX/PY27/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
"/USERS/TKOMIYA/WORK/SPHINX/.TOX/PY27/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
"/USERS/TKOMIYA/WORK/SPHINX/.TOX/PY27/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/Users/tkomiya/work/sphinx/tests/test_autodoc.py", line 17, in <module>
import enum
ImportError: No module named enum
| 0.693283 |
Traceback (most recent call last):
"/var/OpenCue/bin/tooling/pythonpath/cuesubmit/__main__.py", line 65, in <module>
main()
"/var/OpenCue/bin/tooling/pythonpath/cuesubmit/__main__.py", line 59, in main
app = CueSubmitApp(sys.argv)
"/var/OpenCue/bin/tooling/pythonpath/cuesubmit/__main__.py", line 33, in __init__
self.mainWindow = CueSubmitMainWindow(Constants.SUBMIT_APP_WINDOW_TITLE)
"/var/OpenCue/bin/tooling/pythonpath/cuesubmit/__main__.py", line 49, in __init__
parent=self
"/var/OpenCue/bin/tooling/pythonpath/cuesubmit/ui/Submit.py", line 103, in __init__
'Show:', shows[0],
IndexError: list index out of range
| Traceback (most recent call last):
"<string>", line 532, in <module>
IndexError: list index out of range
| 0.673994 |
Traceback (most recent call last):
"/usr/local/bin/pyrit", line 6, in <module>
pyrit_cli.Pyrit_CLI().initFromArgv()
"/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 117, in initFromArgv
func(self, **options)
"/usr/local/lib/python2.7/dist-packages/pyrit_cli.py", line 160, in new_f
import cpyrit.pckttools
"/usr/local/lib/python2.7/dist-packages/cpyrit/pckttools.py", line 132, in <module>
scapy.packet.bind_layers(scapy.layers.l2.EAPOL, EAPOL_Key, type=3)
AttributeError: 'module' object has no attribute 'EAPOL'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 461, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/yamaha/media_player.py", line 211, in update
self._sound_mode = self.receiver.surround_program
"/usr/local/lib/python3.7/site-packages/rxv/rxv.py", line 313, in surround_program
"%s/Surround/Program_Sel/Current/Sound_Program" % self.zone
AttributeError: 'NoneType' object has no attribute 'text'
| 0.691463 |
Traceback (most recent call last):
"test.py", line 5, in <module>
from utils.datasets import *
"YOLOv3-model-pruning/utils/datasets.py", line 10, in <module>
from utils.augmentations import augment
"YOLOv3-model-pruning/utils/augmentations.py", line 4, in <module>
import albumentations as A
ModuleNotFoundError: No module named 'albumentations'
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
"/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
"/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
"/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
"/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
import apt
"/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
| 0.805215 |
Traceback (most recent call last):
"/usr/sbin/system_manager.py", line 15, in <module>
import obmc.inventory
ImportError: No module named inventory `
| Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| 0.750031 |
Traceback (most recent call last):
"demo-alpha-pose.py", line 31, in <module>
from nets.vgg16 import vgg16
"/home/chikiuso/Downloads/AlphaPose/human-detection/tools/../lib/nets/vgg16.py", line 11, in <module>
import tensorflow.contrib.slim as slim
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/__init__.py", line 31, in <module>
from tensorflow.contrib import factorization
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/factorization/__init__.py", line 24, in <module>
from tensorflow.contrib.factorization.python.ops.gmm import *
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/factorization/python/ops/gmm.py", line 27, in <module>
from tensorflow.contrib.learn.python.learn.estimators import estimator
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/__init__.py", line 88, in <module>
from tensorflow.contrib.learn.python.learn import *
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/__init__.py", line 23, in <module>
from tensorflow.contrib.learn.python.learn import *
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/__init__.py", line 25, in <module>
from tensorflow.contrib.learn.python.learn import estimators
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/__init__.py", line 297, in <module>
from tensorflow.contrib.learn.python.learn.estimators.dnn import DNNClassifier
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/dnn.py", line 30, in <module>
from tensorflow.contrib.learn.python.learn.estimators import dnn_linear_combined
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/dnn_linear_combined.py", line 31, in <module>
from tensorflow.contrib.learn.python.learn.estimators import estimator
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/estimators/estimator.py", line 49, in <module>
from tensorflow.contrib.learn.python.learn.learn_io import data_feeder
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/learn_io/__init__.py", line 21, in <module>
from tensorflow.contrib.learn.python.learn.learn_io.dask_io import extract_dask_data
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/learn_io/dask_io.py", line 26, in <module>
import dask.dataframe as dd
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/dask/dataframe/__init__.py", line 3, in <module>
from .core import (DataFrame, Series, Index, _Frame, map_partitions,
"/home/chikiuso/.conda/envs/py27/lib/python2.7/site-packages/dask/dataframe/core.py", line 40, in <module>
pd.core.computation.expressions.set_use_numexpr(False)
AttributeError: 'module' object has no attribute 'expressions'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"\modin\modin\experimental\cloud\base.py", line 30, in __str__
if self.clause:
AttributeError: 'CannotDestroyCluster' object has no attribute 'clause'
| 0.693486 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-nRHVS5/ninja/setup.py", line 7, in <module>
from skbuild import setup
ImportError: No module named skbuild
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/evan_jones/bug/local/lib/python2.7/site-packages/google/cloud/datastore/__init__.py", line 60, in <module>
from google.cloud.datastore.batch import Batch
"/home/evan_jones/bug/local/lib/python2.7/site-packages/google/cloud/datastore/batch.py", line 24, in <module>
from google.cloud.datastore import helpers
"/home/evan_jones/bug/local/lib/python2.7/site-packages/google/cloud/datastore/helpers.py", line 29, in <module>
from google.cloud.proto.datastore.v1 import entity_pb2 as _entity_pb2
ImportError: No module named proto.datastore.v1
| 0.808685 |
Traceback (most recent call last):
"kaldigstserver/worker.py", line 419, in <module>
main()
"kaldigstserver/worker.py", line 411, in main
decoder_pipeline = DecoderPipeline(conf)
"/home/louis/Workspace/kaldi-gstreamer-server/kaldigstserver/decoder.py", line 25, in __init__
self.create_pipeline(conf)
"/home/louis/Workspace/kaldi-gstreamer-server/kaldigstserver/decoder.py", line 57, in create_pipeline
self.appsrc.set_property("is-live", True)
AttributeError: 'NoneType' object has no attribute 'set_property'
| Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker
xlog.exception("google_ip.runJob fail:%r", e)
AttributeError: 'NoneType' object has no attribute 'exception'
| 0.674543 |
Traceback (most recent call last):
"/usr/bin/pycompile", line 35, in <module>
from debpython.version import SUPPORTED, debsorted, vrepr, \
"/usr/share/python/debpython/version.py", line 24, in <module>
from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
| Traceback (most recent call last):
"/Users/tweak/Documents/code/ludwig/venv/bin/ludwig", line 11, in <module>
load_entry_point('ludwig==0.1.0', 'console_scripts', 'ludwig')()
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point
return ep.load()
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in load
return self.resolve()
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2417, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/ludwig-0.1.0-py3.6.egg/ludwig/__init__.py", line 17, in <module>
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/ludwig-0.1.0-py3.6.egg/ludwig/cli.py", line 24, in <module>
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/ludwig-0.1.0-py3.6.egg/ludwig/visualize.py", line 32, in <module>
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/ludwig-0.1.0-py3.6.egg/ludwig/utils/visualization_utils.py", line 28, in <module>
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/matplotlib/pyplot.py", line 2374, in <module>
switch_backend(rcParams["backend"])
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/matplotlib/pyplot.py", line 207, in switch_backend
backend_mod = importlib.import_module(backend_name)
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"/Users/tweak/Documents/code/ludwig/venv/lib/python3.6/site-packages/matplotlib/backends/backend_macosx.py", line 14, in <module>
from matplotlib.backends import _macosx
ImportError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information.
| 0.761823 |
Traceback (most recent call last):
"tools/train_net_step.py", line 25, in <module>
from datasets.roidb import combined_roidb_for_training
"/home/yuekaiyu/code/Detectron.pytorch/lib/datasets/roidb.py", line 27, in <module>
import utils.boxes as box_utils
"/home/yuekaiyu/code/Detectron.pytorch/lib/utils/boxes.py", line 52, in <module>
import utils.bbox as cython_bbox
ImportError: dynamic module does not define module export function (PyInit_bbox)
| Traceback (most recent call last):
"echobot.py", line 21, in <module>
from telegram import Update
ImportError: cannot import name 'Update'
| 0.79313 |
Traceback (most recent call last):
"D:/2.7/build/inst/lib/python3.5/site-packages/cura\CuraApplication.py", line 707, in event
"D:/2.7/build/inst/lib/python3.5/site-packages/UM\Qt\QtApplication.py", line 261, in event
"D:/2.7/build/inst/lib/python3.5/site-packages/UM\Event.py", line 189, in call
"D:/2.7/build/inst/lib/python3.5/site-packages/UM\Signal.py", line 315, in __performEmit
"D:/2.7/build/inst/lib/python3.5/site-packages/cura\Settings\ExtruderStack.py", line 94, in _onPropertiesChanged
AttributeError: 'NoneType' object has no attribute 'definition'
| ```Traceback (most recent call last):
"prepare_data.py", line 211, in <module>
run_cmdline(sys.argv)
"prepare_data.py", line 208, in run_cmdline
prepare(**vars(args))
"prepare_data.py", line 156, in prepare
print(misc.bold("Preparing the {} dataset...".format(c.name)))
AttributeError: 'dict' object has no attribute 'name'
| 0.671012 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/rasa_core/channels/facebook.py", line 85, in _handle_user_message
self.on_new_message(user_msg)
"/usr/local/lib/python2.7/dist-packages/rasa_core/agent.py", line 317, in handle_message
return processor.handle_message(message)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 86, in handle_message
self._predict_and_execute_next_action(message, tracker)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 305, in _predict_and_execute_next_action
action, policy, confidence = self.predict_next_action(tracker)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 168, in predict_next_action
probabilities, policy = self._get_next_action_probabilities(tracker)
"/usr/local/lib/python2.7/dist-packages/rasa_core/processor.py", line 478, in _get_next_action_probabilities
tracker, self.domain)
"/usr/local/lib/python2.7/dist-packages/rasa_core/policies/ensemble.py", line 291, in probabilities_using_best_policy
if (result.index(max_confidence) ==
AttributeError: 'NoneType' object has no attribute 'index'
| Traceback (most recent call last):
"/home/moritz/.local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/cli.py", line 602, in run
core.do_run(command=command, args=args, three=three, python=python)
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/core.py", line 2200, in do_run
command = ' '.join(project.scripts[command])
"/home/moritz/.local/lib/python3.6/site-packages/pipenv/project.py", line 374, in scripts
scripts[k] = shlex.split(v, posix=True)
"/usr/lib/python3.6/shlex.py", line 305, in split
return list(lex)
"/usr/lib/python3.6/shlex.py", line 295, in __next__
token = self.get_token()
"/usr/lib/python3.6/shlex.py", line 105, in get_token
raw = self.read_token()
"/usr/lib/python3.6/shlex.py", line 136, in read_token
nextchar = self.instream.read(1)
AttributeError: 'ArrayElement' object has no attribute 'read'
| 0.686466 |
Traceback (most recent call last):
"predict.py", line 1, in <module>
"c:\users\pc\anaconda3\envs\audio\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"tensorflow\__init__.py", line 41, in <module>
"c:\users\pc\anaconda3\envs\audio\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"tensorflow\python\__init__.py", line 40, in <module>
"c:\users\pc\anaconda3\envs\audio\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"tensorflow\python\eager\context.py", line 35, in <module>
"c:\users\pc\anaconda3\envs\audio\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
"tensorflow\python\pywrap_tfe.py", line 29, in <module>
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.
| Traceback (most recent call last):
"xwaf.py", line 12, in <module>
from exp10it import figlet2file
ImportError: No module named 'exp10it'
| 0.76732 |
Traceback (most recent call last):
"/home/gurland/Projects/tg_deleter/main.py", line 50, in <module>
from_id=InputUserSelf
"/home/gurland/Projects/ve/bot_test/lib/python3.5/site-packages/telethon/tl/functions/messages/search.py", line 34, in __init__
self.from_id = get_input_user(from_id)
"/home/gurland/Projects/ve/bot_test/lib/python3.5/site-packages/telethon/utils.py", line 107, in get_input_user
if type(entity).subclass_of_id == 0xe669bf46:
# crc32(b'InputUser')
AttributeError: type object 'type' has no attribute 'subclass_of_id'
| Traceback (most recent call last):
"x.py", line 6, in <module>
print(dvc.api.get_url("some_dir"))
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/api.py", line 37, in get_url
hash_info = _repo.repo_tree.get_hash(path_info)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/base.py", line 263, in get_hash
hash_info = self.get_dir_hash(path_info, **kwargs)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/repo.py", line 379, in get_dir_hash
return dvc_tree.get_dir_hash(path_info, **kwargs)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/dvc.py", line 242, in get_dir_hash
self._fetch_dir(out, **kwargs)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/dvc.py", line 146, in _fetch_dir
if self.fetch and out.changed_cache(filter_info=filter_info):
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/output/base.py", line 197, in changed_cache
self.hash_info, filter_info=filter_info
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/cache/base.py", line 412, in changed_cache
hash_info, path_info=path_info, filter_info=filter_info
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/cache/base.py", line 404, in _changed_dir_cache
if self.changed_cache_file(entry_hash):
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/cache/base.py", line 366, in changed_cache_file
actual = self.tree.get_hash(cache_info)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/base.py", line 242, in get_hash
hash_ = self.state.get(path_info)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/state.py", line 408, in get
existing_record = self.get_state_record_for_inode(actual_inode)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/state.py", line 352, in get_state_record_for_inode
self._execute(cmd, (self._to_sqlite(inode),))
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/state.py", line 133, in _execute
return self.cursor.execute(cmd, parameters)
AttributeError: 'NoneType' object has no attribute 'execute'
| 0.679367 |
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):
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/resolver.py", line 807, in <module>
main()
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/resolver.py", line 803, in main
parsed.requirements_dir, parsed.packages, parse_only=parsed.parse_only)
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/resolver.py", line 785, in _main
resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages)
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/resolver.py", line 753, in resolve_packages
requirements_dir=requirements_dir,
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/resolver.py", line 736, in resolve
req_dir=requirements_dir
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 1386, in resolve_deps
req_dir=req_dir,
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 1091, in actually_resolve_deps
deps, index_lookup, markers_lookup, project, sources, req_dir, clear, pre
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 649, in create
pre=pre, clear=clear
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 463, in get_metadata
req, resolver=transient_resolver
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 540, in get_deps_from_req
req_list, lockfile = get_vcs_deps(reqs=[req])
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 1874, in get_vcs_deps
with temp_path(), locked_repository(requirement) as repo:
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/utils.py", line 2030, in locked_repository
with requirement.req.locked_vcs_repo(src_dir=src_dir) as repo:
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 2212, in locked_vcs_repo
self._parsed_line.vcsrepo = vcsrepo
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 916, in vcsrepo
kwargs=wheel_kwargs,
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 1937, in create
created.get_initial_info()
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 1766, in get_initial_info
self.update_from_dict(self.parse_setup_py())
"/usr/local/Cellar/pipenv/2020.6.2/libexec/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 1479, in update_from_dict
for section in set(list(extras_require.keys())) - set(list(self.extras.keys())):
AttributeError: 'str' object has no attribute 'keys'
| 0.671944 |
Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| Traceback (most recent call last):
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/cli.py", line 439, in main
args.func(args)
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/cli.py", line 81, in create_ami
pcluster.create_ami(args)
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/commands.py", line 831, in create_ami
pcluster_config = PclusterConfig(config_file=args.config_file, fail_on_file_absence=True)
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/config/pcluster_config.py", line 64, in __init__
self._init_config_parser(config_file, fail_on_file_absence)
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/config/pcluster_config.py", line 109, in _init_config_parser
self.error(error_message)
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/config/pcluster_config.py", line 446, in error
if self.fail_on_error:
"/Users/rodneymarable/.pyenv/versions/3.7.4/envs/compbio-ami/lib/python3.7/site-packages/pcluster/config/pcluster_config.py", line 225, in fail_on_error
self._fail_on_error = self.get_section("global").get_param_value("sanity_check")
AttributeError: 'NoneType' object has no attribute 'get_param_value'
| 0.670456 |
Traceback (most recent call last):
"generate.py", line 42, in <module>
main()
"generate.py", line 38, in main
f.write(composer.to_dockerfile())
"/home/deepo/deepo/generator/core/composer.py", line 59, in to_dockerfile
]) for m in self.instances
"/home/deepo/deepo/generator/modules/python.py", line 17, in build
if self.composer.ubuntu_ver.startswith("18."):
AttributeError: 'NoneType' object has no attribute 'startswith' |
Traceback (most recent call last):
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/django/core/handlers/exception.py", line 35, in inner
response = get_response(request)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/django/core/handlers/base.py", line 128, in _get_response
response = self.process_exception_by_middleware(e, request)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/django/views/decorators/cache.py", line 31, in _cache_controlled
response = viewfunc(request, *args, **kw)
"/vagrant/wagtail/wagtail/admin/urls/__init__.py", line 102, in wrapper
return view_func(request, *args, **kwargs)
"/vagrant/wagtail/wagtail/admin/decorators.py", line 34, in decorated_view
return view_func(request, *args, **kwargs)
"/vagrant/wagtail/wagtail/api/v2/router.py", line 63, in wrapped
return func(request, *args, **kwargs)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view
return view_func(*args, **kwargs)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/viewsets.py", line 95, in view
return self.dispatch(request, *args, **kwargs)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/views.py", line 494, in dispatch
response = self.handle_exception(exc)
"/vagrant/wagtail/wagtail/api/v2/endpoints.py", line 116, in handle_exception
return super().handle_exception(exc)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/views.py", line 454, in handle_exception
self.raise_uncaught_exception(exc)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/views.py", line 491, in dispatch
response = handler(request, *args, **kwargs)
"/vagrant/wagtail/wagtail/admin/api/endpoints.py", line 94, in listing_view
response = super().listing_view(request)
"/vagrant/wagtail/wagtail/api/v2/endpoints.py", line 74, in listing_view
return self.get_paginated_response(serializer.data)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/serializers.py", line 742, in data
ret = super(ListSerializer, self).data
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/serializers.py", line 262, in data
self._data = self.to_representation(self.instance)
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/serializers.py", line 660, in to_representation
self.child.to_representation(item) for item in iterable
"/home/vagrant/.virtualenvs/bakerydemo/lib/python3.4/site-packages/rest_framework/serializers.py", line 660, in <listcomp>
self.child.to_representation(item) for item in iterable
"/vagrant/wagtail/wagtail/api/v2/serializers.py", line 275, in to_representation
meta[field.field_name] = field.to_representation(attribute)
"/vagrant/wagtail/wagtail/api/v2/serializers.py", line 82, in to_representation
name = page.specific_class._meta.app_label + '.' + page.specific_class.__name__
AttributeError: 'NoneType' object has no attribute '_meta'
| 0.683824 |
Traceback (most recent call last):
"/home/py3/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 15, in <module>
import MySQLdb as Database
"/home/py3/lib/python3.6/site-packages/MySQLdb/__init__.py", line 19, in <module>
import _mysql
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
| Traceback (most recent call last):
"E:\PyCharm Community Edition 2016.3.2\helpers\pydev\pydevd.py", line 1596, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
"E:\PyCharm Community Edition 2016.3.2\helpers\pydev\pydevd.py", line 974, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"E:\PyCharm Community Edition 2016.3.2\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"E:/TFFRCNN/demo.py", line 12, in <module>
from lib.networks.factory import get_network
"E:/TFFRCNN\lib\networks\__init__.py", line 8, in <module>
from .VGGnet_train import VGGnet_train
"E:/TFFRCNN\lib\networks\VGGnet_train.py", line 2, in <module>
from .network import Network
"E:/TFFRCNN\lib\networks\network.py", line 4, in <module>
from ..fast_rcnn.config import cfg
"E:/TFFRCNN\lib\fast_rcnn\__init__.py", line 9, in <module>
from . import train
"E:/TFFRCNN\lib\fast_rcnn\train.py", line 15, in <module>
from .nms_wrapper import nms_wrapper
"E:/TFFRCNN\lib\fast_rcnn\nms_wrapper.py", line 11, in <module>
from ..nms.cpu_nms import cpu_nms
ImportError: No module named 'lib.nms.cpu_nms' | 0.755733 |
Traceback (most recent call last):
"/zhangx_tmp/hexin/yolov5-master/detect.py", line 5, in <module>
import cv2
"/usr/local/lib/python3.6/dist-packages/cv2/__init__.py", line 5, in <module>
from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory | Traceback (most recent call last):
"/home/roda/proyectpepiroda/venv/lib/python3.7/site-packages/flask/cli.py", line 240, in locate_app
__import__(module_name)
"/home/roda/proyectpepiroda/proyectpepiroda.py", line 2, in <module>
from app import db
"/home/roda/proyectpepiroda/app/__init__.py", line 6, in <module>
from app import app
ImportError: cannot import name 'app' from 'app' (/home/roda/proyectpepiroda/app/__init__.py)
| 0.754704 |
Traceback (most recent call last):
"convert_single_image.py", line 7, in <module>
from classes.inference.Sampler import *
ImportError: No module named inference.Sampler
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'en_core_web_sm' from 'spacy.lang.en' (/usr/local/lib/python3.7/site-packages/spacy/lang/en/__init__.py)
| 0.739597 |
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):
"tools/run_net.py", line 5, in <module>
from slowfast.utils.misc import launch_job
"/home/slowfast/slowfast/utils/misc.py", line 20, in <module>
from slowfast.datasets.utils import pack_pathway_output
"/home/slowfast/slowfast/datasets/__init__.py", line 7, in <module>
from .kinetics import Kinetics
# noqa
"/home/slowfast/slowfast/datasets/kinetics.py", line 14, in <module>
from . import video_container as container
"/home/slowfast/slowfast/datasets/video_container.py", line 4, in <module>
import av
"/opt/conda/lib/python3.7/site-packages/av/__init__.py", line 9, in <module>
from av._core import time_base, pyav_version as __version__, library_versions
ImportError: libopenh264.so.5: cannot open shared object file: No such file or directory
| Traceback (most recent call last):
"kitti_dataset.py", line 11, in <module>
from pcdet.utils import box_utils, object3d_utils, calibration, common_utils
"/home/jhvision5/Michael/pyPrj/PCDet/pcdet/utils/box_utils.py", line 5, in <module>
from ..ops.roiaware_pool3d import roiaware_pool3d_utils
"/home/jhvision5/Michael/pyPrj/PCDet/pcdet/ops/roiaware_pool3d/roiaware_pool3d_utils.py", line 4, in <module>
from . import roiaware_pool3d_cuda
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
| 0.883128 |
Traceback (most recent call last):
"object_detection/builders/model_builder_test.py", line 23, in <module>
from object_detection.builders import model_builder
"/root/dia/tensorflow/models/research/object_detection/builders/model_builder.py", line 56, in <module>
from object_detection.models.ssd_mobilenet_v3_feature_extractor import SSDMobileNetV3LargeFeatureExtractor
"/root/dia/tensorflow/models/research/object_detection/models/ssd_mobilenet_v3_feature_extractor.py", line 25, in <module>
from nets.mobilenet import mobilenet_v3
ImportError: cannot import name 'mobilenet_v3'
| Traceback (most recent call last):
"tidos.py", line 14, in <module>
from core.tidos_main import *
"/root/tidos-framework/core/tidos_main.py", line 32, in <module>
from core.Auxillaries.auxil import *
"/root/tidos-framework/core/Auxillaries/auxil.py", line 23, in <module>
from imgext import *
"modules/0x05-Auxillaries+PF6/imgext.py", line 14, in <module>
import PIL.ExifTags
ImportError: No module named PIL.ExifTags
| 0.794613 |
Traceback (most recent call last):
"/Users/jkirkham/miniconda/envs/cython/bin/cython", line 11, in <module>
sys.exit(setuptools_main())
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 840, in setuptools_main
return main(command_line = 1)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 858, in main
result = compile(sources, options)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 780, in compile
return compile_multiple(source, options)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 757, in compile_multiple
result = run_pipeline(source, options, context=context)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 515, in run_pipeline
err, enddata = Pipeline.run_pipeline(pipeline, source)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Pipeline.py", line 355, in run_pipeline
data = run(phase, data)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Pipeline.py", line 335, in run
return phase(data)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Pipeline.py", line 34, in parse
tree = context.parse(source_desc, scope, pxd = 0, full_module_name = full_module_name)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Main.py", line 369, in parse
tree = Parsing.p_module(s, pxd, full_module_name)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 3707, in p_module
body = p_statement_list(s, ctx(level=level), first_statement = 1)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 2341, in p_statement_list
stat = p_statement(s, ctx, first_statement = first_statement)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 2333, in p_statement
return p_simple_statement_list(s, ctx, first_statement=first_statement)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 2154, in p_simple_statement_list
stat = p_simple_statement(s, first_statement = first_statement)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 2148, in p_simple_statement
node = p_expression_or_assignment(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 1523, in p_expression_or_assignment
expr = p_testlist_star_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 1453, in p_testlist_star_expr
expr = p_test_or_starred_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 210, in p_test_or_starred_expr
return p_test(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 142, in p_test
expr = p_or_test(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 163, in p_or_test
return p_rassoc_binop_expr(s, ('or',), p_and_test)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 166, in p_rassoc_binop_expr
n1 = p_subexpr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 179, in p_and_test
return p_rassoc_binop_expr(s, ('and',), p_not_test)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 166, in p_rassoc_binop_expr
n1 = p_subexpr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 189, in p_not_test
return p_comparison(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 195, in p_comparison
n1 = p_starred_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 219, in p_starred_expr
expr = p_bit_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 261, in p_bit_expr
return p_binop_expr(s, ('|',), p_xor_expr)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 97, in p_binop_expr
n1 = p_sub_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 266, in p_xor_expr
return p_binop_expr(s, ('^',), p_and_expr)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 97, in p_binop_expr
n1 = p_sub_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 271, in p_and_expr
return p_binop_expr(s, ('&',), p_shift_expr)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 97, in p_binop_expr
n1 = p_sub_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 276, in p_shift_expr
return p_binop_expr(s, ('<<', '>>'), p_arith_expr)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 97, in p_binop_expr
n1 = p_sub_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 281, in p_arith_expr
return p_binop_expr(s, ('+', '-'), p_term)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 97, in p_binop_expr
n1 = p_sub_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 286, in p_term
return p_binop_expr(s, ('*', '@', '/', '%', '//'), p_factor)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 97, in p_binop_expr
n1 = p_sub_expr(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 292, in p_factor
return _p_factor(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 308, in _p_factor
return p_typecast(s)
"/Users/jkirkham/miniconda/envs/cython/lib/python3.8/site-packages/Cython/Compiler/Parsing.py", line 322, in p_typecast
and base_type.name is None):
AttributeError: 'CTupleBaseTypeNode' object has no attribute 'name'
| Traceback (most recent call last):
"/home/languitar/src/autosuspend/.tox/check/bin/pydocstyle", line 11, in <module>
sys.exit(main())
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/cli.py", line 68, in main
sys.exit(run_pydocstyle())
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/cli.py", line 45, in run_pydocstyle
ignore_decorators=ignore_decorators))
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/checker.py", line 703, in check
ignore_decorators):
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/checker.py", line 64, in check_source
module = parse(StringIO(source), filename)
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/parser.py", line 305, in __call__
return self.parse(*args, **kwargs)
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/parser.py", line 300, in parse
return self.parse_module()
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/parser.py", line 451, in parse_module
children = list(self.parse_definitions(Module, all=True))
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/parser.py", line 401, in parse_definitions
yield self.parse_definition(class_._nest(self.current.value))
"/home/languitar/src/autosuspend/.tox/check/lib/python3.6/site-packages/pydocstyle/parser.py", line 513, in parse_definition
class_.__name__, name, self.current.kind,
AttributeError: 'NoneType' object has no attribute 'kind'
| 0.688507 |
LLVM version... Traceback (most recent call last):
"/tmp/pip-install-0fbiv6l7/llvmlite/ffi/build.py", line 105, in main_posix
out = subprocess.check_output([llvm_config, '--version'])
"/usr/lib/python3.5/subprocess.py", line 316, in check_output
**kwargs).stdout
"/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
"/usr/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
NotFoundError: [Errno 2] No such file or directory: 'llvm-config'
| Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/viper/core/ui/console.py", line 315, in start
self.cmd.commands[root]["obj"](*args)
"/usr/local/lib/python3.7/dist-packages/viper/core/ui/cmd/update-modules.py", line 36, in run
p = subprocess.Popen(["git", "submodule", "init"], cwd=dot_viper_modules)
"/usr/lib/python3.7/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: '/root/.viper/modules': '/root/.viper/modules'
| 0.85545 |
Traceback (most recent call last):
"/home/phtadmin/.pycharm_helpers/pydev/pydevd.py", line 1664, in <module>
main()
"/home/phtadmin/.pycharm_helpers/pydev/pydevd.py", line 1658, in main
globals = debugger.run(setup['file'], None, None, is_module)
"/home/phtadmin/.pycharm_helpers/pydev/pydevd.py", line 1068, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"/home/phtadmin/.pycharm_helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"/sdb/hugo/PythonWorkspace/test_tf/test.py", line 12, in <module>
from tfx.components.example_gen.csv_example_gen.component import CsvExampleGen
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/__init__.py", line 19, in <module>
from tfx.components.bulk_inferrer.component import BulkInferrer
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/bulk_inferrer/component.py", line 23, in <module>
from tfx.components.base import base_component
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/base/base_component.py", line 29, in <module>
from tfx.components.base import base_node
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/base/base_node.py", line 28, in <module>
from tfx.components.base import base_executor
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/base/base_executor.py", line 26, in <module>
import apache_beam as beam
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/apache_beam/__init__.py", line 97, in <module>
from apache_beam import coders
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/apache_beam/coders/__init__.py", line 19, in <module>
from apache_beam.coders.coders import *
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/apache_beam/coders/coders.py", line 30, in <module>
from future.moves import pickle
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/future/moves/__init__.py", line 8, in <module>
import_top_level_modules()
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/future/standard_library/__init__.py", line 810, in import_top_level_modules
with exclude_local_folder_imports(*TOP_LEVEL_MODULES):
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/future/standard_library/__init__.py", line 781, in __enter__
module = __import__(m, level=0)
"/sdb/hugo/PythonWorkspace/test_tf/test.py", line 12, in <module>
from tfx.components.example_gen.csv_example_gen.component import CsvExampleGen
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/example_gen/csv_example_gen/component.py", line 23, in <module>
from tfx.components.base import executor_spec
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/base/executor_spec.py", line 36, in <module>
class ExecutorClassSpec(ExecutorSpec):
"/home/phtadmin/.conda/envs/tf_2.0/lib/python3.6/site-packages/tfx/components/base/executor_spec.py", line 44, in ExecutorClassSpec
def __init__(self, executor_class: Type[base_executor.BaseExecutor]):
AttributeError: module 'tfx.components.base.base_executor' has no attribute 'BaseExecutor'
| Traceback (most recent call last):
"example/image-classification/train_mnist.py", line 1, in <module>
import find_mxnet
"/home/PPeiMi/mxnet-ssd2/mxnet/example/image-classification/find_mxnet.py", line 2, in <module>
import mxnet as mx
"/home/PPeiMi/mxnet-ssd2/mxnet/python/mxnet/__init__.py", line 9, in <module>
from . import ndarray
"/home/PPeiMi/mxnet-ssd2/mxnet/python/mxnet/ndarray.py", line 25, in <module>
np.float16 : 2,
AttributeError: 'module' object has no attribute 'float16'
| 0.717284 |
Traceback (most recent call last):
"/usr/lib/python-exec/python3.8/pipenv", line 11, in <module>
load_entry_point('pipenv==2020.4.1b1', 'console_scripts', 'pipenv')()
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 73, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/usr/lib/python3.8/site-packages/pipenv/vendor/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/lib/python3.8/site-packages/pipenv/cli/command.py", line 509, in update
do_outdated(clear=state.clear, pre=state.installstate.pre, pypi_mirror=state.pypi_mirror)
"/usr/lib/python3.8/site-packages/pipenv/core.py", line 1845, in do_outdated
reverse_deps = reverse_deps.get(name_in_pipfile)
AttributeError: 'NoneType' object has no attribute 'get'
| Traceback (most recent call last):
"solve.py", line 56, in <module>
sys.exit(main(sys.argv[1]))
"solve.py", line 34, in main
sm.step()
"/home/huck/.local/lib/python3.8/site-packages/angr/sim_manager.py", line 346, in step
successors = self.step_state(state, successor_func=successor_func, **run_args)
"/home/huck/.local/lib/python3.8/site-packages/angr/sim_manager.py", line 383, in step_state
successors = self.successors(state, successor_func=successor_func, **run_args)
"/home/huck/.local/lib/python3.8/site-packages/angr/sim_manager.py", line 422, in successors
return self._project.factory.successors(state, **run_args)
"/home/huck/.local/lib/python3.8/site-packages/angr/factory.py", line 60, in successors
return self.default_engine.process(*args, **kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/engines/vex/light/slicing.py", line 19, in process
return super().process(*args, **kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/engines/engine.py", line 149, in process
self.process_successors(self.successors, **kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/engines/failure.py", line 21, in process_successors
return super().process_successors(successors, **kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/engines/syscall.py", line 18, in process_successors
return super().process_successors(successors, **kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/engines/hook.py", line 61, in process_successors
return self.process_procedure(state, successors, procedure, **kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/engines/procedure.py", line 37, in process_procedure
inst = procedure.execute(state, successors, ret_to=ret_to)
"/home/huck/.local/lib/python3.8/site-packages/angr/sim_procedure.py", line 226, in execute
r = getattr(inst, inst.run_func)(*sim_args, **inst.kwargs)
"/home/huck/.local/lib/python3.8/site-packages/angr/procedures/libc/scanf.py", line 18, in run
items = fmt_str.interpret(1, self.arg, simfd=simfd)
"/home/huck/.local/lib/python3.8/site-packages/angr/procedures/stubs/format_parser.py", line 280, in interpret
status, i, num_bytes = self.parser._sim_atoi_inner(position, region, base=base, read_length=fmt_spec.length_spec)
"/home/huck/.local/lib/python3.8/site-packages/angr/procedures/stubs/format_parser.py", line 531, in _sim_atoi_inner
return strtol.strtol_inner(str_addr, self.state, region, base, True, read_length=read_length)
"/home/huck/.local/lib/python3.8/site-packages/angr/procedures/libc/strtol.py", line 44, in strtol_inner
condition, value, num_bytes = strtol._load_num_with_prefix(prefix, s, region, state, base, signed, read_length)
"/home/huck/.local/lib/python3.8/site-packages/angr/procedures/libc/strtol.py", line 62, in _load_num_with_prefix
condition, value, num_bytes = strtol._string_to_int(addr+length, state, region, base, signed, read_length)
"/home/huck/.local/lib/python3.8/site-packages/angr/procedures/libc/strtol.py", line 87, in _string_to_int
expression, _ = strtol._char_to_val(region.load(s, 1), base)
AttributeError: 'SimPackets' object has no attribute 'load'
| 0.673289 |
Traceback (most recent call last):
"tools/infer_simple.py", line 42, in <module>
import core.test_engine as infer_engine
"/home/user523/zjs/detectron/lib/core/test_engine.py", line 36, in <module>
from datasets import task_evaluation
ImportError: cannot import name task_evaluation
| Traceback (most recent call last):
"D:/WorkProgram/PoseCheck/code/AlphaPose/scripts/demo_inference.py", line 13, in <module>
from alphapose.models import builder
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\__init__.py", line 1, in <module>
from .datasets import *
# noqa: F401,F403
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\datasets\__init__.py", line 1, in <module>
from .coco_det import Mscoco_det
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\datasets\coco_det.py", line 17, in <module>
from alphapose.models.builder import DATASET
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\models\__init__.py", line 1, in <module>
from .fastpose import FastPose
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\models\fastpose.py", line 10, in <module>
from .layers.SE_Resnet import SEResnet
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\models\layers\SE_Resnet.py", line 9, in <module>
from .dcn import DeformConv, ModulatedDeformConv
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\models\layers\dcn\__init__.py", line 1, in <module>
from .deform_conv import (DeformConv, DeformConvPack, ModulatedDeformConv,
"D:\WorkProgram\PoseCheck\code\AlphaPose\alphapose\models\layers\dcn\deform_conv.py", line 9, in <module>
from . import deform_conv_cuda
ImportError: cannot import name 'deform_conv_cuda'
| 0.797381 |
Traceback (most recent call last):
"svtplay-dl", line 7, in <module>
"site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\__init__.py", line 463, in main
"site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\__init__.py", line 180, in get_media
"site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\service\__init__.py", line 115, in get
AttributeError: 'NoneType' object has no attribute 'text'
| Traceback (most recent call last):
"FoxDot/lib/TempoClock.py", line 373, in __run_block
item.__call__()
"FoxDot/lib/TempoClock.py", line 752, in __call__
self.obj.__call__(*self.args, **self.kwargs)
"FoxDot/lib/Players.py", line 653, in __call__
self.send(verbose=(self.metro.solo == self and kwargs.get('verbose', True) and type(self.event['dur']) != rest))
"FoxDot/lib/Players.py", line 1473, in send
for i in range(self.get_event_length(**kwargs)):
"FoxDot/lib/Players.py", line 1153, in get_event_length
for attr, value in event.items():
AttributeError: 'NoneType' object has no attribute 'items'``` | 0.696041 |
Traceback (most recent call last):
"models/votenet.py", line 19, in <module>
from backbone_module import Pointnet2Backbone
"/home/houhao/paper_implementation/votenet/models/backbone_module.py", line 19, in <module>
from pointnet2_modules import PointnetSAModuleVotes, PointnetFPModule
"/home/houhao/paper_implementation/votenet/pointnet2/pointnet2_modules.py", line 21, in <module>
import pointnet2_utils
"/home/houhao/paper_implementation/votenet/pointnet2/pointnet2_utils.py", line 30, in <module>
"Could not import _ext module.\n"
ImportError: Could not import _ext module.
| Traceback (most recent call last):
"//anaconda3/bin/streamlit", line 11, in <module>
load_entry_point('streamlit', 'console_scripts', 'streamlit')()
"//anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"//anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2843, in load_entry_point
return ep.load()
"//anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2434, in load
return self.resolve()
"//anaconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2440, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/Users/robincole/Documents/GitHub/streamlit/lib/streamlit/__init__.py", line 96, in <module>
from streamlit.DeltaGenerator import DeltaGenerator as _DeltaGenerator
"/Users/robincole/Documents/GitHub/streamlit/lib/streamlit/DeltaGenerator.py", line 35, in <module>
from streamlit.proto import Balloons_pb2
ImportError: cannot import name 'Balloons_pb2' from 'streamlit.proto' (/Users/robincole/Documents/GitHub/streamlit/lib/streamlit/proto/__init__.py)
| 0.713692 |
Traceback (most recent call last):
"./ghost", line 27, in <module>
import readline
ModuleNotFoundError: No module named 'readline'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'snappy'
| 0.786553 |
Traceback (most recent call last):
"run_atari.py", line 4, in <module>
from baselines import bench
ImportError: cannot import name 'bench'
| Traceback (most recent call last):
"arbitrary_image_stylization_with_weights.py", line 33, in <module>
from magenta.models.arbitrary_image_stylization import arbitrary_image_stylization_build_model as build_model
ImportError: No module named arbitrary_image_stylization
| 0.753872 |
Traceback (most recent call last):
"lbry\extras\daemon\Daemon.py", line 580, in _process_rpc_call
"lbry\extras\daemon\Daemon.py", line 2342, in jsonrpc_publish
"lbry\extras\daemon\Daemon.py", line 2659, in jsonrpc_stream_update
"lbry\stream\stream_manager.py", line 232, in delete_stream
AttributeError: 'NoneType' object has no attribute 'stop_tasks'
| Traceback (most recent call last):
"E:\Python36x64\lib\site-packages\kivy\core\window\window_sdl2.py", line 727, in mainloop
self._mainloop()
"E:\Python36x64\lib\site-packages\kivy\core\window\window_sdl2.py", line 460, in _mainloop
EventLoop.idle()
"E:\Python36x64\lib\site-packages\kivy\base.py", line 340, in idle
self.dispatch_input()
"E:\Python36x64\lib\site-packages\kivy\base.py", line 325, in dispatch_input
post_dispatch_input(*pop(0))
"E:\Python36x64\lib\site-packages\kivy\base.py", line 291, in post_dispatch_input
wid.dispatch('on_touch_up', me)
"kivy\_event.pyx", line 707, in kivy._event.EventDispatcher.dispatch
"E:\Python36x64\lib\site-packages\kivy\uix\behaviors\button.py", line 179, in on_touch_up
self.dispatch('on_release')
"kivy\_event.pyx", line 703, in kivy._event.EventDispatcher.dispatch
"kivy\_event.pyx", line 1214, in kivy._event.EventObservers.dispatch
"kivy\_event.pyx", line 1098, in kivy._event.EventObservers._dispatch
"E:\Python36x64\lib\site-packages\kivy\lang\builder.py", line 64, in custom_callback
exec(__kvlang__.co_value, idmap)
"Y:\kivy-designer-master\designer\designer.kv", line 200, in <module>
on_release: root.dispatch('on_ok')
"kivy\_event.pyx", line 703, in kivy._event.EventDispatcher.dispatch
"kivy\_event.pyx", line 1214, in kivy._event.EventObservers.dispatch
"kivy\_event.pyx", line 1138, in kivy._event.EventObservers._dispatch
"Y:\kivy-designer-master\designer\utils\utils.py", line 198, in wrapper
f(*args, **kwargs)
"Y:\kivy-designer-master\designer\app.py", line 566, in _perform_reload
self._perform_open(self.project_manager.current_project.path)
"Y:\kivy-designer-master\designer\app.py", line 989, in _perform_open
self.designer_git.load_repo(file_path)
"Y:\kivy-designer-master\designer\tools\git_integration.py", line 121, in load_repo
self._update_menu()
"Y:\kivy-designer-master\designer\tools\git_integration.py", line 128, in _update_menu
self.remove_children()
"Y:\kivy-designer-master\designer\uix\contextual.py", line 491, in remove_children
self.container.remove_widget(child)
AttributeError: 'NoneType' object has no attribute 'remove_widget'
| 0.681076 |
Traceback (most recent call last):
"<console>", line 1, in <module>
"/Library/Python/2.7/site-packages/scapy/sendrecv.py", line 336, in sr
s = conf.L3socket(filter=filter, iface=iface, nofilter=nofilter)
"/Library/Python/2.7/site-packages/scapy/supersocket.py", line 69, in __init__
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type))
AttributeError: 'module' object has no attribute 'AF_PACKET'
| Starting salt-master daemon: Traceback (most recent call last):
"/usr/bin/salt-master", line 22, in <module>
salt_master()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 90, in salt_master
import salt.cli.daemons
"/usr/lib/python2.7/site-packages/salt/cli/daemons.py", line 43, in <module>
from salt.utils import migrations
"/usr/lib/python2.7/site-packages/salt/utils/migrations.py", line 12, in <module>
import salt.syspaths as syspaths
"/usr/lib/python2.7/site-packages/salt/syspaths.py", line 78, in <module>
SHARE_DIR = __generated_syspaths.SHARE_DIR
AttributeError: 'module' object has no attribute 'SHARE_DIR'
| 0.689589 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: type object 'bytes' has no attribute 'encode'
| Traceback (most recent call last):
"my_python_script.py", line 21, in <module>
from skimage.filters import *
AttributeError: 'module' object has no attribute 'denoise_tv_chambolle'
| 0.759375 |
Traceback (most recent call last):
"G:/Google Drive/FI/02_Research/zipline/zipline.py", line 3, in <module>
import zipline
"G:\Google Drive\FI\02_Research\zipline\zipline.py", line 5, in <module>
from zipline.api import symbol, order, record
ImportError: No module named 'zipline.api'; 'zipline' is not a package
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'SklearnDataModule' from 'pl_bolts.datamodules' (/Users/paczuskp/projects_gene/raan-lung-2020/code/py/venv/lib/python3.8/site-packages/pl_bolts/datamodules/__init__.py)
| 0.758912 |
Traceback (most recent call last):
"tracker.py", line 60, in <module>
for imgpath in tqdm(sorted(notrack.keys())):
AttributeError: 'list' object has no attribute 'keys'
| Traceback (most recent call last):
"setup.py", line 138, in <module>
"Topic :: Software Development :: Libraries",
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/site-packages/setuptools/dist.py", line 323, in __init__
_Distribution.__init__(self, attrs)
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/distutils/dist.py", line 287, in __init__
self.finalize_options()
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/site-packages/setuptools/dist.py", line 392, in finalize_options
ep.load()(self, ep.name, value)
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2303, in load
1 # vim: set fileencoding=utf-8 sw=4 ts=4 et :
return self.resolve()
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2309, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/quant/.pyenv/versions/2.7.13/lib/python2.7/site-packages/setuptools_cython.py", line 12, in <module>
print(Cython.Distutils.build_ext)
AttributeError: 'module' object has no attribute 'Distutils'
| 0.846189 |
Traceback (most recent call last):
"/srv/odoopbx/salt/extensions/engines/odoo_connector.py", line 65, in execute
res = __salt__[method](*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/salt/loader_context.py", line 72, in __getitem__
return self.value()[item]
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 997, in _connect_minion
yield minion.connect_master(failed=failed)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
value = future.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 876, in run
yielded = self.gen.throw(*exc_info)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 1188, in connect_master
yield self._post_master_init(master)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
value = future.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 879, in run
yielded = self.gen.send(value)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 3628, in _post_master_init
}, persist=True)
"/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 333, in add_job
self.persist()
"/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 222, in persist
remove_hidden=True)
"/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 158, in _get_schedule
for item in _schedule[job]:
TypeError: 'bool' object is not iterable
| 0.671677 |
Traceback (most recent call last):
"/home/vxbinaca/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
"/home/vxbinaca/.local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/home/vxbinaca/.local/lib/python3.6/site-packages/youtube_dl/extractor/bilibili.py", line 165, in _real_extract
self._report_error(video_info)
"/home/vxbinaca/.local/lib/python3.6/site-packages/youtube_dl/extractor/bilibili.py", line 101, in _report_error
raise ExtractorError('%s said: %s' % (self.IE_NAME, result['message']), expected=True)
youtube_dl.utils.ExtractorError: BiliBili said: Invalid appkey parameter.
| Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 2047, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1394, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)
youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
| 0.757831 |
Traceback (most recent call last):
"/usr/src/paperless/src/manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
"/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
self.execute(*args, **cmd_options)
"/usr/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
output = self.handle(*args, **options)
"/usr/src/paperless/src/documents/management/commands/document_consumer.py", line 98, in handle
self.loop_inotify(mail_delta)
"/usr/src/paperless/src/documents/management/commands/document_consumer.py", line 128, in loop_inotify
inotify.add_watch(directory, flags.CLOSE_WRITE | flags.MOVED_TO)
"/usr/lib/python3.6/site-packages/inotify_simple/inotify_simple.py", line 103, in add_watch
return _libc_call(_libc.inotify_add_watch, self.fd, path, mask)
"/usr/lib/python3.6/site-packages/inotify_simple/inotify_simple.py", line 68, in _libc_call
raise OSError(errno, os.strerror(errno))
OSError: [Errno 28] No space left on device
| 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)
"/home/work/HttpRunnerManager/HttpRunnerManager/activator.py", line 15, in process
result = fun(request, index) if index else fun(request)
"/home/work/HttpRunnerManager/ApiManager/views.py", line 39, in wrapper
return func(request, *args, **kwargs)
"/home/work/HttpRunnerManager/ApiManager/views.py", line 236, in run_test
runner.run(testcase_dir_path)
"/usr/local/lib/python3.5/dist-packages/httprunner/task.py", line 264, in run
result = self.runner.run(test_suite)
"/usr/lib/python3.5/unittest/runner.py", line 176, in run
test(result)
"/usr/lib/python3.5/unittest/suite.py", line 84, in __call__
return self.run(*args, **kwds)
"/usr/lib/python3.5/unittest/suite.py", line 122, in run
test(result)
"/usr/lib/python3.5/unittest/case.py", line 648, in __call__
return self.run(*args, **kwds)
"/usr/lib/python3.5/unittest/case.py", line 573, in run
result.startTest(self)
"/usr/local/lib/python3.5/dist-packages/httprunner/report.py", line 169, in startTest
logger.color_print(test.shortDescription(), "yellow")
"/usr/local/lib/python3.5/dist-packages/httprunner/logger.py", line 53, in color_print
print(fore_color + msg)
"/usr/local/lib/python3.5/dist-packages/colorama/ansitowin32.py", line 41, in write
self.__convertor.write(text)
"/usr/local/lib/python3.5/dist-packages/colorama/ansitowin32.py", line 165, in write
self.wrapped.flush()
OSError: [Errno 5] Input/output error
| 0.676205 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/beets/plugins.py", line 254, in load_plugins
namespace = __import__(modname, None, None)
"/usr/lib/python2.7/site-packages/beetsplug/fetchart.py", line 25, in <module>
import requests
ImportError: No module named requests
| ```Traceback (most recent call last):
"/usr/local/bin/generate-dataset", line 7, in <module>
from snips_nlu_dataset import main_generate_dataset
"/Library/Python/2.7/site-packages/snips_nlu_dataset/__init__.py", line 1, in <module>
from snips_nlu_dataset.assistant_dataset import (
"/Library/Python/2.7/site-packages/snips_nlu_dataset/assistant_dataset.py", line 7, in <module>
from snips_nlu_dataset.entities import CustomEntity, create_entity
"/Library/Python/2.7/site-packages/snips_nlu_dataset/entities.py", line 12, in <module>
from snips_nlu.builtin_entities import is_builtin_entity
ImportError: No module named builtin_entities
| 0.727072 |
Traceback (most recent call last):
"train.py", line 2, in <module>
main(mode=1)
"/home/mw/Desktop/codes/edge-connect-RNB+L/main.py", line 48, in main
model = EdgeConnect(config)
"/home/mw/Desktop/codes/edge-connect-RNB+L/src/edge_connect.py", line 29, in __init__
self.inpaint_model = InpaintingModel(config).to(config.DEVICE)
"/home/mw/Desktop/codes/edge-connect-RNB+L/src/models.py", line 159, in __init__
generator = InpaintGenerator()
"/home/mw/Desktop/codes/edge-connect-RNB+L/src/networks.py", line 110, in __init__
self.init_weights()
"/home/mw/Desktop/codes/edge-connect-RNB+L/src/networks.py", line 36, in init_weights
self.apply(init_func)
"/home/mw/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 287, in apply
module.apply(fn)
"/home/mw/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 287, in apply
module.apply(fn)
"/home/mw/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 287, in apply
module.apply(fn)
"/home/mw/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 288, in apply
fn(self)
"/home/mw/Desktop/codes/edge-connect-RNB+L/src/networks.py", line 33, in init_func
nn.init.normal_(m.weight.data, 1.0, gain)
AttributeError: 'NoneType' object has no attribute 'data'
| Traceback (most recent call last):
"/home/prototype/Downloads/tvm/python/tvm/relay/backend/compile_engine.py", line 92, in lower
return _backend._CompileEngineLower(self, key)
"/home/prototype/Downloads/tvm/python/tvm/_ffi/_ctypes/function.py", line 206, in __call__
raise get_last_ffi_error()
"/home/prototype/Downloads/tvm/python/tvm/_ffi/base.py", line 297, in get_last_ffi_error
if err_type.startswith("tvm.error."):
AttributeError: 'NoneType' object has no attribute 'startswith'
| 0.751373 |
Traceback (most recent call last):
"/usr/lib/python2.7/logging/handlers.py", line 76, in emit
if self.shouldRollover(record):
"/usr/lib/python2.7/logging/handlers.py", line 156, in shouldRollover
msg = "%s\n" % self.format(record)
"/usr/lib/python2.7/logging/__init__.py", line 732, in format
return fmt.format(record)
"/usr/lib/python2.7/logging/__init__.py", line 474, in format
s = self._fmt % record.__dict__
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
| Traceback (most recent call last):
"./swjsq.py", line 790, in <module>
ins.run(uid, hashlib.md5(pwd).hexdigest())
"./swjsq.py", line 425, in run
'To Upgrade: %s %s %s' % ( _avail['province'], _avail['sp'], ", ".join(_to_upgrade))
"./swjsq.py", line 198, in uprint
print(s.encode('utf-8'), end = end)
"./swjsq.py", line 179, in print
logfd.write(line.encode('utf-8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 21: ordinal not in range(128)
| 0.737175 |
Traceback (most recent call last):
"C:\Users\Chris\Anaconda3\lib\runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"C:\Users\Chris\Anaconda3\lib\runpy.py", line 109, in _get_module_details
__import__(pkg_name)
"C:\Users\Chris\Projekte\pyspark\pyspark.py", line 26, in <module>
from pyspark import SparkContext, SparkConf
ImportError: cannot import name 'SparkContext'
| Traceback (most recent call last):
"/var/folders/79/4dttv20s6p30d78_yqmr3jjh0000gn/T/ansible_3smkeaig/ansible_module_docker_container.py", line 652, in <module>
from ansible.module_utils.docker_common import *
"/var/folders/79/4dttv20s6p30d78_yqmr3jjh0000gn/T/ansible_3smkeaig/ansible_modlib.zip/ansible/module_utils/docker_common.py", line 26, in <module>
ImportError: No module named 'urlparse'
| 0.717072 |
Traceback (most recent call last):
"detect.py", line 10, in <module>
"c:\users\cwy\anaconda3\envs\yolov5\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
"utils_all.py", line 41, in <module>
"c:\users\cwy\anaconda3\envs\yolov5\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
"scipy\cluster\__init__.py", line 25, in <module>
"c:\users\cwy\anaconda3\envs\yolov5\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
"scipy\cluster\vq.py", line 71, in <module>
"c:\users\cwy\anaconda3\envs\yolov5\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
"scipy\spatial\__init__.py", line 98, in <module>
ImportError: DLL load failed while importing qhull: 找不到指定的模块。
| Traceback (most recent call last):
"e:\FourthYear\Research\Practice\testi.py", line 1, in <module>
import matplotlib.pyplot as plt
"C:\Python27\lib\site-packages\matplotlib\__init__.py", line 129, in <module>
from matplotlib.cbook import is_string_like
"C:\Python27\lib\site-packages\matplotlib\cbook.py", line 28, in <module>
import numpy as np
"C:\Python27\lib\site-packages\numpy\__init__.py", line 170, in <module>
from . import add_newdocs
"C:\Python27\lib\site-packages\numpy\add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
"C:\Python27\lib\site-packages\numpy\lib\__init__.py", line 8, in <module>
from .type_check import *
"C:\Python27\lib\site-packages\numpy\lib\type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
"C:\Python27\lib\site-packages\numpy\core\__init__.py", line 6, in <module>
from . import multiarray
ImportError: DLL load failed: %1 is not a valid Win32 application.
| 0.772037 |
Traceback (most recent call last):
"/usr/local/bin/pyftinspect", line 7, in <module>
from fontTools.inspect import main
"/Library/Python/2.7/site-packages/fontTools/inspect.py", line 19, in <module>
import gtk
ImportError: No module named gtk
| Traceback (most recent call last):
"run.py", line 367, in main
from musicbot import MusicBot
"/home/neoll/MusicBot/musicbot/__init__.py", line 7, in <module>
from .utils import _get_variable
"/home/neoll/MusicBot/musicbot/utils.py", line 3, in <module>
import aiohttp
ImportError: No module named 'aiohttp'
| 0.839023 |
Traceback (most recent call last):
"/Users/Edhim/Desktop/INSTAPY/LM/quickstart.py", line 7, in <module>
from instapy import InstaPy
"/Users/Edhim/Desktop/INSTAPY/LM/instapy/__init__.py", line 2, in <module>
from .instapy import InstaPy
"/Users/Edhim/Desktop/INSTAPY/LM/instapy/instapy.py", line 23, in <module>
from .comment_util import comment_image
"/Users/Edhim/Desktop/INSTAPY/LM/instapy/comment_util.py", line 7, in <module>
from .util import update_activity
"/Users/Edhim/Desktop/INSTAPY/LM/instapy/util.py", line 20, in <module>
from .quota_supervisor import quota_supervisor
"/Users/Edhim/Desktop/INSTAPY/LM/instapy/quota_supervisor.py", line 7, in <module>
from plyer import notification
ImportError: No module named plyer
|
Traceback (most recent call last):
"/opt/conda/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
from tensorflow.python.pywrap_tensorflow_internal import *
"/opt/conda/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
_pywrap_tensorflow_internal = swig_import_helper()
"/opt/conda/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
"/opt/conda/lib/python3.6/imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
"/opt/conda/lib/python3.6/imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
| 0.687837 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\cudatext\py\cuda_python_intel\__init__.py", line 39, in on_complete
text = handle_autocomplete(*params)
"C:\cudatext\py\cuda_python_intel\intel_work.py", line 16, in handle_autocomplete
if hasattr(c, 'params'):
"C:\cudatext\py\cuda_python_intel\jedi\cache.py", line 118, in wrapper
result = method(self, *args, **kwargs)
"C:\cudatext\py\cuda_python_intel\jedi\api\classes.py", line 345, in params
followed = list(self._name.infer())
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 162, in infer
level=self._level,
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 276, in follow
return self._do_import(self.import_path, self.sys_path_with_modifications())
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 383, in _do_import
module = _load_module(self._evaluator, module_path, code, sys_path, parent_module)
"C:\cudatext\py\cuda_python_intel\jedi\evaluate\imports.py", line 489, in _load_module
cache_path=settings.cache_directory)
"C:\cudatext\py\cuda_python_intel\parso\grammar.py", line 77, in parse
return self._parse(code=code, **kwargs)
"C:\cudatext\py\cuda_python_intel\parso\grammar.py", line 106, in _parse
code = python_bytes_to_unicode(code)
"C:\cudatext\py\cuda_python_intel\parso\utils.py", line 89, in python_bytes_to_unicode
return unicode(source, encoding, errors)
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 10-11: invalid continuation byte
| Traceback (most recent call last):
"/usr/lib/lenovo-throttling-fix/lenovo_fix.py", line 591, in <module>
main()
"/usr/lib/lenovo-throttling-fix/lenovo_fix.py", line 510, in main
check_kernel()
"/usr/lib/lenovo-throttling-fix/lenovo_fix.py", line 483, in check_kernel
kernel_config = f.read()
"/usr/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte
| 0.721727 |
Traceback (most recent call last):
"/home/ripe/.local/lib/python3.7/site-packages/pyrogram/client/ext/dispatcher.py", line 205, in update_worker
handler.callback(self.client, *args)
"test.py", line 8, in _
print(res)
"/home/ripe/.local/lib/python3.7/site-packages/pyrogram/client/types/object.py", line 68, in str
return dumps(self, indent=4, default=Object.default, ensure_ascii=False)
"/usr/lib/python3.7/json/__init__.py", line 238, in dumps
**kw).encode(obj)
"/usr/lib/python3.7/json/encoder.py", line 201, in encode
chunks = list(chunks)
"/usr/lib/python3.7/json/encoder.py", line 439, in _iterencode
yield from _iterencode(o, _current_indent_level)
"/usr/lib/python3.7/json/encoder.py", line 431, in _iterencode
yield from _iterencode_dict(o, _current_indent_level)
"/usr/lib/python3.7/json/encoder.py", line 405, in _iterencode_dict
yield from chunks
"/usr/lib/python3.7/json/encoder.py", line 325, in _iterencode_list
yield from chunks
"/usr/lib/python3.7/json/encoder.py", line 438, in _iterencode
o = _default(o)
"/home/ripe/.local/lib/python3.7/site-packages/pyrogram/client/types/object.py", line 62, in default
for attr in filter(lambda x: not x.startswith("_"), obj.dict)
AttributeError: 'MessageEntityBold' object has no attribute 'dict'
| Traceback (most recent call last):
"/home/kedro/miniconda3/envs/poor-local-conf/bin/kedro", line 8, in <module>
sys.exit(main())
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/framework/cli/cli.py", line 228, in main
cli_collection(**cli_context)
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/home/kedro/git/poor_local_conf/src/poor_local_conf/cli.py", line 231, in run
session.run(
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/framework/session/session.py", line 371, in run
catalog = context._get_catalog(
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/framework/context/context.py", line 374, in _get_catalog
conf_creds = self._get_config_credentials()
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/framework/context/context.py", line 491, in _get_config_credentials
conf_creds = self.config_loader.get(
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/config/config.py", line 226, in get
new_conf = self._load_configs(config_filepaths)
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/config/config.py", line 164, in _load_configs
single_config = self._load_config_file(config_filepath)
"/home/kedro/miniconda3/envs/poor-local-conf/lib/python3.8/site-packages/kedro/config/config.py", line 141, in _load_config_file
for k, v in anyconfig.load(config_file).items()
AttributeError: 'str' object has no attribute 'items'
| 0.699402 |
Traceback (most recent call last):
"<string>", line 11, in <module>
AttributeError: 'NoneType' object has no attribute 'position'
| Traceback (most recent call last):
"./w3af_gui", line 12, in <module>
from w3af.core.ui.gui.dependency_check.dependency_check import dependency_check
"/root/w3af/w3af/core/ui/gui/dependency_check/dependency_check.py", line 25, in <module>
from w3af.core.controllers.dependency_check.dependency_check import dependency_check as mdep_check
"/root/w3af/w3af/core/controllers/dependency_check/dependency_check.py", line 31, in <module>
import pip
"/usr/lib/python2.7/dist-packages/pip/__init__.py", line 21, in <module>
from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarning
"/usr/lib/python2.7/dist-packages/pip/_vendor/__init__.py", line 64, in <module>
vendored("cachecontrol")
"/usr/lib/python2.7/dist-packages/pip/_vendor/__init__.py", line 36, in vendored
__import__(modulename, globals(), locals(), level=0)
"/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/__init__.py", line 9, in <module>
"/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/wrapper.py", line 1, in <module>
"/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 4, in <module>
"/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/__init__.py", line 52, in <module>
"/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/packages/__init__.py", line 59, in <module>
"/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/packages/__init__.py", line 32, in vendored
"/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py", line 47, in <module>
"/usr/local/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
"/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 118, in <module>
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
| 0.747099 |
Traceback (most recent call last):
"/judge/dmoj/judge.py", line 267, in log_internal_error
self.packet_manager.internal_error_packet(strip_ansi(message))
"/judge/dmoj/packet.py", line 330, in internal_error_packet
log.debug('Internal error: %d', self.judge.current_submission.id)
AttributeError: 'NoneType' object has no attribute 'id'
| Traceback (most recent call last):
"x.py", line 6, in <module>
print(dvc.api.get_url("some_dir"))
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/api.py", line 37, in get_url
hash_info = _repo.repo_tree.get_hash(path_info)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/base.py", line 263, in get_hash
hash_info = self.get_dir_hash(path_info, **kwargs)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/repo.py", line 379, in get_dir_hash
return dvc_tree.get_dir_hash(path_info, **kwargs)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/dvc.py", line 242, in get_dir_hash
self._fetch_dir(out, **kwargs)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/dvc.py", line 146, in _fetch_dir
if self.fetch and out.changed_cache(filter_info=filter_info):
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/output/base.py", line 197, in changed_cache
self.hash_info, filter_info=filter_info
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/cache/base.py", line 412, in changed_cache
hash_info, path_info=path_info, filter_info=filter_info
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/cache/base.py", line 404, in _changed_dir_cache
if self.changed_cache_file(entry_hash):
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/cache/base.py", line 366, in changed_cache_file
actual = self.tree.get_hash(cache_info)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/tree/base.py", line 242, in get_hash
hash_ = self.state.get(path_info)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/state.py", line 408, in get
existing_record = self.get_state_record_for_inode(actual_inode)
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/state.py", line 352, in get_state_record_for_inode
self._execute(cmd, (self._to_sqlite(inode),))
"/Users/matthieu/conda/lib/python3.6/site-packages/dvc/state.py", line 133, in _execute
return self.cursor.execute(cmd, parameters)
AttributeError: 'NoneType' object has no attribute 'execute'
| 0.736939 |
^CTraceback (most recent call last):
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/impl/api.py", line 524, in to_graph
return conversion.convert(entity, program_ctx)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/impl/conversion.py", line 306, in convert
entity, program_ctx, free_nonglobal_var_names)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/impl/conversion.py", line 229, in _convert_with_cache
entity, program_ctx)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/impl/conversion.py", line 433, in convert_entity_to_ast
nodes, name, entity_info = convert_func_to_ast(o, program_ctx)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/impl/conversion.py", line 624, in convert_func_to_ast
node = node_to_graph(node, context)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/impl/conversion.py", line 657, in node_to_graph
node = converter.standard_analysis(node, context, is_initial=True)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/core/converter.py", line 354, in standard_analysis
node = qual_names.resolve(node)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/pyct/qual_names.py", line 254, in resolve
return QnResolver().visit(node)
"/home/ubuntu/.pyenv/versions/3.7.4/lib/python3.7/ast.py", line 262, in visit
return visitor(node)
"/home/ubuntu/.pyenv/versions/3.7.4/lib/python3.7/ast.py", line 317, in generic_visit
value = self.visit(value)
"/home/ubuntu/.pyenv/versions/3.7.4/lib/python3.7/ast.py", line 262, in visit
return visitor(node)
"/home/ubuntu/.pyenv/versions/3.7.4/lib/python3.7/ast.py", line 326, in generic_visit
new_node = self.visit(old_value)
"/home/ubuntu/.pyenv/versions/3.7.4/lib/python3.7/ast.py", line 262, in visit
return visitor(node)
"/home/ubuntu/.pyenv/versions/ctrlenv/lib/python3.7/site-packages/tensorflow/python/autograph/pyct/qual_names.py", line 236, in visit_Subscript
if isinstance(s.value, gast.Num):
AttributeError: module 'gast' has no attribute 'Num'
| Traceback (most recent call last):
"/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"adb.zip/__main__.py", line 178, in <module>
"adb.zip/__main__.py", line 174, in main
"adb.zip/adb/common_cli.py", line 150, in StartCli
"adb.zip/adb/adb_commands.py", line 75, in ConnectDevice
"adb.zip/adb/common.py", line 212, in FindAndOpen
"adb.zip/adb/common.py", line 93, in Open
"adb.zip/adb/common.py", line 138, in port_path
"/usr/local/lib/python2.7/site-packages/usb1.py", line 1510, in getPortNumberList
result = libusb1.libusb_get_port_numbers(self.device_p, port_list,
AttributeError: 'module' object has no attribute 'libusb_get_port_numbers'
| 0.703315 |
Traceback (most recent call last):
"/usr/bin/subliminal", line 11, in <module>
load_entry_point('subliminal==2.0.5', 'console_scripts', 'subliminal-3.4')()
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2627, in load_entry_point
return ep.load()
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2287, in load
return self.resolve()
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2293, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/lib/python3.4/site-packages/subliminal/__init__.py", line 13, in <module>
from .cache import region
"/usr/lib/python3.4/site-packages/subliminal/cache.py", line 4, in <module>
from dogpile.cache import make_region
"/usr/lib/python3.4/site-packages/dogpile/cache/__init__.py", line 1, in <module>
from .region import CacheRegion, register_backend, make_region
# noqa
"/usr/lib/python3.4/site-packages/dogpile/cache/region.py", line 2, in <module>
from .. import Lock, NeedRegenerationException
ImportError: cannot import name 'Lock'
| Traceback (most recent call last):
"quickstart.py", line 4, in <module>
from instapy import InstaPy
"/Users/AC/Code/LOCAL Vleurgat/InstaPy-master/instapy/__init__.py", line 6, in <module>
from .instapy import InstaPy
"/Users/AC/Code/LOCAL Vleurgat/InstaPy-master/instapy/instapy.py", line 3, in <module>
import time, random, os, csv, json, requests, logging, unicodedata
ImportError: No module named 'requests'
| 0.81374 |
Traceback (most recent call last):
"script/spider.py", line 9, in <module>
from upload import Upload, SERVICE_GOOGLE_DRIVE, SERVICE_ONEDRIVE, SERVICE_DROPBOX, SERVICE_SCP
"/root/packtpub-crawler/script/upload.py", line 1, in <module>
from googledrive import GoogleDrive
"/root/packtpub-crawler/script/googledrive.py", line 3, in <module>
from oauth2client.client import flow_from_clientsecrets, OOB_CALLBACK_URN
ImportError: No module named oauth2client.client
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Python34\lib\site-packages\rasterio\__init__.py", line 25, in <module>
from rasterio._base import gdal_version
ImportError: DLL load failed with error code -1073741795
| 0.733659 |
Traceback (most recent call last):
"play.py", line 174, in <module>
AI.run()
"play.py", line 159, in run
self.play()
"play.py", line 145, in play
self.target_pos = self.get_target_position_fast(self.state, self.player_pos)
"play.py", line 111, in get_target_position_fast
b1, b2 = cv2.connectedComponents(m)
AttributeError: 'module' object has no attribute 'connectedComponents' | Traceback (most recent call last):
"test.py", line 99, in <module>
test(testing_db, args.split, args.testiter, args.debug, args.suffix)
"test.py", line 61, in test
testing(db, nnet, result_dir, debug=debug)
"/home/dc2-user/CornerNet-master/test/coco.py", line 204, in testing
return globals()[system_configs.sampling_function](db, nnet, result_dir, debug=debug)
"/home/dc2-user/CornerNet-master/test/coco.py", line 77, in kp_detection
height, width = image.shape[0:2]
AttributeError: 'NoneType' object has no attribute 'shape'
| 0.76098 |
Traceback (most recent call last):
"main.py", line 4, in <module>
from py12306.app import *
"/root/py12306/py12306/app.py", line 6, in <module>
from py12306.helpers.func import *
"/root/py12306/py12306/helpers/func.py", line 186, in <module>
@singleton
"/root/py12306/py12306/helpers/func.py", line 21, in singleton
cls.__new_original__ = cls.__new__
AttributeError: class Const has no attribute '__new__'
| Traceback (most recent call last):
"numpy.py", line 1, in <module>
import numpy as np
"/home/xzhang/python/numpy.py", line 2, in <module>
np.test('full')
AttributeError: module 'numpy' has no attribute 'test'
| 0.727127 |
Traceback (most recent call last):
"D:\Anaconda\envs\spacy\lib\socketserver.py", line 320, in _handle_request_noblock
self.process_request(request, client_address)
"D:\Anaconda\envs\spacy\lib\socketserver.py", line 351, in process_request
self.finish_request(request, client_address)
"D:\Anaconda\envs\spacy\lib\socketserver.py", line 364, in finish_request
self.RequestHandlerClass(request, client_address, self)
"D:\Anaconda\envs\spacy\lib\socketserver.py", line 724, in __init__
self.handle()
"D:\Anaconda\envs\spacy\lib\wsgiref\simple_server.py", line 133, in handle
handler.run(self.server.get_app())
"D:\Anaconda\envs\spacy\lib\wsgiref\handlers.py", line 144, in run
self.close()
"D:\Anaconda\envs\spacy\lib\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):
"...\AppData\Local\Programs\Python\Python36-32\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"...\AppData\Local\Programs\Python\Python36-32\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"...\main.py", line 24, in <module>
main().main_loop()
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga_winforms\app.py", line 49, in main_loop
self._startup()
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga_winforms\app.py", line 41, in _startup
self.startup()
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga\interface\app.py", line 144, in startup
self.main_window.content = self._startup_method(self)
"...\main.py", line 9, in build
box = toga.Box()
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga_winforms\widgets\box.py", line 10, in __init__
super().__init__(id=id, style=style, children=children)
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga\interface\widgets\box.py", line 21, in __init__
super().__init__(id=id, style=style, children=children)
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga\interface\widgets\base.py", line 144, in __init__
self.style = CSS()
"...\AppData\Local\Programs\Python\Python36-32\lib\site-packages\toga\interface\widgets\base.py", line 170, in style
self._style = value.bind(self)
AttributeError: 'CSS' object has no attribute 'bind'
| 0.687203 |
Traceback (most recent call last):
"/Users/alex/foo/script", line 23, in <module>
from common import *
"/Users/alex/foo/common.py", line 1, in <module>
from _typeshed import AnyPath
ModuleNotFoundError: No module named '_typeshed'
| Traceback (most recent call last):
"quickstart.py", line 7, in <module>
from instapy import InstaPy
"C:\Users\GridComputers\InstaPy\instapy\__init__.py", line 2, in <module>
from .instapy import InstaPy
"C:\Users\GridComputers\InstaPy\instapy\instapy.py", line 19, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
| 0.82431 |
Traceback (most recent call last):
"/tmp/pip-build-_hya0obf/cartopy/setup.py", line 36, in <module>
from Cython.Distutils import build_ext
ImportError: No module named 'Cython' | Traceback (most recent call last):
"/home/lucas_cimon/bin/awssec.py", line 5, in <module>
import requests
"/usr/lib/python2.7/site-packages/requests/__init__.py", line 60, in <module>
from .packages.urllib3.exceptions import DependencyWarning
ImportError: cannot import name DependencyWarning
| 0.806666 |
Traceback (most recent call last):
"tensorrt_python.py", line 59, in <module>
context = engine.create_execution_context()
AttributeError: 'NoneType' object has no attribute 'create_execution_context'
| Traceback (most recent call last):
"run_classifier.py", line 25, in <module>
import optimization
"D:\bertpro\bert\optimization.py", line 87, in <module>
class AdamWeightDecayOptimizer(tf.train.Optimizer):
AttributeError: module 'tensorflow_core._api.v2.train' has no attribute 'Optimizer' | 0.781356 |
Traceback (most recent call last):
"main.py", line 17, in <module>
from bleach import clean
"/usr/local/lib/python2.7/dist-packages/bleach/__init__.py", line 11, in <module>
from bleach.sanitizer import (
"/usr/local/lib/python2.7/dist-packages/bleach/sanitizer.py", line 10, in <module>
from html5lib.constants import (
ImportError: cannot import name ReparseException
| Traceback (most recent call last):
"HackTheWorld.py", line 17, in <module>
from Crypto.Hash import MD5
ImportError: No module named Crypto.Hash
| 0.747557 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/local/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/src/app/opsdroid/__main__.py", line 112, in <module>
main()
"/usr/src/app/opsdroid/__main__.py", line 105, in main
configure_logging(opsdroid.config)
"/usr/src/app/opsdroid/__main__.py", line 51, in configure_logging
file_handler = logging.
Handler(logfile_path)
"/usr/local/lib/python3.5/logging/__init__.py", line 1014, in __init__
StreamHandler.__init__(self, self._open())
"/usr/local/lib/python3.5/logging/__init__.py", line 1043, in _open
return open(self.base
name, self.mode, encoding=self.encoding)
NotFoundError: [Errno 2] No such file or directory: '/root/.opsdroid/output.log'
| Traceback (most recent call last):
"/root/readthedocs.org/readthedocs/doc_builder/environments.py", line 183, in run
env=environment,
"/usr/lib64/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
"/usr/lib64/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: '$HOME': '$HOME'
| 0.691077 |
Traceback (most recent call last):
"./python3.3/threading.py", line 901, in _bootstrap_inner
"/Users/**/Library/Application Support/Sublime Text 3/Installed Packages/GitGutter.sublime-package/modules/tasks.py", line 67, in run
AttributeError: 'NoneType' object has no attribute 'print_exc'
| Traceback (most recent call last):
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\Scripts\manim", line 5, in <module>
main()
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\lib\site-packages\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\lib\site-packages\click\core.py", line 782, in main
rv = self.invoke(ctx)
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\lib\site-packages\click\core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\lib\site-packages\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
"C:\Users\Daryl\AppData\Local\pypoetry\Cache\virtualenvs\manim-WZ_QM4hs-py3.9\lib\site-packages\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
"C:\Users\Daryl\manim-dev\manim\manim\cli\render\commands.py", line 166, in render
stable = req_info.json()["info"]["version"]
AttributeError: 'dict' object has no attribute 'json'
| 0.6783 |
Traceback (most recent call last):
"d:\python\3.6\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"d:\python\3.6\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"D:\Python\3.6\Scripts\pip3.exe\__main__.py", line 5, in <module>
ModuleNotFoundError: No module named 'pip'
| Traceback (most recent call last):
"myapp/api.py", line 1, in <module>
import responder
"/home/julien/.local/share/virtualenvs/python-spa-starter-Pu8Jxsg6/lib/python3.7/site-packages/responder/__init__.py", line 1, in <module>
from .core import *
"/home/julien/.local/share/virtualenvs/python-spa-starter-Pu8Jxsg6/lib/python3.7/site-packages/responder/core.py", line 1, in <module>
from .api import API
"/home/julien/.local/share/virtualenvs/python-spa-starter-Pu8Jxsg6/lib/python3.7/site-packages/responder/api.py", line 16, in <module>
from starlette.debug import DebugMiddleware
ModuleNotFoundError: No module named 'starlette.debug'
| 0.699288 |
Traceback (most recent call last):
"/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread
self.finish_request(request, client_address)
"/usr/lib/python3.7/socketserver.py", line 360, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.7/socketserver.py", line 722, in __init__
self.finish()
"/usr/lib/python3.7/socketserver.py", line 777, in finish
if not self.wfile.closed:
AttributeError: 'SETHandler' object has no attribute 'wfile'
| Traceback (most recent call last):
"/usr/bin/salt-ssh", line 9, in <module>
load_entry_point('salt==3002.2', 'console_scripts', 'salt-ssh')()
"/usr/lib/python3/dist-packages/salt/scripts.py", line 479, in salt_ssh
client.run()
"/usr/lib/python3/dist-packages/salt/cli/ssh.py", line 25, in run
ssh = salt.client.ssh.SSH(self.config)
"/usr/lib/python3/dist-packages/salt/client/ssh/__init__.py", line 234, in __init__
self._expand_target()
"/usr/lib/python3/dist-packages/salt/client/ssh/__init__.py", line 373, in _expand_target
if hostname in [host_id, roster_data[host_id].get("host")]:
AttributeError: 'str' object has no attribute 'get'
| 0.693262 |
Traceback (most recent call last):
"/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 536, in extract_info
ie_result = ie.extract(url)
"/bin/youtube-dl/youtube_dl/extractor/common.py", line 199, in extract
return self._real_extract(url)
"/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 934, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 549, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)ExtractorError: Signature extraction failed: Traceback (most recent call last): | Traceback (most recent call last):
"./youtube-dl.py/youtube_dl/YoutubeDL.py", line 524, in extract_info
ie_result = ie.extract(url)
"./youtube-dl.py/youtube_dl/extractor/common.py", line 191, in extract
return self._real_extract(url)
"./youtube-dl.py/youtube_dl/extractor/youtube.py", line 927, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"./youtube-dl.py/youtube_dl/extractor/youtube.py", line 542, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)ExtractorError: Signature extraction failed: Traceback (most recent call last): | 1 |
Traceback (most recent call last):
"smartmirror.py", line 14, in <module>
from PIL import Image, ImageTk
ImportError: cannot import name ImageTk
| Traceback (most recent call last):
"/usr/local/bin/ipython", line 4, in <module>
from IPython import start_ipython
"/usr/local/lib/python2.7/dist-packages/IPython/**init**.py", line 48, in <module>
from .core.application import Application
"/usr/local/lib/python2.7/dist-packages/IPython/core/application.py", line 25, in <module>
from IPython.core import release, crashhandler
"/usr/local/lib/python2.7/dist-packages/IPython/core/crashhandler.py", line 28, in <module>
from IPython.core import ultratb
"/usr/local/lib/python2.7/dist-packages/IPython/core/ultratb.py", line 128, in <module>
from IPython.utils.terminal import get_terminal_size
"/usr/local/lib/python2.7/dist-packages/IPython/utils/terminal.py", line 22, in <module>
from backports.shutil_get_terminal_size import get_terminal_size as _get_terminal_size
ImportError: No module named shutil_get_terminal_size
| 0.725345 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/ll/r4qn51tn4_7bqbm82ldjyy7r0000gn/T/pip-build-mzsydqfb/pyscreeze/setup.py", line 6, in <module>
version=__import__('pyscreeze').__version__,
"/private/var/folders/ll/r4qn51tn4_7bqbm82ldjyy7r0000gn/T/pip-build-mzsydqfb/pyscreeze/pyscreeze/__init__.py", line 21, in <module>
from PIL import Image
ImportError: No module named 'PIL' | Traceback (most recent call last):
"/private/var/folders/hm/tbt5vf5168j71zpsf17dmwb40000gn/T/AppTranslocation/F9638090-F5B0-43AF-B59F-CA8ED3A88C12/d/DeDRM.app/Contents/Resources/k4mobidedrm.py", line 94, in <module>
import kfxdedrm
"/private/var/folders/hm/tbt5vf5168j71zpsf17dmwb40000gn/T/AppTranslocation/F9638090-F5B0-43AF-B59F-CA8ED3A88C12/d/DeDRM.app/Contents/Resources/kfxdedrm.py", line 20, in <module>
import ion
"/private/var/folders/hm/tbt5vf5168j71zpsf17dmwb40000gn/T/AppTranslocation/F9638090-F5B0-43AF-B59F-CA8ED3A88C12/d/DeDRM.app/Contents/Resources/ion.py", line 20, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
| 0.782325 |
Traceback (most recent call last):
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/server/procpool/worker.py", line 75, in worker
res = await meth(*args)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/server/compiler/compiler.py", line 1304, in compile_eql_tokens_in_tx
return self._compile(ctx=ctx, tokens=eql_tokens)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/server/compiler/compiler.py", line 945, in _compile
comp: dbstate.BaseQuery = self._compile_dispatch_ql(ctx, stmt)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/server/compiler/compiler.py", line 874, in _compile_dispatch_ql
return self._compile_ql_migration(ctx, ql)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/server/compiler/compiler.py", line 608, in _compile_ql_migration
cmd = s_ddl.compile_migration(
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/schema/ddl.py", line 340, in compile_migration
target_schema = apply_sdl(
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/schema/ddl.py", line 364, in apply_sdl
ddl_stmts = s_decl.sdl_to_ddl(current_schema, documents)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/declarative.py", line 229, in sdl_to_ddl
trace_dependencies(decl_ast, ctx=ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/functools.py", line 874, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/declarative.py", line 493, in trace_default
_register_item(node, ctx=ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/declarative.py", line 603, in _register_item
trace_dependencies(cmd, ctx=ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/functools.py", line 874, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/declarative.py", line 442, in trace_ConcretePointer
_register_item(
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/declarative.py", line 618, in _register_item
tdeps = qltracer.trace_refs(
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/tracer.py", line 126, in trace_refs
trace(qltree, ctx=ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/functools.py", line 874, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/tracer.py", line 561, in trace_Select
tip = trace(node.result, ctx=ctx)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/functools.py", line 874, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/usr/lib/x86_64-linux-gnu/edgedb-server-1-alpha3/lib/python3.8/site-packages/edb/edgeql/tracer.py", line 418, in trace_Path
if prev_step.direction == '<':
AttributeError: 'TypeIntersection' object has no attribute 'direction'
| Traceback (most recent call last):
"/home/cjk/repos/github/eventlet/eventlet/queue.py", line 118, in switch
self.greenlet.switch(value)
"/home/cjk/repos/github/eventlet/eventlet/greenthread.py", line 218, in main
result = function(*args, **kwargs)
"/home/cjk/repos/github/nameko/nameko/runners.py", line 96, in wait
SpawningProxy(self.containers, abort_on_error=True).wait()
"/home/cjk/repos/github/nameko/nameko/utils/__init__.py", line 184, in spawning_method
return list(fail_fast_imap(pool, call, self._items))
"/home/cjk/repos/github/nameko/nameko/utils/__init__.py", line 153, in fail_fast_imap
eventlet.getcurrent().throw(*exc_info)
"/home/cjk/repos/github/nameko/nameko/utils/__init__.py", line 132, in handle_result
thread_result = finished_thread.wait()
"/home/cjk/repos/github/eventlet/eventlet/greenthread.py", line 179, in wait
return self._exit_event.wait()
"/home/cjk/repos/github/eventlet/eventlet/event.py", line 125, in wait
current.throw(*self._exc)
"/home/cjk/repos/github/eventlet/eventlet/greenthread.py", line 218, in main
result = function(*args, **kwargs)
"/home/cjk/repos/github/nameko/nameko/utils/__init__.py", line 181, in call
return getattr(item, name)(*args, **kwargs)
"/home/cjk/repos/github/nameko/nameko/containers.py", line 312, in wait
return self._died.wait()
"/home/cjk/repos/github/eventlet/eventlet/event.py", line 121, in wait
return hubs.get_hub().switch()
"/home/cjk/repos/github/eventlet/eventlet/hubs/hub.py", line 295, in switch
return self.greenlet.switch()
"/home/cjk/repos/github/nameko/nameko/containers.py", line 466, in _handle_thread_exited
gt.wait()
"/home/cjk/repos/github/eventlet/eventlet/greenthread.py", line 179, in wait
return self._exit_event.wait()
"/home/cjk/repos/github/eventlet/eventlet/event.py", line 125, in wait
current.throw(*self._exc)
"/home/cjk/repos/github/eventlet/eventlet/greenthread.py", line 218, in main
result = function(*args, **kwargs)
"/home/cjk/repos/github/nameko/nameko/web/server.py", line 86, in process_request
self._serv.process_request((sock, address))
"/home/cjk/repos/github/eventlet/eventlet/wsgi.py", line 776, in process_request
proto.__init__(conn_state, self)
"/home/cjk/repos/github/eventlet/eventlet/wsgi.py", line 333, in __init__
self.setup()
"/home/cjk/repos/github/eventlet/eventlet/wsgi.py", line 347, in setup
conn.setsockopt(socket.IPPROTO_TCP, socket.TCP_QUICKACK, True)
AttributeError: 'tuple' object has no attribute 'setsockopt'
| 0.679035 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/bin/invoke", line 8, in <module>
sys.exit(program.run())
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/invoke/program.py", line 377, in run
self.parse_cleanup()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/invoke/program.py", line 516, in parse_cleanup
self.list_tasks()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/invoke/program.py", line 788, in list_tasks
getattr(self, "list_{}".format(self.list_format))()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/invoke/program.py", line 791, in list_flat
pairs = self._make_pairs(self.scoped_collection)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/invoke/program.py", line 837, in _make_pairs
pairs.append((full, helpline(task)))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/invoke/util.py", line 172, in helpline
return docstring.lstrip().splitlines()[0]
IndexError: list index out of range
| Traceback (most recent call last):
"C:\src\dupeguru\qtlib\table.py", line 83, in data
"C:\src\dupeguru\hscommon\gui\table.py", line 42, in __getitem__
IndexError: list index out of range
| 0.700403 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 663, in mainloop
self._mainloop()
"/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 405, in _mainloop
EventLoop.idle()
"/usr/lib/python2.7/dist-packages/kivy/base.py", line 342, in idle
self.dispatch_input()
"/usr/lib/python2.7/dist-packages/kivy/base.py", line 327, in dispatch_input
post_dispatch_input(*pop(0))
"/usr/lib/python2.7/dist-packages/kivy/base.py", line 233, in post_dispatch_input
listener.dispatch('on_motion', etype, me)
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/core/window/__init__.py", line 1192, in on_motion
self.dispatch('on_touch_up', me)
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/core/window/__init__.py", line 1228, in on_touch_up
if w.dispatch('on_touch_up', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 479, in on_touch_up
if child.dispatch('on_touch_up', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 479, in on_touch_up
if child.dispatch('on_touch_up', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"designer/uix/contextual.py", line 342, in on_touch_up
"/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 479, in on_touch_up
if child.dispatch('on_touch_up', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 479, in on_touch_up
if child.dispatch('on_touch_up', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/scrollview.py", line 833, in on_touch_up
if self.dispatch('on_scroll_stop', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/scrollview.py", line 872, in on_scroll_stop
self.simulate_touch_down(touch)
"/usr/lib/python2.7/dist-packages/kivy/uix/scrollview.py", line 596, in simulate_touch_down
ret = super(ScrollView, self).on_touch_down(touch)
"/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 457, in on_touch_down
if child.dispatch('on_touch_down', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/widget.py", line 457, in on_touch_down
if child.dispatch('on_touch_down', touch):
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8191)
"/usr/lib/python2.7/dist-packages/kivy/uix/behaviors/button.py", line 151, in on_touch_down
self.dispatch('on_press')
"kivy/_event.pyx", line 714, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:8146)
"kivy/_event.pyx", line 1225, in kivy._event.EventObservers.dispatch (kivy/_event.c:14035)
"kivy/_event.pyx", line 1109, in kivy._event.EventObservers._dispatch (kivy/_event.c:12816)
"/usr/lib/python2.7/dist-packages/kivy/lang/builder.py", line 64, in custom_callback
exec(__kvlang__.co_value, idmap)
"/home/carlos/python/kivy-designer/designer/designer.kv", line 1863, in <module>
on_press: root.action_btn_project_settings_pressed()
"designer/app.py", line 1553, in action_btn_project_settings_pressed
"designer/core/project_settings.py", line 55, in load_proj_settings
"/usr/lib/python2.7/dist-packages/kivy/uix/settings.py", line 975, in add_json_panel
panel = self.create_json_panel(title, config, filename, data)
"/usr/lib/python2.7/dist-packages/kivy/uix/settings.py", line 990, in create_json_panel
with open(filename, 'r') as fd:
IOError: [Errno 2] No such file or directory: u'designer/data/settings/proj_settings_shell_env.json'
| Traceback (most recent call last):
"build_vocab.py", line 77, in <module>
main(args)
"build_vocab.py", line 59, in main
threshold=args.threshold)
"build_vocab.py", line 31, in build_vocab
coco = COCO(json)
"/Library/Python/2.7/site-packages/pycocotools/coco.py", line 84, in __init__
dataset = json.load(open(annotation_file, 'r'))
IOError: [Errno 2] No such file or directory: '/usr/share/mscoco/annotations/captions_train2014.json'
| 0.685382 |
Traceback (most recent call last):
"/build/numexpr-2.6.8/build/lib.linux-x86_64-3.6/numexpr/tests/test_numexpr.py", line 336, in test_locals_clears_globals
check = subprocess.check_call('{0} -c "{1}"'.format(sys.executable, script), shell=True)
"/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/bin/python3.6m -c "import numexpr as ne;a=10;ne.evaluate('1');a += 1;ne.evaluate('2', local_dict={});a += 1;ne.evaluate('3', global_dict={});a += 1;ne.evaluate('4', local_dict={}, global_dict={});a += 1"' returned non-zero exit status 1.
| Traceback (most recent call last):
"tools/venv.py", line 37, in <module>
main(sys.argv[1:])
"tools/venv.py", line 28, in main
create_venv(venv_path)
"tools/venv.py", line 20, in create_venv
_venv_common.subprocess_with_print(command, environ)
"/home/uconn/repos/certbot/tools/_venv_common.py", line 134, in subprocess_with_print
subprocess.check_call(cmd, env=env, shell=shell)
"/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.5', '-m', 'virtualenv', '--python', '/usr/bin/python3.5', 'venv']' returned non-zero exit status 1
| 0.73432 |
Traceback (most recent call last):
"./bin/streamlink", line 33, in <module>
sys.exit(load_entry_point('streamlink==2.1.1+1.gc7bd7ec', 'console_scripts', 'streamlink')())
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink_cli/main.py", line 1075, in main
handle_url()
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink_cli/main.py", line 566, in handle_url
streams = fetch_streams(plugin)
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink_cli/main.py", line 459, in fetch_streams
return plugin.streams(stream_types=args.stream_types,
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink/plugin/plugin.py", line 317, in streams
ostreams = self._get_streams()
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink/plugins/youtube.py", line 301, in _get_streams
self.video_id = self._find_video_id(self.url)
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink/plugins/youtube.py", line 262, in _find_video_id
return self._find_video_id(canon_link)
"/home/etam/tmp/streamlink_master/lib64/python3.8/site-packages/streamlink/plugins/youtube.py", line 227, in _find_video_id
if m.group("video_id"):
AttributeError: 'NoneType' object has no attribute 'group'
| Traceback (most recent call last):
"/home/romain/Autres_applications/Jeux/Lutris/lutris/lutris/gui/lutriswindow.py", line 789, in on_game_activated
if self.service.id == "lutris":
AttributeError: 'NoneType' object has no attribute 'id'
| 0.698413 |
Traceback (most recent call last):
"C:\Users\nicert\PycharmProjects\nicert\bugger.dist\bugger.py", line 1, in <module>
"C:\Users\nicert\PycharmProjects\nicert\bugger.dist\import_bug\a.py", line 1, in <module import_bug.a>
"C:\Users\nicert\PycharmProjects\nicert\bugger.dist\import_bug\b.py", line 1, in <module import_bug.b>
ImportError: cannot import name 'a'
| Traceback (most recent call last):
"/testing/salt/loader.py", line 1332, in _load_module
mod = imp.load_module(mod_namespace, fn_, fpath, desc)
"/testing/salt/utils/raetlane.py", line 62, in <module>
from raet import raeting, nacling
ImportError: No module named raet
| 0.685375 |
Traceback (most recent call last):
"train_eval_p2p_nav_ppo.py", line 413, in <module>
tf.app.run()
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"train_eval_p2p_nav_ppo.py", line 408, in main
use_rnns=FLAGS.use_rnns)
"train_eval_p2p_nav_ppo.py", line 341, in train_eval
callback=eval_metrics_callback,
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tf_agents/metrics/metric_utils.py", line 94, in compute_summaries
results = compute(metrics, environment, policy, num_episodes)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tf_agents/metrics/metric_utils.py", line 55, in compute
policy_state = policy.get_initial_state(environment.batch_size)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tf_agents/policies/py_policy.py", line 104, in get_initial_state
return self._get_initial_state(batch_size)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tf_agents/policies/py_tf_policy.py", line 157, in _get_initial_state
self.initialize(batch_size)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tf_agents/policies/py_tf_policy.py", line 104, in initialize
self.session.run(tf.initializers.variables(self._tf_policy.variables()))
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tensorflow/python/ops/variables.py", line 2834, in variables_initializer
return control_flow_ops.group(*[v.initializer for v in var_list], name=name)
"/cvgl2/u/chengshu/anaconda3/envs/py35/lib/python3.5/site-packages/tensorflow/python/ops/variables.py", line 2834, in <listcomp>
return control_flow_ops.group(*[v.initializer for v in var_list], name=name)
AttributeError: '_DictWrapper' object has no attribute 'initializer'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/********************/site-packages/better_exceptions/__init__.py", line 49, in <module>
'builtins': __builtins__.keys(),
AttributeError: 'module' object has no attribute 'keys'
| 0.675645 |
`Traceback (most recent call last):
"/usr/bin/legendary", line 11, in <module>
load_entry_point('legendary-gl==0.0.7', 'console_scripts', 'legendary')()
"/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2859, in load_entry_point
return ep.load()
"/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2450, in load
return self.resolve()
"/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 2456, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"<frozen zipimport>", line 259, in load_module
"/usr/lib/python3.8/site-packages/legendary_gl-0.0.7-py3.8.egg/legendary/cli.py", line 18, in <module>
"<frozen zipimport>", line 259, in load_module
"/usr/lib/python3.8/site-packages/legendary_gl-0.0.7-py3.8.egg/legendary/core.py", line 28, in <module>
ModuleNotFoundError: No module named 'legendary.utils'`
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 72, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
"/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
"/usr/lib/python3/dist-packages/apport/report.py", line 32, in <module>
import apport.fileutils
"/usr/lib/python3/dist-packages/apport/fileutils.py", line 12, in <module>
import os, glob, subprocess, os.path, time, pwd, sys, requests_unixsocket
"/usr/lib/python3/dist-packages/requests_unixsocket/__init__.py", line 1, in <module>
import requests
"/usr/lib/python3/dist-packages/requests/__init__.py", line 113, in <module>
from . import packages
"/usr/lib/python3/dist-packages/requests/packages.py", line 7, in <module>
locals()[package] = __import__(package)
ModuleNotFoundError: No module named 'idna'
| 0.743226 |
`Traceback (most recent call last):
"/app/.heroku/python/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"/app/.heroku/python/lib/python3.6/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
"/app/app.py", line 4, in <module>
from telegram.replykeyboardmarkup import ReplyKeyboardMarkup
"/app/.heroku/python/lib/python3.6/site-packages/telegram/replykeyboardmarkup.py", line 23, in <module>
from telegram import KeyboardButton, ReplyMarkup
ImportError: cannot import name 'KeyboardButton'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/github3/__init__.py", line 20, in <module>
from .api import *
"/usr/local/lib/python2.7/dist-packages/github3/api.py", line 11, in <module>
from .github import GitHub, GitHubEnterprise
"/usr/local/lib/python2.7/dist-packages/github3/github.py", line 11, in <module>
from .auths import Authorization
"/usr/local/lib/python2.7/dist-packages/github3/auths.py", line 11, in <module>
from .decorators import requires_basic_auth
"/usr/local/lib/python2.7/dist-packages/github3/decorators.py", line 11, in <module>
from requests.models import Response
ImportError: No module named requests.models
| 0.686115 |
Traceback (most recent call last):
"laZagne.py", line 19, in <module>
"c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 395, in load_module
exec(bytecode, module.__dict__)
"lazagne\config\manage_modules.py", line 59, in <module>
"c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 395, in load_module
exec(bytecode, module.__dict__)
"lazagne\softwares\windows\ppypykatz.py", line 10, in <module>
ImportError: No module named pypykatz.pypykatz
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named yaml
| 0.748446 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/multiprocessing/spawn.py", line 105, in spawn_main
exitcode = _main(fd)
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/multiprocessing/spawn.py", line 114, in _main
prepare(preparation_data)
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/multiprocessing/spawn.py", line 225, in prepare
_fixup_main_from_path(data['init_main_from_path'])
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/multiprocessing/spawn.py", line 277, in _fixup_main_from_path
run_name="__mp_main__")
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/runpy.py", line 96, in _run_module_code
mod_name, mod_spec, pkg_name, script_name)
"/mnt/WXRC0020/users/user/anaconda3/envs/solo_mmdet_py37/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/mnt/WXRC0020/users/user/prj/prj-ongoing/tools/train.py", line 13, in <module>
from mmdet.apis import set_random_seed, train_detector
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/apis/__init__.py", line 1, in <module>
from .inference import (async_inference_detector, inference_detector,
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/apis/inference.py", line 11, in <module>
from mmdet.core import get_classes
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/core/__init__.py", line 3, in <module>
from .evaluation import *
# noqa: F401, F403
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/core/evaluation/__init__.py", line 5, in <module>
from .eval_hooks import (CocoDistEvalmAPHook, CocoDistEvalRecallHook,
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/core/evaluation/eval_hooks.py", line 13, in <module>
from mmdet import datasets
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/datasets/__init__.py", line 4, in <module>
from .lvis import LvisDataset
"/mnt/WXRC0020/users/user/prj/prj-ongoing/mmdet/datasets/lvis.py", line 6, in <module>
from lvis.lvis import LVIS
ModuleNotFoundError: No module named 'lvis'
| Traceback (most recent call last):
"start.py", line 21, in <module>
from octobot.commands import exchange_keys_encrypter, start_strategy_optimizer, start_bot, data_collector, \
"/mnt/sdb2/octobot/OctoBot/octobot/commands.py", line 35, in <module>
from octobot.logger import init_logger
"/mnt/sdb2/octobot/OctoBot/octobot/logger.py", line 23, in <module>
from octobot_channels.channels.channel import get_chan
ModuleNotFoundError: No module named 'octobot_channels'
| 0.803198 |
Traceback (most recent call last):
"/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/home/phantom/.local/lib/python3.6/site-packages/NEMbox/player.py", line 276, in download_song
self.cache.start_download()
"/home/phantom/.local/lib/python3.6/site-packages/NEMbox/cache.py", line 81, in start_download
new_url = NetEase().songs_url([song_id])[0]['url']
IndexError: list index out of range | Traceback (most recent call last):
"detect.py", line 95, in <module>
app.run(main)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"detect.py", line 65, in main
boxes, pred_conf = filter_boxes(pred[0], pred[1], score_threshold=0.25, input_shape=tf.constant([input_size, input_size]))
IndexError: list index out of range
| 0.760485 |
Traceback (most recent call last):
"/home/kleysonr/.vscode/extensions/ms-python.python-2019.11.50794/python
s/ptvsd_launcher.py", line 43, in <module>
main(ptvsdArgs)
"/home/kleysonr/.vscode/extensions/ms-python.python-2019.11.50794/python
s/lib/python/old_ptvsd/ptvsd/__main__.py", line 432, in main
run()
"/home/kleysonr/.vscode/extensions/ms-python.python-2019.11.50794/python
s/lib/python/old_ptvsd/ptvsd/__main__.py", line 316, in run_file
runpy.run_path(target, run_name='__main__')
"/usr/lib/python3.6/runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)
"/usr/lib/python3.6/runpy.py", line 96, in _run_module_code
mod_name, mod_spec, pkg_name, script_name)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/data/dev/python/mestrado/aula9/train.py", line 1, in <module>
from fast_bert.data_cls import BertDataBunch
"/home/kleysonr/.virtualenvs/fastai/lib/python3.6/site-packages/fast_bert/__init__.py", line 5, in <module>
from .learner_cls import BertLearner
"/home/kleysonr/.virtualenvs/fastai/lib/python3.6/site-packages/fast_bert/learner_cls.py", line 3, in <module>
from .learner_util import Learner
"/home/kleysonr/.virtualenvs/fastai/lib/python3.6/site-packages/fast_bert/learner_util.py", line 4, in <module>
from transformers import (ConstantLRSchedule,
ImportError: cannot import name 'ConstantLRSchedule'
| Traceback (most recent call last):
"tcpdns.py", line 369, in <module>
from daemon import Daemon
ImportError: cannot import name Daemon
| 0.804847 |
Traceback (most recent call last):
"/Users/troydai/Code/azure/azure-cli/src/azure-cli/azure/cli/main.py", line 37, in main
cmd_result = APPLICATION.execute(args)
"/Users/troydai/Code/azure/azure-cli/src/azure-cli-core/azure/cli/core/application.py", line 157, in execute
result = expanded_arg.func(params)
"/Users/troydai/Code/azure/azure-cli/src/azure-cli-core/azure/cli/core/commands/__init__.py", line 333, in _execute_command
result = op(client, **kwargs) if client else op(**kwargs)
"/Users/troydai/Code/azure/azure-cli/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/custom.py", line 145, in show_resource
resource_id, api_version)
"/Users/troydai/Code/azure/azure-cli/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/custom.py", line 539, in __init__
resource_type)
"/Users/troydai/Code/azure/azure-cli/src/command_modules/azure-cli-resource/azure/cli/command_modules/resource/custom.py", line 607, in _resolve_api_version
if t.resource_type.lower() == resource_type_str.lower()]
AttributeError: 'NoneType' object has no attribute 'lower'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/flask_appbuilder/base.py", line 469, in _add_permission
self.sm.add_permissions_view(baseview.base_permissions, baseview.__class__.__name__)
"/usr/local/lib/python3.6/site-packages/flask_appbuilder/security/manager.py", line 819, in add_permissions_view
if perm_view.permission.name not in base_permissions:
AttributeError: 'NoneType' object has no attribute 'name'
| 0.730323 |
Traceback (most recent call last):
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 1184, in main_run_server
main_run(run_args)
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 1058, in main_run
result = benchmark.do_run()
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 537, in do_run
return self.run(*self._current_params)
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 631, in run
min_run_count=self.min_run_count)
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 663, in benchmark_timing
timing = timer.timeit(number)
"~/mdanalysis/benchmarks/env/80c5ba7efaa89366b97da3ced85c0c44/lib/python3.6/timeit.py", line 178, in timeit
timing = self.inner(it, self.timer)
"<timeit-src>", line 6, in inner
"~/miniconda3/envs/benchmark/lib/python3.6/site-packages/asv/benchmark.py", line 599, in <lambda>
func = lambda: self.func(*param)
"~/mdanalysis/benchmarks/benchmarks/selections.py", line 76, in time_geometric_selections
MDAnalysis.core.flags['use_periodic_selections'] = periodic_selection[0]
AttributeError: module 'MDAnalysis.core' has no attribute 'flags'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/wandb/sdk/wandb_init.py", line 689, in init
run = wi.init()
"/usr/local/lib/python3.6/dist-packages/wandb/sdk/wandb_init.py", line 393, in init
use_redirect=use_redirect,
"/usr/local/lib/python3.6/dist-packages/wandb/sdk/backend/backend.py", line 82, in ensure_launched
self.wandb_process.start()
"/usr/lib/python3.6/multiprocessing/process.py", line 105, in start
self._popen = self._Popen(self)
"/usr/lib/python3.6/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
"/usr/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
"/usr/lib/python3.6/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
"/usr/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 42, in _launch
prep_data = spawn.get_preparation_data(process_obj._name)
"/usr/lib/python3.6/multiprocessing/spawn.py", line 172, in get_preparation_data
main_mod_name = getattr(main_module.__spec__, "name", None)
AttributeError: module '__main__' has no attribute '__spec__'
| 0.672113 |
Traceback (most recent call last):
"pompem.py", line 5, in <module>
from core.exploit_finder import ExploitFinder
"/home/WWW/Desktop/tools/Pompem/core/exploit_finder.py", line 5, in <module>
from core.scrapers import PacketStorm, CXSecurity, ZeroDay, Vulners, \
"/home/WWW/Desktop/tools/Pompem/core/scrapers.py", line 7, in <module>
from core.request_worker import RequestWorker, RequestWorkerHttpLib
"/home/WWW/Desktop/tools/Pompem/core/request_worker.py", line 4, in <module>
import requests
ImportError: No module named 'requests'
| Traceback (most recent call last):
"train_memory.py", line 14, in <module>
import horovod.mxnet as hvd
"/home/liuyang/anaconda3/envs/mxnet_partial/lib/python3.6/site-packages/horovod/mxnet/__init__.py", line 23, in <module>
__file__, 'mpi_lib')
"/home/liuyang/anaconda3/envs/mxnet_partial/lib/python3.6/site-packages/horovod/common/util.py", line 56, in check_extension
'Horovod with %s=1 to debug the build error.' % (ext_name, ext_env_var))
ImportError: Extension horovod.mxnet has not been built.
If this is not expected, reinstall Horovod with HOROVOD_WITH_MXNET=1 to debug the build error.
| 0.72703 |
Traceback (most recent call last):
"<ipython-input-10-9a311f5b92c7>", line 1, in <module>
a1=','.join(aa.relatedobjid)
TypeError: sequence item 0: expected str instance, int found
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: import_rsa_privatekey_from_file() missing 1 required positional argument: 'password'
| 0.690823 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.