text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/frida/frida/lib/python3.5/site-packages/frida/__init__.py", line 24, in <module> raise ex "/home/frida/frida/lib/python3.5/site-packages/frida/__init__.py", line 7, in <module> import _frida ImportError: /home/frida/frida/lib/python3.5/site-packages/_frida.cpython-35m-arm-linux-gnueabihf.so: cannot open shared object file: No such file or directory
Traceback (most recent call last): "/home/luca/project/apps/train_siamnet.py", line 3, in <module> from ..models.siamnet import SiameseNet ImportError: attempted relative import with no known parent package
0.776685
Traceback (most recent call last): "./openvpn-monitor.py", line 28, in <module> import GeoIP ModuleNotFoundError: No module named 'GeoIP'
Traceback (most recent call last): "main.py", line 1, in <module> from google.cloud import datastore "/home/karlbateman/Workspace/karlbateman/gcloud-datastore/venv/lib/python3.7/site-packages/google/cloud/datastore/__init__.py", line 62, in <module> from google.cloud.datastore.batch import Batch "/home/karlbateman/Workspace/karlbateman/gcloud-datastore/venv/lib/python3.7/site-packages/google/cloud/datastore/batch.py", line 24, in <module> from google.cloud.datastore import helpers "/home/karlbateman/Workspace/karlbateman/gcloud-datastore/venv/lib/python3.7/site-packages/google/cloud/datastore/helpers.py", line 24, in <module> from google.type import latlng_pb2 ModuleNotFoundError: No module named 'google.type'
0.818363
Traceback (most recent call last): "C:/Users/rsa/AppData/Local/Temp/quickstart.py/main.py", line 1, in <module> from instapy import InstaPy "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\__init__.py", line 6, in <module> from .instapy import InstaPy "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\instapy.py", line 33, in <module> from .clarifai_util import check_image "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\clarifai_util.py", line 3, in <module> from clarifai.rest import ClarifaiApp "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\clarifai\rest\__init__.py", line 3, in <module> from clarifai.rest.client import ApiClient "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\clarifai\rest\client.py", line 23, in <module> from google.protobuf.struct_pb2 import Struct "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\struct_pb2.py", line 6, in <module> from google.protobuf import descriptor as _descriptor "C:\Users\rsa\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\descriptor.py", line 48, in <module> from google.protobuf.pyext import _message ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last): "C:\Users\longfei\Anaconda3\envs\paddle\lib\site-packages\paddle\fluid\framework.py", line 38, in <module> from . import core ImportError: DLL load failed: 找不到指定的模块。
0.88343
Traceback (most recent call last): "bin/domain/enumall.py", line 26, in <module> from recon.core import base ImportError: No module named recon.core
Traceback (most recent call last): "sublist3r.py", line 21, in <module> from subbrute import subbrute "/Users/bfoster/tools/Sublist3r/subbrute/subbrute.py", line 18, in <module> import dns.resolver ImportError: No module named dns.resolver
0.817557
Traceback (most recent call last): "../fixup.py", line 1, in <module> from rope.base.project import Project "/home/ronny/Projects/RedHatQE/cfme_venv/lib/python2.7/site-packages/rope/base/project.py", line 6, in <module> import rope.base.fscommands "/home/ronny/Projects/RedHatQE/cfme_venv/lib/python2.7/site-packages/rope/base/fscommands.py", line 13, in <module> import rope.base.utils.pycompat as pycompat ImportError: No module named utils.pycompat
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
0.747334
Traceback (most recent call last): "gam.py", line 11082, in <module> "gam.py", line 10644, in ProcessGAMCommand "gam.py", line 2986, in doCalendarAddACL "gam.py", line 822, in buildCalendarGAPIObject "gam.py", line 787, in convertUserUIDtoEmailAddress "gam.py", line 197, in normalizeEmailAddressOrUID AttributeError: 'NoneType' object has no attribute 'find'
Traceback (most recent call last): "/Users/sunbohongbohong/chisel/fblldb.py", line 83, in runCommand command.run(args, options) "/Users/sunbohongbohong/chisel/commands/FBClassDump.py", line 33, in run cls = getClassFromArgument(arguments[0], options.clsname) "/Users/sunbohongbohong/chisel/commands/FBClassDump.py", line 167, in getClassFromArgument if not isClassObject(cls): "/Users/sunbohongbohong/chisel/commands/FBClassDump.py", line 156, in isClassObject return runtimeHelpers.class_isMetaClass(runtimeHelpers.object_getClass(arg)) "/Users/sunbohongbohong/chisel/fblldbobjcruntimehelpers.py", line 37, in class_isMetaClass return fb.evaluateBooleanExpression(command) "/Users/sunbohongbohong/chisel/fblldbbase.py", line 84, in evaluateBooleanExpression return (int(evaluateIntegerExpression('(BOOL)(' + expression + ')', printErrors)) != 0) "/Users/sunbohongbohong/chisel/fblldbbase.py", line 76, in evaluateIntegerExpression output = evaluateExpression('(int)(' + expression + ')', printErrors).replace('\'', '') AttributeError: 'NoneType' object has no attribute 'replace'
0.708659
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: cannot import name 'InitNornir'
Traceback (most recent call last): "quickstart.py", line 5, in <module> from selenium.common.exceptions import NoSuchElementException ImportError: No module named selenium.common.exceptions
0.759737
Traceback (most recent call last): "C:\Users\jinyi\faceswap\lib\cli.py", line 107, in execute_script process.process() "C:\Users\jinyi\faceswap\scripts\train.py", line 101, in process self.end_thread(thread, err) "C:\Users\jinyi\faceswap\scripts\train.py", line 126, in end_thread thread.join() "C:\Users\jinyi\faceswap\lib\multithreading.py", line 443, in join raise thread.err[1].with_traceback(thread.err[2]) "C:\Users\jinyi\faceswap\lib\multithreading.py", line 381, in run self._target(*self._args, **self._kwargs) "C:\Users\jinyi\faceswap\scripts\train.py", line 152, in training raise err "C:\Users\jinyi\faceswap\scripts\train.py", line 142, in training self.run_training_cycle(model, trainer) "C:\Users\jinyi\faceswap\scripts\train.py", line 214, in run_training_cycle trainer.train_one_step(viewer, timelapse) "C:\Users\jinyi\faceswap\plugins\train\trainer\_base.py", line 139, in train_one_step loss[side] = batcher.train_one_batch(do_preview) "C:\Users\jinyi\faceswap\plugins\train\trainer\_base.py", line 214, in train_one_batch loss = self.model.predictors[self.side].train_on_batch(*batch) "D:\PC_apps\Anaconda3\envs\faceswap\lib\site-packages\keras\engine\training.py", line 1217, in train_on_batch outputs = self.train_function(ins) "D:\PC_apps\Anaconda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py", line 2715, in __call__ return self._call(inputs) "D:\PC_apps\Anaconda3\envs\faceswap\lib\site-packages\keras\backend\tensorflow_backend.py", line 2675, in _call fetched = self._callable_fn(*array_vals) "D:\PC_apps\Anaconda3\envs\faceswap\lib\site-packages\tensorflow\python\client\session.py", line 1439, in __call__ run_metadata_ptr) "D:\PC_apps\Anaconda3\envs\faceswap\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 528, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[16384,1024] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
Traceback (most recent call last): "main.py", line 69, in <module> tf.app.run() "/usr/local/lib/python3.5/dist-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "main.py", line 55, in main learner.train() "/opt/ml/env/learners/discr_channel_pruning/learner.py", line 145, in train self.__choose_discr_chns() "/opt/ml/env/learners/discr_channel_pruning/learner.py", line 480, in __choose_discr_chns self.sess_train.run(self.block_train_ops[idx_block]) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 929, in run run_metadata_ptr) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1152, in _run feed_dict_tensor, options, run_metadata) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1328, in _do_run run_metadata) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1348, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[4096,512,7,7] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
0.755713
Traceback (most recent call last): "train/train.py", line 21, in <module> import libs.nets.pyramid_network as pyramid_network "train/../libs/nets/pyramid_network.py", line 10, in <module> from libs.layers import anchor_encoder "train/../libs/layers/__init__.py", line 9, in <module> from .wrapper import anchor_decoder "train/../libs/layers/wrapper.py", line 12, in <module> from . import mask "train/../libs/layers/mask.py", line 7, in <module> import cv2 ImportError: /usr/local/lib/python2.7/dist-packages/cv2.so: undefined symbol: _ZN2cv11arrowedLineERNS_3MatENS_6Point_IiEES3_RKNS_7Scalar_IdEEiiid
Traceback (most recent call last): "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-rg707cll\azure-cli\azure\cli\__main__.py", line 13, in <module> "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-rg707cll\azure-cli-core\azure\cli\core\__init__.py", line 20, in <module> "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-rg707cll\knack\knack\preview.py", line 6, in <module> ImportError: cannot import name 'StatusTag'
0.755155
Traceback (most recent call last): "netgear_6220_mips32el_linux.py", line 52, in <module> "squashfs-root") "netgear_6220_mips32el_linux.py", line 43, in my_netgear ql.run() "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/core.py", line 293, in run self.os.run() "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/os/linux/linux.py", line 158, in run raise self.ql.internal_exception "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/core.py", line 28, in wrapper return func(*args, **kw) "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/core.py", line 393, in _callback callback(self, intno) "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/os/linux/linux.py", line 102, in hook_syscall return self.load_syscall(intno) "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/os/posix/posix.py", line 67, in load_syscall self.syscall_map(self.ql, param0, param1, param2, param3, param4, param5) "/usr/local/lib/python3.7/dist-packages/qiling-0.9-py3.7.egg/qiling/os/posix/syscall/sched.py", line 71, in ql_syscall_clone f_th = ql.thread_management.cur_thread AttributeError: 'NoneType' object has no attribute 'cur_thread'
Traceback (most recent call last): "..../solaar/test/Solaar-867edf8516f6a5a2ec78a99cf2755bd7bcc4e99d/lib/solaar/ui/__init__.py", line 165, in _status_changed window.update(device, need_popup) "..../solaar/test/Solaar-867edf8516f6a5a2ec78a99cf2755bd7bcc4e99d/lib/solaar/ui/window.py", line 768, in update selected_device_id = _find_selected_device_id() "..../solaar/test/Solaar-867edf8516f6a5a2ec78a99cf2755bd7bcc4e99d/lib/solaar/ui/window.py", line 370, in _find_selected_device_id model, item = selection.get_selected() AttributeError: 'NoneType' object has no attribute 'get_selected'
0.678201
Traceback (most recent call last): "demo_toolbox.py", line 2, in <module> from toolbox import Toolbox "C:\Users\MYUSERNAME\Desktop\Real-Time-Voice-Cloning-master\toolbox\__init__.py", line 1, in <module> from toolbox.ui import UI "C:\Users\MYUSERNAME\Desktop\Real-Time-Voice-Cloning-master\toolbox\ui.py", line 5, in <module> from encoder.inference import plot_embedding_as_heatmap "C:\Users\MYUSERNAME\Desktop\Real-Time-Voice-Cloning-master\encoder\inference.py", line 2, in <module> from encoder.model import SpeakerEncoder "C:\Users\MYUSERNAME\Desktop\Real-Time-Voice-Cloning-master\encoder\model.py", line 5, in <module> from torch.nn.utils import clip_grad_norm_ ModuleNotFoundError: No module named 'torch'
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'pexpect'
0.779248
Traceback (most recent call last): "main.py", line 2, in <module> from pepy.pe import PE ImportError: No module named pepy.pe
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/homeassistant/loader.py", line 166, in _load_file module = importlib.import_module(path) "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/config/custom_components/toon_rooted/climate.py", line 18, in <module> from homeassistant.components.climate.const import ( ImportError: cannot import name 'PLATFORM_SCHEMA' from 'homeassistant.components.climate.const' (/usr/local/lib/python3.7/site-packages/homeassistant/components/climate/const.py)
0.783343
Traceback (most recent call last): "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/master.py", line 281, in run self.loop.run() "/usr/lib/python3.5/site-packages/urwid/main_loop.py", line 278, in run self._run() "/usr/lib/python3.5/site-packages/urwid/main_loop.py", line 376, in _run self.event_loop.run() "/usr/lib/python3.5/site-packages/urwid/main_loop.py", line 682, in run self._loop() "/usr/lib/python3.5/site-packages/urwid/main_loop.py", line 719, in _loop self._watch_files[fd]() "/usr/lib/python3.5/site-packages/urwid/raw_display.py", line 393, in <lambda> event_loop, callback, self.get_available_raw_input()) "/usr/lib/python3.5/site-packages/urwid/raw_display.py", line 493, in parse_input callback(processed, processed_codes) "/usr/lib/python3.5/site-packages/urwid/main_loop.py", line 403, in _update self.process_input(keys) "/usr/lib/python3.5/site-packages/urwid/main_loop.py", line 503, in process_input k = self._topmost_widget.keypress(self.screen_size, k) "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/window.py", line 84, in keypress k = super().keypress(size, k) "/usr/lib/python3.5/site-packages/urwid/container.py", line 1128, in keypress return self.body.keypress( (maxcol, remaining), key ) "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/flowlist.py", line 417, in keypress return urwid.ListBox.keypress(self, size, key) "/usr/lib/python3.5/site-packages/urwid/listbox.py", line 987, in keypress self.make_cursor_visible((maxcol,maxrow)) "/usr/lib/python3.5/site-packages/urwid/listbox.py", line 939, in make_cursor_visible focus_widget, pos = self.body.get_focus() "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/flowlist.py", line 284, in get_focus f = FlowItem(self.master, self.master.view.focus.flow) "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/flowlist.py", line 123, in __init__ w = self.get_text() "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/flowlist.py", line 132, in get_text max_url_len=cols, "/usr/lib/python3.5/site-packages/mitmproxy/tools/console/common.py", line 427, in format_flow acked = f.reply.state == "committed", AttributeError: 'NoneType' object has no attribute 'state'
Traceback (most recent call last): "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/path/to/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() "/path/to/venv/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/path/to/venv/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv self.execute(*args, **cmd_options) "/path/to/venv/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute output = self.handle(*args, **options) "/path/to/venv/lib/python2.7/site-packages/django_extensions/management/utils.py", line 58, in inner ret = func(self, *args, **kwargs) "/path/to/venv/lib/python2.7/site-packages/django_extensions/management/commands/pipchecker.py", line 99, in handle self.check_pypi() "/path/to/venv/lib/python2.7/site-packages/django_extensions/management/commands/pipchecker.py", line 136, in check_pypi available_version = self._available_version(dist_version, available) "/path/to/venv/lib/python2.7/site-packages/django_extensions/management/commands/pipchecker.py", line 112, in _available_version if self._is_stable(dist_version): AttributeError: 'Command' object has no attribute '_is_stable'
0.681287
Traceback (most recent call last): "/home/matr/aur/ungoogled-chromium/src/ungoogled-chromium-81.0.4044.129-1/utils/patches.py", line 250, in <module> main() "/home/matr/aur/ungoogled-chromium/src/ungoogled-chromium-81.0.4044.129-1/utils/patches.py", line 246, in main args.callback(args, parser.error) "/home/matr/aur/ungoogled-chromium/src/ungoogled-chromium-81.0.4044.129-1/utils/patches.py", line 198, in _apply_callback apply_patches( "/home/matr/aur/ungoogled-chromium/src/ungoogled-chromium-81.0.4044.129-1/utils/patches.py", line 132, in apply_patches subprocess.run(cmd, check=True) "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/patch', '-p1', '--ignore-whitespace', '-i', '/home/matr/aur/ungoogled-chromium/src/ungoogled-chromium-81.0.4044.129-1/patches/core/ungoogled-chromium/block-trk-and-subdomains.patch', '-d', '.', '--no-backup-if-mismatch', '--forward']' returned non-zero exit status 1.
Traceback (most recent call last): "<stdin>", line 83, in <module> "<stdin>", line 68, in main "/usr/lib/python3.6/subprocess.py", line 336, in check_output **kwargs).stdout "/usr/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/opt/tljh/hub/bin/pip', 'install', '--upgrade', 'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git']' returned non-zero exit status 1.
0.674221
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): "<string>", line 1, in <module> NameError: name 'anyHub' is not defined
>Traceback (most recent call last): "C:\Users\\AppData\Roaming\Blender Foundation\Blender\2.92\scripts\addons\animation_nodes\execution\main_execution_unit.py", line 38, in executeUnit exec(self.executeCodeObject, self.executionData, self.executionData) "execution: 'test'", line 6, in <module> NameError: name 'startTime' is not defined
0.749487
Traceback (most recent call last): "run_nn.py", line 109, in <module> [nns,costs]=model_init(inp_out_dict,model,config,arch_dict,use_cuda,multi_gpu,to_do) "/audio/kaldi/pytorch-kaldi/utils.py", line 1455, in model_init net=nn_class(config[arch_dict[inp1][0]],inp_dim) "/audio/kaldi/pytorch-kaldi/neural_networks.py", line 71, in __init__ self.wx = nn.ModuleList([]) AttributeError: 'module' object has no attribute 'ModuleList'
Traceback (most recent call last): "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/bin/youtube-dlc", line 8, in <module> sys.exit(main()) "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/__init__.py", line 487, in main _real_main(argv) "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/__init__.py", line 477, in _real_main retcode = ydl.download(all_urls) "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/YoutubeDL.py", line 2103, in download res = self.extract_info( "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/YoutubeDL.py", line 830, in extract_info ie_result = ie.extract(url) "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/root/.local/share/virtualenvs/hbzdownloader-WRrlBKKW/lib/python3.9/site-packages/youtube_dlc/extractor/youtube.py", line 1940, in _real_extract args = ytplayer_config.get("args") AttributeError: 'NoneType' object has no attribute 'get'
0.671999
> Traceback (most recent call last): "../tensorrt/tftrt/examples/image-classification/image_classification.py", line 30, in <module> import official.resnet.imagenet_main "/home/nvidia/mobilenet/models/official/resnet/imagenet_main.py", line 27, in <module> from official.utils.flags import core as flags_core "/home/nvidia/mobilenet/models/official/utils/flags/core.py", line 30, in <module> from official.utils.flags import _base "/home/nvidia/mobilenet/models/official/utils/flags/_base.py", line 25, in <module> from official.utils.logs import hooks_helper "/home/nvidia/mobilenet/models/official/utils/logs/hooks_helper.py", line 29, in <module> from official.utils.logs import hooks "/home/nvidia/mobilenet/models/official/utils/logs/hooks.py", line 28, in <module> class ExamplesPerSecondHook(tf.estimator.SessionRunHook): AttributeError: module 'tensorflow.estimator' has no attribute 'SessionRunHook'
Traceback (most recent call last): "Scripts/webcam_demo.py", line 34, in <module> label_colours = cv2.imread(args.colours).astype(np.uint8) AttributeError: 'NoneType' object has no attribute 'astype'
0.782708
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-18K5pI/sopel/setup.py", line 5, in <module> from sopel import **version** "sopel/**init**.py", line 17, in <module> if sys.version_info.major > 2: AttributeError: 'tuple' object has no attribute 'major'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1607, in _load_module mod = imp.load_module(mod_namespace, fn_, fpath, desc) "/usr/lib/python2.7/dist-packages/salt/states/zpool.py", line 75, in <module> import os "/usr/lib/python2.7/os.py", line 119, in <module> sys.modules['os.path'] = path AttributeError: 'module' object has no attribute 'modules'
0.770701
Traceback (most recent call last): "Windows\Macro.py", line 11, in <module> "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 395, in load_module exec(bytecode, module.__dict__) "Windows\config\manage_modules.py", line 55, in <module> "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 395, in load_module exec(bytecode, module.__dict__) "Windows\softwares\windows\ppypykatz.py", line 10, in <module> "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 395, in load_module exec(bytecode, module.__dict__) "build\bdist.win32\egg\pypykatz\pypykatz.py", line 1, in <module> "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 395, in load_module exec(bytecode, module.__dict__) "build\bdist.win32\egg\pypykatz\commons\common.py", line 9, in <module> "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 395, in load_module exec(bytecode, module.__dict__) "build\bdist.win32\egg\minidump\streams\__init__.py", line 12, in <module> "c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 395, in load_module exec(bytecode, module.__dict__) "build\bdist.win32\egg\minidump\streams\MiscInfoStream.py", line 10, in <module> AttributeError: 'module' object has no attribute 'IntFlag'
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: 'NoneType' object has no attribute 'prepare'
0.810311
Traceback (most recent call last): "C:\Users\Matt\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 182, in <module> main(controller) "C:\Users\Matt\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\MapsModelsImporter\google_maps_rd.py", line 75, in main drawcalls = controller.GetDrawcalls() AttributeError: 'NoneType' object has no attribute 'GetDrawcalls'
Traceback (most recent call last): "/EvaluateTools/venv/bin/evo_config", line 7, in <module> from evo.main_config import main "/EvaluateTools/venv/local/lib/python2.7/site-packages/evo/main_config.py", line 37, in <module> from evo.tools import log, user, settings "/EvaluateTools/venv/local/lib/python2.7/site-packages/evo/tools/log.py", line 32, in <module> Fore.LIGHTRED_EX, Fore.RESET) AttributeError: 'AnsiCodes' object has no attribute 'LIGHTRED_EX'
0.684748
Traceback (most recent call last): "web.py", line 1, in <module> from views.view import app "/root/xunfeng-master/views/__init__.py", line 3, in <module> from flask import Flask ImportError: No module named flask
Traceback (most recent call last): "/usr/bin/bpython", line 33, in <module> sys.exit(load_entry_point('bpython==0.21', 'console_scripts', 'bpython')()) "/usr/bin/bpython", line 25, in importlib_load_entry_point return next(matches).load() "/usr/lib/python3.9/importlib/metadata.py", line 77, in load module = import_module(match.group('module')) "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1030, in _gcd_import "<frozen importlib._bootstrap>", line 1007, in _find_and_load "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 680, in _load_unlocked "<frozen importlib._bootstrap_external>", line 790, in exec_module "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed "/usr/lib/python3.9/site-packages/bpython/curtsies.py", line 10, in <module> from .curtsiesfrontend.repl import BaseRepl "/usr/lib/python3.9/site-packages/bpython/curtsiesfrontend/repl.py", line 34, in <module> from bpython.repl import ( "/usr/lib/python3.9/site-packages/bpython/repl.py", line 45, in <module> from .config import getpreferredencoding "/usr/lib/python3.9/site-packages/bpython/config.py", line 31, in <module> from xdg import BaseDirectory ImportError: cannot import name 'BaseDirectory' from 'xdg' (/home/ari/.local/lib/python3.9/site-packages/xdg/__init__.py)
0.769089
Traceback (most recent call last): "/opt/anaconda3/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 806, in wrapper return func(self, *args, **kwargs) "/opt/anaconda3/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 827, in __extract_info ie_result = ie.extract(url) "/opt/anaconda3/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/opt/anaconda3/lib/python3.7/site-packages/youtube_dl/extractor/xhamster.py", line 178, in _real_extract self._sort_formats(formats) "/opt/anaconda3/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1367, in _sort_formats raise ExtractorError('No video formats found') youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; 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.
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.683042
Traceback (most recent call last): "/usr/local/bin/thumbor", line 9, in <module> load_entry_point('thumbor==6.1.5', 'console_scripts', 'thumbor')() "/usr/local/lib64/python2.7/site-packages/thumbor/server.py", line 128, in main with get_context(server_parameters, config, importer) as context: "/usr/local/lib64/python2.7/site-packages/thumbor/server.py", line 88, in get_context importer=importer "/usr/local/lib64/python2.7/site-packages/thumbor/context.py", line 36, in __init__ self.modules = ContextImporter(self, importer) "/usr/local/lib64/python2.7/site-packages/thumbor/context.py", line 213, in __init__ self.engine = importer.engine(context) "/usr/local/lib64/python2.7/site-packages/thumbor/engines/pil.py", line 55, in __init__ warnings.simplefilter('error', Image.DecompressionBombWarning) AttributeError: 'module' object has no attribute 'DecompressionBombWarning'
Traceback (most recent call last): "serve.py", line 4, in <module> from twisted.internet import reactor, threads "/Library/Python/2.7/site-packages/twisted/internet/reactor.py", line 38, in <module> from twisted.internet import default "/Library/Python/2.7/site-packages/twisted/internet/default.py", line 56, in <module> install = _getInstallFunction(platform) "/Library/Python/2.7/site-packages/twisted/internet/default.py", line 50, in _getInstallFunction from twisted.internet.selectreactor import install "/Library/Python/2.7/site-packages/twisted/internet/selectreactor.py", line 18, in <module> from twisted.internet import posixbase "/Library/Python/2.7/site-packages/twisted/internet/posixbase.py", line 18, in <module> from twisted.internet import error, udp, tcp "/Library/Python/2.7/site-packages/twisted/internet/tcp.py", line 28, in <module> from twisted.internet._newtls import ( "/Library/Python/2.7/site-packages/twisted/internet/_newtls.py", line 21, in <module> from twisted.protocols.tls import TLSMemoryBIOFactory, TLSMemoryBIOProtocol "/Library/Python/2.7/site-packages/twisted/protocols/tls.py", line 63, in <module> from twisted.internet._sslverify import _setAcceptableProtocols "/Library/Python/2.7/site-packages/twisted/internet/_sslverify.py", line 38, in <module> TLSVersion.TLSv1_1: SSL.OP_NO_TLSv1_1, AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1'
0.696293
Traceback (most recent call last): "/Users/ambv/.venvs/mypy/bin/mypy", line 11, in <module> load_entry_point('mypy', 'console_scripts', 'mypy')() "mypy/__main__.py", line 7, in console_entry main(None) "mypy/main.py", line 50, in main res = type_check_only(sources, bin_dir, options) "mypy/main.py", line 103, in type_check_only options=options) "mypy/build.py", line 198, in build graph = dispatch(sources, manager) "mypy/build.py", line 1841, in dispatch process_graph(graph, manager) "mypy/build.py", line 2091, in process_graph process_stale_scc(graph, scc, manager) "mypy/build.py", line 2194, in process_stale_scc graph[id].type_check_first_pass() "mypy/build.py", line 1753, in type_check_first_pass self.type_checker.check_first_pass() "mypy/checker.py", line 194, in check_first_pass self.accept(d) "mypy/checker.py", line 282, in accept stmt.accept(self) "mypy/nodes.py", line 519, in accept return visitor.visit_func_def(self) "mypy/checker.py", line 530, in visit_func_def self.check_func_item(defn, name=defn.name()) "mypy/checker.py", line 590, in check_func_item self.check_func_def(defn, typ, name) "mypy/checker.py", line 750, in check_func_def self.accept(item.body) "mypy/checker.py", line 282, in accept stmt.accept(self) "mypy/nodes.py", line 773, in accept return visitor.visit_block(self) "mypy/checker.py", line 1304, in visit_block self.accept(s) "mypy/checker.py", line 282, in accept stmt.accept(self) "mypy/nodes.py", line 817, in accept return visitor.visit_assignment_stmt(self) "mypy/checker.py", line 1311, in visit_assignment_stmt self.check_assignment(s.lvalues[-1], s.rvalue, s.type is None, s.new_syntax) "mypy/checker.py", line 1339, in check_assignment infer_lvalue_type) "mypy/checker.py", line 1589, in check_assignment_to_multiple_lvalues self.check_multi_assignment(lvalues, rvalue, context, infer_lvalue_type) "mypy/checker.py", line 1630, in check_multi_assignment context, undefined_rvalue, infer_lvalue_type) "mypy/checker.py", line 1650, in check_multi_assignment_from_tuple reinferred_rvalue_type = self.expr_checker.accept(rvalue, lvalue_type) "mypy/checkexpr.py", line 2372, in accept typ = node.accept(self) "mypy/nodes.py", line 1256, in accept return visitor.visit_call_expr(self) "mypy/checkexpr.py", line 266, in visit_call_expr ret_type = self.check_call_expr_with_callee_type(callee_type, e, fullname, object_type) "mypy/checkexpr.py", line 503, in check_call_expr_with_callee_type object_type=object_type)[0] "mypy/checkexpr.py", line 563, in check_call callee, context) "mypy/checkexpr.py", line 752, in infer_function_type_arguments_using_context erased_ctx = replace_meta_vars(ctx, ErasedType()) "mypy/erasetype.py", line 94, in replace_meta_vars return t.accept(TypeVarEraser(lambda id: id.is_meta_var(), target_type)) "mypy/types.py", line 982, in accept return visitor.visit_tuple_type(self) "mypy/types.py", line 1554, in visit_tuple_type return TupleType(self.translate_types(t.items), "mypy/types.py", line 1574, in translate_types return [t.accept(self) for t in types] "mypy/types.py", line 1574, in <listcomp> return [t.accept(self) for t in types] "mypy/types.py", line 982, in accept return visitor.visit_tuple_type(self) "mypy/types.py", line 1554, in visit_tuple_type return TupleType(self.translate_types(t.items), "mypy/types.py", line 1574, in translate_types return [t.accept(self) for t in types] "mypy/types.py", line 1574, in <listcomp> return [t.accept(self) for t in types] AttributeError: 'NoneType' object has no attribute 'accept'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/pkuseg/__init__.py", line 2, in <module> from .config import Config "/usr/local/lib/python2.7/dist-packages/pkuseg/config.py", line 174, in <module> config = Config() "/usr/local/lib/python2.7/dist-packages/pkuseg/config.py", line 39, in __init__ self.regList = self.regs.copy() AttributeError: 'list' object has no attribute 'copy'
0.679347
Traceback (most recent call last): "C:\slack\env\lib\site-packages\slackclient\client.py", line 140, in rtm_connect self.server.rtm_connect(use_rtm_start=with_team_state, **kwargs) "C:\slack\env\lib\site-packages\slackclient\server.py", line 137, in rtm_connect reply = self.api_requester.do( "C:\slack\env\lib\site-packages\slackclient\slackrequest.py", line 84, in do return self.post_http_request(token, request, post_data, files, timeout, domain) "C:\slack\env\lib\site-packages\slackclient\slackrequest.py", line 110, in post_http_request res = requests.post( "C:\slack\env\lib\site-packages\requests\api.py", line 119, in post return request('post', url, data=data, json=json, **kwargs) "C:\slack\env\lib\site-packages\requests\api.py", line 61, in request return session.request(method=method, url=url, **kwargs) "C:\slack\env\lib\site-packages\requests\sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) "C:\slack\env\lib\site-packages\requests\sessions.py", line 655, in send r = adapter.send(request, **kwargs) "C:\slack\env\lib\site-packages\requests\adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='slack.com', port=443): Max retries exceeded with url: /api/rtm.connect (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1123)')))
Traceback (most recent call last): "<pyshell#1>", line 1, in <module> account = MyPlexAccount('plexninjago', 'runway124') "C:\Python34\lib\site-packages\plexapi\myplex.py", line 79, in __init__ data, initpath = self._signin(username, password, timeout) "C:\Python34\lib\site-packages\plexapi\myplex.py", line 87, in _signin data = self.query(self.SIGNIN, method=self._session.post, auth=(username, password), timeout=timeout) "C:\Python34\lib\site-packages\plexapi\myplex.py", line 152, in query response = method(url, headers=headers, timeout=timeout, **kwargs) "C:\Python34\lib\site-packages\requests-2.10.0-py3.4.egg\requests\sessions.py", line 518, in post return self.request('POST', url, data=data, json=json, **kwargs) "C:\Python34\lib\site-packages\requests-2.10.0-py3.4.egg\requests\sessions.py", line 475, in request resp = self.send(prep, **send_kwargs) "C:\Python34\lib\site-packages\requests-2.10.0-py3.4.egg\requests\sessions.py", line 585, in send r = adapter.send(request, **kwargs) "C:\Python34\lib\site-packages\requests-2.10.0-py3.4.egg\requests\adapters.py", line 477, in send raise SSLError(e, request=request) requests.exceptions.SSLError: hostname 'my.plexapp.com' doesn't match either of 'plex.tv', 'www.plex.tv'
0.685975
Traceback (most recent call last): "/Users/edgar/project/python37/rtsp_warp/src/pose/inference.py", line 101, in <module> a = torch.load('/Users/edgar/Desktop/resnet50block5.pkl') "/usr/local/lib/python3.7/site-packages/torch/serialization.py", line 387, in load return _load(f, map_location, pickle_module, **pickle_load_args) "/usr/local/lib/python3.7/site-packages/torch/serialization.py", line 574, in _load result = unpickler.load() ModuleNotFoundError: No module named 'openpifpaf'
Traceback (most recent call last): "src\run_tribler.py", line 92, in <module> "src\tribler-common\tribler_common\sentry_reporter\sentry_reporter.py", line 90, in init "sentry_sdk\hub.py", line 105, in _init "sentry_sdk\client.py", line 88, in __init__ "sentry_sdk\client.py", line 130, in _init_impl "sentry_sdk\integrations\__init__.py", line 105, in setup_integrations "sentry_sdk\integrations\__init__.py", line 41, in iter_default_integrations "lib\importlib\__init__.py", line 127, in import_module "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked ModuleNotFoundError: No module named 'sentry_sdk.integrations.stdlib'
0.679616
`Traceback (most recent call last): "trial.py", line 3, in <module> from torchio.transforms import ( ImportError: cannot import name 'Compose'`
Traceback (most recent call last): "/Users/milos/d/env/lib/python3.8/site-packages/numpy/core/__init__.py", line 22, in <module> from . import multiarray "/Users/milos/d/env/lib/python3.8/site-packages/numpy/core/multiarray.py", line 12, in <module> from . import overrides "/Users/milos/d/env/lib/python3.8/site-packages/numpy/core/overrides.py", line 7, in <module> from numpy.core._multiarray_umath import ( ImportError: dlopen(/Users/milos/d/env/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 2): Symbol not found: _npy_cabs
0.770478
Traceback (most recent call last):% | | ETA: --:--:-- "autosub_app.py", line 283, in <module> sys.exit(main()) "autosub_app.py", line 231, in main for i, transcript in enumerate(pool.imap(recognizer, extracted_regions)): "apps\Python27\lib\multiprocessing\pool.py", line 668, in next raise value AttributeError: 'module' object has no attribute 'exceptions'
Traceback (most recent call last): "C:\Analyze\Noriben-master\Noriben.py", line 1512, in <module> main() "C:\Analyze\Noriben-master\Noriben.py", line 1499, in main parse_csv(csv_file, report, timeline) "C:\Analyze\Noriben-master\Noriben.py", line 1077, in parse_csv error_output.append(original_line.strip()) AttributeError: 'list' object has no attribute 'strip'`
0.711208
Traceback (most recent call last): "udemy-dl.py", line 1432, in <module> main() "udemy-dl.py", line 1123, in main cache_credentials() TypeError: cache_credentials() takes at least 2 arguments (0 given)
Traceback (most recent call last): "docker-compose", line 3, in <module> "compose/cli/main.py", line 78, in main TypeError: can only concatenate str (not "dict") to str
0.721069
Traceback (most recent call last): "/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 148, in _async_setup_component component.setup, hass, processed_config) "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup future.result() "/usr/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 202, in setup client.update() "/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 228, in update self._sync() "/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 271, in _sync entity.changed() "/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 297, in changed self.schedule_update_ha_state() "/home/homeassistant/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 294, in schedule_update_ha_state self.hass.add_job(self.async_update_ha_state(force_refresh)) AttributeError: 'NoneType' object has no attribute 'add_job'
Traceback (most recent call last): "/usr/bin/salt-call", line 11, in <module> sys.exit(salt_call()) "/usr/lib/python3.6/site-packages/salt/scripts.py", line 472, in salt_call client.run() "/usr/lib/python3.6/site-packages/salt/cli/call.py", line 58, in run caller.run() "/usr/lib/python3.6/site-packages/salt/cli/caller.py", line 121, in run ret = self.call() "/usr/lib/python3.6/site-packages/salt/cli/caller.py", line 229, in call self.opts, data, func, args, kwargs "/usr/lib/python3.6/site-packages/salt/executors/direct_call.py", line 12, in execute return func(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/modules/zypperpkg.py", line 1932, in add_lock packages = list(__salt__["pkg_resource.parse_targets"](packages)[0].keys()) "/usr/lib/python3.6/site-packages/salt/modules/pkg_resource.py", line 174, in parse_targets packed = dict([(_normalize_name(x), version) for x in name.split(",")]) AttributeError: 'list' object has no attribute 'split'
0.688445
Traceback (most recent call last): "run.py", line 106, in <module> main() "run.py", line 99, in main env.train_and_test(agent, early_stop=args.early_stop, n_tests=args.runs) "/home/ubuntu/btcbot/btc_env.py", line 447, in train_and_test runner.run(timesteps=n_train, max_episode_timesteps=n_train) "/home/ubuntu/tensorforce/tensorforce/execution/runner.py", line 127, in run self.agent.observe(terminal=terminal, reward=reward) "/home/ubuntu/tensorforce/tensorforce/agents/agent.py", line 217, in observe reward=self.observe_reward "/home/ubuntu/tensorforce/tensorforce/models/model.py", line 1129, in observe episode = self.monitored_session.run(fetches=fetches, feed_dict=feed_dict) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 539, in run run_metadata=run_metadata) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1104, in run raise six.reraise(*original_exc_info) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1089, in run return self._sess.run(*args, **kwargs) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1161, in run run_metadata=run_metadata) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 941, in run return self._sess.run(*args, **kwargs) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 895, in run run_metadata_ptr) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1128, in _run feed_dict_tensor, options, run_metadata) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1344, in _do_run options, run_metadata) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1363, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: The node 'ppo/observe-timestep/cond/step_1/while/step/gradients/ppo/observe-timestep/cond/step_1/while/step/loss/predict/apply/apply_5/cond/dropout/div_grad/Shape/Switch' has inputs from different frames. The input 'ppo/observe-timestep/cond/step_1/while/step/loss/predict/apply/apply_5/cond/dropout/Shape/Switch' is in frame 'ppo/observe-timestep/cond/step_1/while/while_context'. The input 'ppo/observe-timestep/LogicalAnd_1' is in frame ''.
Traceback (most recent call last): "/home/user/py_env/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1322, in _do_call return fn(*args) "/home/user/py_env/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1307, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) "/home/user/py_env/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1409, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [24] rhs shape= [546]
0.703351
Traceback (most recent call last): "zeus.py", line 13, in <module> from var import blackwidow "/home/baal/bin/python/zeus-scanner/var/blackwidow/__init__.py", line 5, in <module> import lib.settings "/home/baal/bin/python/zeus-scanner/lib/settings.py", line 12, in <module> import whichcraft ImportError: No module named 'whichcraft'
cannot import name 'StorageAccountTypes'Traceback (most recent call last): "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\cli.py", line 206, in invoke "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\commands\__init__.py", line 273, in execute "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\parser.py", line 256, in parse_args "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1734, in parse_args args, argv = self.parse_known_args(args, namespace) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1766, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1954, in _parse_known_args positionals_end_index = consume_positionals(start_index) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1931, in consume_positionals take_action(action, args) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1840, in take_action action(self, namespace, argument_values, option_string) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1137, in __call__ subnamespace, arg_strings = parser.parse_known_args(arg_strings, None) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1766, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1972, in _parse_known_args start_index = consume_optional(start_index) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1912, in consume_optional take_action(action, args, option_string) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1840, in take_action action(self, namespace, argument_values, option_string) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 1024, in __call__ parser.print_help() "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\argparse.py", line 2366, in print_help self._print_message(self.format_help(), file) "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\parser.py", line 156, in format_help "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\parser.py", line 246, in format_help "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\_help.py", line 148, in show_help "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\help.py", line 664, in show_help "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\help.py", line 219, in __init__ "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\_help.py", line 242, in load "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\_help_loaders.py", line 153, in versioned_load "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\help.py", line 163, in load "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\knack\knack\parser.py", line 237, in __getattribute__ "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\__init__.py", line 460, in default_description_loader "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-cli-core\azure\cli\core\__init__.py", line 494, in get_op_handler "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-mgmt-compute\azure\mgmt\compute\v2018_09_30\__init__.py", line 12, in <module> "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-mgmt-compute\azure\mgmt\compute\v2018_09_30\compute_management_client.py", line 16, in <module> "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-mgmt-compute\azure\mgmt\compute\v2018_09_30\operations\__init__.py", line 12, in <module> "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-z6u9vbmn\azure-mgmt-compute\azure\mgmt\compute\v2018_09_30\operations\disks_operations.py", line 18, in <module> "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\site-packages\azure\mgmt\compute\v2018_09_30\models\__init__.py", line 56, in <module> from ._compute_management_client_enums import StorageAccountTypes ImportError: cannot import name 'StorageAccountTypes'
0.740811
Traceback (most recent call last): "/src/lutris/lutris/gui/lutriswindow.py", line 309, in on_sync_complete added_games, removed_games = response TypeError: 'NoneType' object is not iterable
Traceback (most recent call last): ".\pdfminer\pdfinterp.py", line 839, in process_page self.render_contents(page.resources, page.contents, ctm=ctm) ".\pdfminer\pdfinterp.py", line 850, in render_contents self.init_resources(resources) ".\pdfminer\pdfinterp.py", line 356, in init_resources self.fontmap[fontid] = self.rsrcmgr.get_font(objid, spec) ".\pdfminer\pdfinterp.py", line 204, in get_font font = self.get_font(None, subspec) ".\pdfminer\pdfinterp.py", line 195, in get_font font = PDFCIDFont(self, spec) ".\pdfminer\pdffont.py", line 665, in __init__ BytesIO(self.fontfile.get_data())) ".\pdfminer\pdftypes.py", line 292, in get_data self.decode() ".\pdfminer\pdftypes.py", line 273, in decode if 'Predictor' in params: TypeError: argument of type 'NoneType' is not iterable
0.671534
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/username/anaconda2/lib/python2.7/site-packages/folium/__init__.py", line 10, in <module> from .folium import Map "/home/username/anaconda2/lib/python2.7/site-packages/folium/folium/__init__.py", line 10, in <module> from folium.folium import Map, initialize_notebook, CircleMarker ImportError: cannot import name Map
Traceback (most recent call last): "test.py", line 1, in <module> from osgeo import gdal_array "/Users/davidh/repos/git/pyinstaller/PyInstaller/loader/pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages/osgeo/gdal_array.py", line 164, in <module> ImportError: cannot import name '_gdal_array'
0.798292
Traceback (most recent call last): “/home/fairseq/fairseq_cli/hydra_train.py", line 35, in hydra_main distributed_utils.call_main(cfg, pre_main) “/home/fairseq/fairseq/distributed_utils.py", line 334, in call_main main(cfg, **kwargs) “/home/fairseq/fairseq_cli/train.py", line 74, in main model = task.build_model(cfg.model) “/home/fairseq/fairseq/tasks/audio_pretraining.py", line 200, in build_model model = super().build_model(model_cfg) “/home/fairseq/fairseq/tasks/fairseq_task.py", line 282, in build_model model = models.build_model(cfg, self) “/home/fairseq/fairseq/models/__init__.py", line 86, in build_model return model.build_model(cfg, task) “/home/fairseq/fairseq/models/wav2vec/wav2vec2_asr.py", line 147, in build_model w2v_encoder = Wav2VecEncoder(cfg, task.target_dictionary) “/home/fairseq/fairseq/models/wav2vec/wav2vec2_asr.py", line 304, in __init__ model.remove_pretraining_modules() "/root/miniconda3/envs/py36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 594, in __getattr__ type(self).__name__, name)) AttributeError: 'Wav2VecCtc' object has no attribute 'remove_pretraining_modules'
[ERROR ] An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/state.py", line 2172, in call *cdata["args"], **cdata["kwargs"] "/usr/lib/python3/dist-packages/salt/loader.py", line 1235, in __call__ return self.loader.run(run_func, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2268, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2283, in _run_as return _func_or_method(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2316, in wrapper return f(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/states/virt.py", line 100, in keys pillar = __salt__["pillar.ext"]({"libvirt": "_"}, pillar_kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 1235, in __call__ return self.loader.run(run_func, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2268, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) "/usr/lib/python3/dist-packages/salt/loader.py", line 2283, in _run_as return _func_or_method(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/modules/pillar.py", line 513, in ext ret = pillar_obj.compile_pillar() "/usr/lib/python3/dist-packages/salt/pillar/__init__.py", line 330, in compile_pillar load, dictkey="pillar", "/usr/lib/python3/dist-packages/salt/utils/asynchronous.py", line 126, in wrap six.reraise(*results[1]) "/usr/lib/python3/dist-packages/salt/ext/six.py", line 693, in reraise raise value "/usr/lib/python3/dist-packages/salt/utils/asynchronous.py", line 132, in _target result = io_loop.run_sync(lambda: getattr(self.obj, key)(*args, **kwargs)) "/usr/lib/python3/dist-packages/salt/ext/tornado/ioloop.py", line 459, in run_sync return future_cell[0].result() "/usr/lib/python3/dist-packages/salt/ext/tornado/concurrent.py", line 249, in result raise_exc_info(self._exc_info) "<string>", line 4, in raise_exc_info "/usr/lib/python3/dist-packages/salt/ext/tornado/gen.py", line 309, in wrapper yielded = next(result) "/usr/lib/python3/dist-packages/salt/transport/zeromq.py", line 351, in crypted_transfer_decode_dictentry self._package_load(self.auth.crypticle.dumps(load)), "/usr/lib/python3/dist-packages/salt/crypt.py", line 1538, in dumps return self.encrypt(self.PICKLE_PAD + self.serial.dumps(obj)) "/usr/lib/python3/dist-packages/salt/payload.py", line 196, in dumps msg, default=ext_type_encoder, use_bin_type=use_bin_type "/usr/lib/python3/dist-packages/salt/utils/msgpack.py", line 133, in packb return msgpack.packb(o, **_sanitize_msgpack_kwargs(kwargs)) "/usr/local/lib/python3.7/dist-packages/msgpack/__init__.py", line 35, in packb return Packer(**kwargs).pack(o) "msgpack/_packer.pyx", line 292, in msgpack._cmsgpack.Packer.pack "msgpack/_packer.pyx", line 298, in msgpack._cmsgpack.Packer.pack "msgpack/_packer.pyx", line 295, in msgpack._cmsgpack.Packer.pack "msgpack/_packer.pyx", line 231, in msgpack._cmsgpack.Packer._pack "msgpack/_packer.pyx", line 285, in msgpack._cmsgpack.Packer._pack "/usr/lib/python3/dist-packages/salt/payload.py", line 190, in ext_type_encoder return dict(obj) "/usr/lib/python3.7/_collections_abc.py", line 720, in __iter__ yield from self._mapping "/usr/lib/python3/dist-packages/salt/loader_context.py", line 91, in __iter__ return self.value().__iter__() AttributeError: 'NoneType' object has no attribute '__iter__'
0.673578
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/subliminal/cli.py", line 208, in download scanned_videos = scan_videos(p, subtitles=not force, embedded_subtitles=not force) "/usr/local/lib/python2.7/dist-packages/subliminal/video.py", line 415, in scan_videos for dirpath, dirnames, filenames in os.walk(path): "/usr/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib/python2.7/os.py", line 286, in walk if isdir(join(top, name)): "/usr/lib/python2.7/posixpath.py", line 80, in join path += '/' + bUnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 20: ordinal not in range(128)
Traceback (most recent call last): "/root/cobra/cobra/__init__.py", line 105, in main cli.start(args.target, args.format, args.output, args.special_rules, a_sid, args.dels) "/root/cobra/cobra/cli.py", line 83, in start main_framework = dt.framework "/root/cobra/cobra/detection.py", line 82, in framework frame_name = self.dependency_scan(root) # Based on the dependency analysis framework type "/root/cobra/cobra/detection.py", line 102, in dependency_scan dependencies = Dependencies(self.target_directory) "/root/cobra/cobra/dependencies.py", line 32, in __init__ self.dependencies() "/root/cobra/cobra/dependencies.py", line 35, in dependencies file_path, flag = self.find_file() "/root/cobra/cobra/dependencies.py", line 53, in find_file for root, dirs, filenames in os.walk(self.directory): "/usr/lib64/python2.7/os.py", line 294, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib64/python2.7/os.py", line 294, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib64/python2.7/os.py", line 294, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib64/python2.7/os.py", line 294, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib64/python2.7/os.py", line 294, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib64/python2.7/os.py", line 284, in walk if isdir(join(top, name)): "/usr/lib64/python2.7/posixpath.py", line 80, in join path += '/' + bUnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 1: invalid continuation byte
0.808077
Traceback (most recent call last): "/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/home/user01/anaconda2/envs/tensorflow/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/home/user01/SRGAN-master/tensorlayer/prepro.py", line 87, in apply_fn results[i] = fn(data, **kwargs) "/home/user01/SRGAN-master/utils.py", line 24, in downsample_fn x = imresize(x, size=[96, 96], interp='bicubic', mode=None) "/home/user01/SRGAN-master/tensorlayer/prepro.py", line 834, in imresize if x.shape[-1] == 1: AttributeError: 'NoneType' object has no attribute 'shape'
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py", line 301, in process_lines await self.add_user_messages(user_messages, line_num) "/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py", line 383, in add_user_messages *[self._parse_message(m, line_num) for m in messages] "/usr/local/lib/python3.6/site-packages/rasa/core/training/dsl.py", line 367, in _parse_message if intent_name not in self.domain.intents: AttributeError: 'NoneType' object has no attribute 'intents'
0.683783
Traceback (most recent call last): "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/_compat.py", line 36, in reraise raise value "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/server/handlers.py", line 81, in wrapper return func(*args, **kwargs) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/server/handlers.py", line 209, in _update_run response_message = UpdateRun.Response(run_info=updated_info.to_proto()) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/entities/run_info.py", line 150, in to_proto proto.experiment_id = self.experiment_id TypeError: 0 has type int, but expected one of: bytes, unicode
Traceback (most recent call last): "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 2311, in wsgi_app response = self.full_dispatch_request() "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/_compat.py", line 36, in reraise raise value "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/flask/app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/server/handlers.py", line 81, in wrapper return func(*args, **kwargs) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/server/handlers.py", line 272, in _get_run response_message.run.MergeFrom(_get_store().get_run(request_message.run_uuid).to_proto()) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/entities/run.py", line 38, in to_proto run.info.MergeFrom(self.info.to_proto()) "/home/parmanand/PycharmProjects/mlflow_tracking_service/venv/lib/python3.5/site-packages/mlflow/entities/run_info.py", line 150, in to_proto proto.experiment_id = self.experiment_id TypeError: 0 has type int, but expected one of: bytes, unicode
0.814461
Traceback (most recent call last): "/var/cache/salt/minion/extmods/proxy/napalm.py", line 284, in call out = getattr(NETWORK_DEVICE.get('DRIVER'), method)(**params) # calls the method with the specified parameters "/usr/local/lib/python2.7/site-packages/napalm_iosxr/iosxr.py", line 706, in get_bgp_config result_tree = ETREE.fromstring(self.device.make_rpc_call(rpc_command)) AttributeError: 'NoneType' object has no attribute 'lower'
Traceback (most recent call last): "test.py", line 9, in <module> get = http.request(method='GET', url=url, headers={'X-Plex-Token': token}) "/Users/someusername/Library/Python/3.7/lib/python/site-packages/urllib3/request.py", line 76, in request method, url, fields=fields, headers=headers, **urlopen_kw "/Users/someusername/Library/Python/3.7/lib/python/site-packages/urllib3/request.py", line 97, in request_encode_url return self.urlopen(method, url, **extra_kw) "/Users/someusername/Library/Python/3.7/lib/python/site-packages/urllib3/poolmanager.py", line 330, in urlopen response = conn.urlopen(method, u.request_uri, **kw) "/Users/someusername/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 615, in urlopen url = six.ensure_str(_encode_target(url)) "/Users/someusername/Library/Python/3.7/lib/python/site-packages/urllib3/util/url.py", line 328, in _encode_target path, query, fragment = TARGET_RE.match(target).groups() AttributeError: 'NoneType' object has no attribute 'groups'
0.684571
Traceback (most recent call last): "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/http/server.py", line 77, in wrapped_request_handler await h(self, request) "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/http/server.py", line 326, in _async_render callback_return = await callback_return "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/rest/admin/purge_room_servlet.py", line 55, in on_POST await self.pagination_handler.purge_room(body["room_id"]) "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/handlers/pagination.py", line 281, in purge_room await self.storage.purge_events.purge_room(room_id) "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks result = g.send(result) "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/storage/purge_events.py", line 37, in purge_room yield self.stores.main.purge_room_state(room_id, state_groups_to_delete) AttributeError: 'DataStore' object has no attribute 'purge_room_state'
Traceback (most recent call last): "mitmproxy/tools/console/master.py", line 281, in run "site-packages/urwid/main_loop.py", line 278, in run "site-packages/urwid/main_loop.py", line 376, in _run "site-packages/urwid/main_loop.py", line 682, in run "site-packages/urwid/main_loop.py", line 719, in _loop "site-packages/urwid/raw_display.py", line 393, in <lambda> "site-packages/urwid/raw_display.py", line 493, in parse_input "site-packages/urwid/main_loop.py", line 403, in _update "site-packages/urwid/main_loop.py", line 503, in process_input "mitmproxy/tools/console/window.py", line 84, in keypress "site-packages/urwid/container.py", line 1128, in keypress "mitmproxy/tools/console/flowlist.py", line 417, in keypress "site-packages/urwid/listbox.py", line 987, in keypress "site-packages/urwid/listbox.py", line 939, in make_cursor_visible "mitmproxy/tools/console/flowlist.py", line 284, in get_focus "mitmproxy/tools/console/flowlist.py", line 123, in __init__ "mitmproxy/tools/console/flowlist.py", line 132, in get_text "mitmproxy/tools/console/common.py", line 427, in format_flow AttributeError: 'NoneType' object has no attribute 'state'
0.673347
Traceback (most recent call last): "/usr/local/Cellar/python/2.7.2/lib/python2.7/doctest.py", line 1254, in __run compileflags, 1) in test.globs "<doctest align.doctest[24]>", line 1, in <module> print round(em_ibm1.probabilities['the', 'Buch'], 1) NameError: name 'em_ibm1' is not defined
Traceback (most recent call last): "<console>", line 1, in <module> NameError: name 'manim' is not defined
0.76038
Traceback (most recent call last): "site-packages\urllib3\connectionpool.py", line 601, in urlopen "site-packages\urllib3\connectionpool.py", line 357, in _make_request "http\client.py", line 1106, in request "http\client.py", line 1151, in _send_request "http\client.py", line 1102, in endheaders "http\client.py", line 934, in _send_output "http\client.py", line 877, in send "site-packages\urllib3\connection.py", line 166, in connect "site-packages\urllib3\connection.py", line 150, in _new_conn urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x029F1370>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request self._validate_conn(conn) "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn conn.connect() "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 284, in connect conn = self._new_conn() "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f2da86a0588>: Failed to establish a new connection: [Errno -3] Try again
0.798847
Traceback (most recent call last): "c:\projects\plover\plover\registry.py", line 56, in register_plugin_from_entrypoint obj = entrypoint.load() "C:\projects\plover\venv\lib\site-packages\pkg_resources\__init__.py", line 2450, in load return self.resolve() "C:\projects\plover\venv\lib\site-packages\pkg_resources\__init__.py", line 2456, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "c:\projects\plover\plover\gui_qt\suggestions_dialog.py", line 18, in <module> from plover.gui_qt.suggestions_dialog_ui import Ui_SuggestionsDialog ModuleNotFoundError: No module named 'plover.gui_qt.suggestions_dialog_ui'
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'dectron2'
0.777504
Traceback (most recent call last): "/Users/jaraco/.cache/pre-commit/repoogmwxpko/py_env-python3.6/bin/black", line 7, in <module> from black import main "/Users/jaraco/.cache/pre-commit/repoogmwxpko/py_env-python3.6/lib/python3.6/site-packages/black.py", line 41, in <module> import toml ModuleNotFoundError: No module named 'toml'
Traceback (most recent call last): "video_emotion_color_demo.py", line 3, in <module> import cv2 ModuleNotFoundError: No module named 'cv2'
0.809082
Traceback (most recent call last): "/home/quinten/.local/lib/python2.7/site-packages/twisted/web/server.py", line 198, in process self.render(resrc) "/home/quinten/.local/lib/python2.7/site-packages/twisted/web/server.py", line 258, in render body = resrc.render(self) "/home/quinten/.local/lib/python2.7/site-packages/twisted/web/resource.py", line 250, in render return m(request) "/home/quinten/Documents/tribler/Tribler/Core/Modules/restapi/debug_endpoint.py", line 531, in render_GET return json.dumps({"state": "STARTED" if self.session.lm.resource_monitor.profiler_running else "STOPPED"}) AttributeError: 'NoneType' object has no attribute 'profiler_running'
Traceback (most recent call last): "/project_dir/env/lib/python3.5/site-packages/coremltools/converters/nnssa/frontend/graph_pass/type_inference.py", line 86, in visit ret = visitor(node) "/project_dir/env/lib/python3.5/site-packages/coremltools/converters/nnssa/frontend/graph_pass/type_inference.py", line 1405, in visit_StridedSlice input_shape = input_type.get_shape() AttributeError: 'NoneType' object has no attribute 'get_shape'
0.685916
Traceback (most recent call last): "test.py", line 1, in <module> import paddle.fluid "D:\Program s\Python36\lib\site-packages\paddle\fluid\__init__.py", line 18, in <module> from . import framework "D:\Program s\Python36\lib\site-packages\paddle\fluid\framework.py", line 47, in <module> (executable_path, executable_path, cpt.get_exception_message(e))) ImportError: NOTE: You may need to run "set PATH=D:\Program s\Python36;%PATH%"
Traceback (most recent call last): "./CellProfiler/CellProfiler.py", line 252, in main run_pipeline_headless(options, args) "./CellProfiler/CellProfiler.py", line 790, in run_pipeline_headless from cellprofiler.pipeline import Pipeline, EXIT_STATUS, M_PIPELINE "/project/hit_cell/process-plate/CellProfiler/cellprofiler/pipeline.py", line 52, in <module> import cellprofiler.objects as cpo "/project/hit_cell/process-plate/CellProfiler/cellprofiler/objects.py", line 19, in <module> from cellprofiler.cpmath.cpmorphology import all_connected_components "/project/hit_cell/process-plate/CellProfiler/cellprofiler/cpmath/cpmorphology.py", line 20, in <module> import _cpmorphology ImportError: No module named _cpmorphology
0.769546
LLVM version... Traceback (most recent call last): "/tmp/pip-install-h_ejx14p/llvmlite_f81d081f17f548888ae1dfb6f70dd790/ffi/build.py", line 105, in main_posix out = subprocess.check_output([llvm_config, '--version']) "/usr/lib/python3.7/subprocess.py", line 395, in check_output **kwargs).stdout "/usr/lib/python3.7/subprocess.py", line 472, in run with Popen(*popenargs, **kwargs) as process: "/usr/lib/python3.7/subprocess.py", line 775, in __init__ restore_signals, start_new_session) "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: 'llvm-config': 'llvm-config'
Traceback (most recent call last): "C:\Anaconda3\Scripts\xonsh-script.py", line 5, in <module> sys.exit(xonsh.main.main()) "C:\Anaconda3\lib\site-packages\xonsh\main.py", line 236, in main args = premain(argv) "C:\Anaconda3\lib\site-packages\xonsh\main.py", line 223, in premain shell = builtins.**xonsh_shell** = Shell(**shell_kwargs) "C:\Anaconda3\lib\site-packages\xonsh\shell.py", line 74, in **init** ctx=self.ctx, **kwargs) "C:\Anaconda3\lib\site-packages\xonsh\ptk\shell.py", line 30, in **init** super().**init**(**kwargs) "C:\Anaconda3\lib\site-packages\xonsh\base_shell.py", line 118, in **init** self.completer = Completer() "C:\Anaconda3\lib\site-packages\xonsh\completer.py", line 13, in **init** update_bash_completion() "C:\Anaconda3\lib\site-packages\xonsh\completers\bash.py", line 57, in update_bash_completion _load_bash_complete_funcs() "C:\Anaconda3\lib\site-packages\xonsh\completers\bash.py", line 127, in _load_bash_complete_funcs out = _source_completions(inp) "C:\Anaconda3\lib\site-packages\xonsh\completers\bash.py", line 166, in _source_completions env=builtins.__xonsh_env__.detype(), stderr=subprocess.DEVNULL) "C:\Anaconda3\lib\subprocess.py", line 629, in check_output *_kwargs).stdout "C:\Anaconda3\lib\subprocess.py", line 696, in run with Popen(_popenargs, **kwargs) as process: "C:\Anaconda3\lib\subprocess.py", line 950, in **init** restore_signals, start_new_session) "C:\Anaconda3\lib\subprocess.py", line 1220, in _execute_child startupinfo) NotFoundError: [WinError 2] The system cannot find the file specified
0.754238
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/gykovacs/anaconda3/envs/p35/lib/python3.5/site-packages/minisom.py", line 23 progress = f'\r [ {0:{len(str(m))}} / {m} ] {0:3.0f}% - ? it/s' ^ SyntaxError: invalid syntax
Traceback (most recent call last): "/home/mark/ansible-2.6/bin/ansible", line 118, in <module> exit_code = cli.run() "/home/mark/ansible-2.6/lib/python2.7/site-packages/ansible/cli/adhoc.py", line 181, in run result = self._tqm.run(play) "/home/mark/ansible-2.6/lib/python2.7/site-packages/ansible/executor/task_queue_manager.py", line 231, in run self.load_callbacks() "/home/mark/ansible-2.6/lib/python2.7/site-packages/ansible/executor/task_queue_manager.py", line 193, in load_callbacks for callback_plugin in callback_loader.all(class_only=True): "/home/mark/ansible-2.6/lib/python2.7/site-packages/ansible/plugins/loader.py", line 489, in all module = self._load_module_source(name, path) "/home/mark/ansible-2.6/lib/python2.7/site-packages/ansible/plugins/loader.py", line 357, in _load_module_source module = imp.load_source(full_name, path, module_file) "/home/mark/ansible-2.6/lib/python2.7/site-packages/ara/plugins/callbacks/log_ara.py", line 29, in <module> from ara.webapp import create_app "/home/mark/ansible-2.6/lib/python2.7/site-packages/ara/webapp.py", line 39, in <module> from ara.utils import fast_count "/home/mark/ansible-2.6/lib/python2.7/site-packages/ara/utils.py", line 24, in <module> import pyfakefs.fake_filesystem as fake_filesystem "/home/mark/ansible-2.6/lib/python2.7/site-packages/pyfakefs/fake_filesystem.py", line 1195 def utime(self, path, times=None, *, ns=None, follow_symlinks=True): ^ SyntaxError: invalid syntax
0.900716
Traceback (most recent call last): "/home/ubuntu/MaskTrack-master/training/train_offline.py", line 120, in <module> lr=base_lr, momentum=0.9, weight_decay=weight_decay) "/home/ubuntu/anaconda3/envs/pytorch/lib/python2.7/site-packages/torch/optim/sgd.py", line 57, in __init__ super(SGD, self).__init__(params, defaults) "/home/ubuntu/anaconda3/envs/pytorch/lib/python2.7/site-packages/torch/optim/optimizer.py", line 39, in __init__ self.add_param_group(param_group) "/home/ubuntu/anaconda3/envs/pytorch/lib/python2.7/site-packages/torch/optim/optimizer.py", line 146, in add_param_group param_group['params'] = list(params) "/home/ubuntu/MaskTrack-master/training/utility_functions.py", line 34, in get_1x_lr_params_NOscale b.append(model.module.Scale.conv1) "/home/ubuntu/anaconda3/envs/pytorch/lib/python2.7/site-packages/torch/nn/modules/module.py", line 398, in __getattr__ type(self).__name__, name)) AttributeError: 'Deeplab' object has no attribute 'module'
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-31xxfumm/pycurl/setup.py", line 957, in <module> ext = get_extension(sys.argv, split_extension_source=split_extension_source) "/tmp/pip-install-31xxfumm/pycurl/setup.py", line 618, in get_extension ext_config = ExtensionConfiguration(argv) "/tmp/pip-install-31xxfumm/pycurl/setup.py", line 101, in __init__ self.configure() "/tmp/pip-install-31xxfumm/pycurl/setup.py", line 322, in configure_unix self.detect_ssl_backend() "/tmp/pip-install-31xxfumm/pycurl/setup.py", line 214, in detect_ssl_backend ssl_lib_detected = self.detect_ssl_lib_on_centos6() "/tmp/pip-install-31xxfumm/pycurl/setup.py", line 381, in detect_ssl_lib_on_centos6 dist_name, dist_version, _ = platform.dist() AttributeError: module 'platform' has no attribute 'dist'
0.748127
Traceback (most recent call last): "./rfcn/demo.py", line 17, in <module> from utils.image import resize, transform "/net/mlfs01/export/users/cyma/codes/Deformable-ConvNets/rfcn/../lib/utils/image.py", line 6, in <module> from bbox.bbox_transform import clip_boxes "/net/mlfs01/export/users/cyma/codes/Deformable-ConvNets/rfcn/../lib/bbox/bbox_transform.py", line 6, in <module> from bbox import bbox_overlaps_cython ImportError: cannot import name bbox_overlaps_cython
Traceback (most recent call last): "object_detection/create_pet_tf_record.py", line 39, in <module> from object_detection.utils import dataset_util ImportError: No module named object_detection.utils
0.73724
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 335, in _async_add_entity await entity.async_device_update(warning=False) "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 456, in async_device_update await self.hass.async_add_executor_job( "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 106, in update self.data.update() "/usr/src/homeassistant/homeassistant/util/__init__.py", line 239, in wrapper result = method(*args, **kwargs) "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 169, in update service, params = self._prepare_query() "/usr/src/homeassistant/homeassistant/components/google/calendar.py", line 132, in _prepare_query service = self.calendar_service.get() "/usr/src/homeassistant/homeassistant/components/google/__init__.py", line 347, in get http = credentials.authorize(httplib2.Http()) AttributeError: 'NoneType' object has no attribute 'authorize'
Traceback (most recent call last): "/home/msukhorukov/.local/lib/python2.7/site-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "/home/msukhorukov/.local/lib/python2.7/site-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) "/home/msukhorukov/.local/lib/python2.7/site-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/msukhorukov/.local/lib/python2.7/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "/home/msukhorukov/.local/lib/python2.7/site-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/msukhorukov/.local/lib/python2.7/site-packages/samcli/local/apigw/local_apigw_service.py", line 140, in _request_handler self.lambda_runner.invoke(route.function_name, event, stdout=stdout_stream, stderr=self.stderr) "/home/msukhorukov/.local/lib/python2.7/site-packages/samcli/commands/local/lib/local_lambda.py", line 80, in invoke stdout=stdout, stderr=stderr) "/home/msukhorukov/.local/lib/python2.7/site-packages/samcli/local/lambdafn/runtime.py", line 83, in invoke self._container_manager.run(container) "/home/msukhorukov/.local/lib/python2.7/site-packages/samcli/local/docker/manager.py", line 52, in run if not self.has_image(image_name) or not self.skip_pull_image: "/home/msukhorukov/.local/lib/python2.7/site-packages/samcli/local/docker/manager.py", line 110, in has_image except docker.errors.ImageNotFound: AttributeError: 'module' object has no attribute 'ImageNotFound'
0.686753
Traceback (most recent call last): "C:\Program s\Sublime Text 3\sublime_plugin.py", line 109, in reload_plugin m = importlib.import_module(modulename) "./python3.3/importlib/__init__.py", line 90, in import_module "<frozen importlib._bootstrap>", line 1584, in _gcd_import "<frozen importlib._bootstrap>", line 1565, in _find_and_load "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked "C:\Program s\Sublime Text 3\sublime_plugin.py", line 915, in load_module exec(compile(source, source_path, 'exec'), mod.__dict__) "commands in C:\Users\Koyot\AppData\Roaming\Sublime Text 3\Installed Packages\SendCode.sublime-package", line 4, in <module> "C:\Program s\Sublime Text 3\sublime_plugin.py", line 915, in load_module exec(compile(source, source_path, 'exec'), mod.__dict__) "textgetter in C:\Users\Koyot\AppData\Roaming\Sublime Text 3\Installed Packages\SendCode.sublime-package", line 3, in <module> ImportError: cannot import name SettingManager
Traceback (most recent call last): "main.py", line 15, in <module> from kivy.app import App ImportError: No module named kivy.app
0.762913
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'nlp.logging'
Traceback (most recent call last): "trape.py", line 23, in <module> from core.utils import utils # "E:\cmder\trape\core\utils.py", line 23, in <module> import httplib ModuleNotFoundError: No module named 'httplib'
0.819228
Traceback (most recent call last): "<string>", line 1, in <module> ModuleNotFoundError: No module named 'tests'
Traceback (most recent call last): "/home/travis/virtualenv/python3.9-dev/bin/pip", line 6, in <module> from pip._internal.cli.main import main ModuleNotFoundError: No module named 'pip'
0.784134
Traceback (most recent call last): "main.py", line 229, in <module> (order, executed) = parse_order_into_ledger(line[1:], my_ledger) "main.py", line 192, in parse_order_into_ledger order_object = CancelOrder(order_string, ledger) "main.py", line 172, in __init__ super().__init__(order_line, ledger) TypeError: super() takes at least 1 argument (0 given)
Traceback (most recent call last): "/usr/local/bin/bert-serving-start", line 8, in <module> sys.exit(main()) "/usr/local/lib/python3.6/dist-packages/bert_serving/server/cli/__init__.py", line 4, in main with BertServer(get_run_args()) as server: "/usr/local/lib/python3.6/dist-packages/bert_serving/server/__init__.py", line 71, in __init__ self.graph_path, self.bert_config = pool.apply(optimize_graph, (self.args,)) TypeError: 'NoneType' object is not iterable
0.673955
Traceback (most recent call last): "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 84, in async_setup SLOW_SETUP_MAX_WAIT, loop=hass.loop) "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result raise self._exception "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mochad.py", line 41, in setup_platform hass, mochad.CONTROLLER.ctrl, dev) for dev in devs]) "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mochad.py", line 41, in <listcomp> hass, mochad.CONTROLLER.ctrl, dev) for dev in devs]) "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mochad.py", line 60, in __init__ self._state = self._get_device_status() "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mochad.py", line 71, in _get_device_status status = self.device.get_status().rstrip() "/srv/homeassistant/lib/python3.6/site-packages/pymochad/device.py", line 55, in get_status return self.controller.read_data().lower() "/srv/homeassistant/lib/python3.6/site-packages/pymochad/controller.py", line 83, in read_data data = self.socket.recv(4096) ConnectionRefusedError: [Errno 111] Connection refused
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3/dist-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 80, in create_connection raise err "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 70, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
0.755341
Traceback (most recent call last): "./bittrex.py", line 3, in <module> from bittrex.bittrex import Bittrex, API_V2_0 "/home/ubuntu/autotrade/bittrex.py", line 3, in <module> from bittrex.bittrex import Bittrex, API_V2_0 ImportError: No module named bittrex
Traceback (most recent call last): "tools/eval_net.py", line 38, in <module> from pyActionRecog.action_caffe import CaffeNet "./pyActionRecog/action_caffe.py", line 4, in <module> import caffe "./lib/caffe-action/python/caffe/__init__.py", line 1, in <module> from .pycaffe import Net, SGDSolver "./lib/caffe-action/python/caffe/pycaffe.py", line 13, in <module> from ._caffe import Net, SGDSolver ImportError: ./lib/caffe-action/python/caffe/_caffe.so: undefined symbol: _ZN5caffe4mtx_E
0.736213
Traceback (most recent call last): "./faraday-server.py", line 5, in <module> import argparse "/usr/local/lib/python2.7/argparse.py", line 85, in <module> import collections as _collections "/usr/local/lib/python2.7/collections.py", line 8, in <module> from _collections import deque, defaultdict ImportError: No module named _collections
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
0.822158
`Traceback (most recent call last): "run_me.py", line 11, in <module> from jnius import autoclass ImportError: No module named jnius`
Traceback (most recent call last): "train.py", line 11, in <module> import lasagne "/Users/loretoparisi/Documents/MyProjects/SIF/.env/lib/python2.7/site-packages/lasagne/__init__.py", line 19, in <module> from . import layers "/Users/loretoparisi/Documents/MyProjects/SIF/.env/lib/python2.7/site-packages/lasagne/layers/__init__.py", line 7, in <module> from .pool import * "/Users/loretoparisi/Documents/MyProjects/SIF/.env/lib/python2.7/site-packages/lasagne/layers/pool.py", line 6, in <module> from theano.tensor.signal import downsample ImportError: cannot import name downsample
0.775365
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 145 def dict_count_key_num(data: dict, key, like=False): ^ SyntaxError: invalid syntax
Traceback (most recent call last): "train.py", line 7, in <module> from dataloaders import make_data_loader "/content/pytorch-deeplab-xception/dataloaders/__init__.py", line 53 return train_loader, val_loader, test_loader, num_class: ^ SyntaxError: invalid syntax
0.918673
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.4/site-packages/sqlalchemy/__init__.py", line 8, in <module> from . import util as _util # noqa "/usr/local/lib/python3.4/site-packages/sqlalchemy/util/__init__.py", line 14, in <module> from ._collections import coerce_generator_arg # noqa "/usr/local/lib/python3.4/site-packages/sqlalchemy/util/_collections.py", line 16, in <module> from .compat import binary_types "/usr/local/lib/python3.4/site-packages/sqlalchemy/util/compat.py", line 189, in <module> from typing import TYPE_CHECKING ImportError: No module named 'typing'
Traceback (most recent call last): "tools/infer_rec.py", line 40, in <module> from ppocr.data.reader_main import test_reader ImportError: cannot import name 'test_reader' from 'ppocr.data.reader_main' (/home/aistudio/ppocr/data/reader_main.py)
0.826257
Traceback (most recent call last): "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/logging/__init__.py", line 1081, in emit msg = self.format(record) "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/logging/__init__.py", line 925, in format return fmt.format(record) "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/logging/__init__.py", line 672, in format record.exc_text = self.formatException(record.exc_info) "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/logging/__init__.py", line 622, in formatException traceback.print_exception(ei[0], ei[1], tb, None, sio) "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 103, in print_exception for line in TracebackException( "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 523, in __init__ self._load_lines() "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 535, in _load_lines self.__context__._load_lines() "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 535, in _load_lines self.__context__._load_lines() "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 535, in _load_lines self.__context__._load_lines() [Previous line repeated 5 more times] "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 533, in _load_lines frame.line "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/traceback.py", line 288, in line self._line = linecache.getline(self.filename, self.lineno).strip() "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/linecache.py", line 16, in getline lines = getlines(filename, module_globals) "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/linecache.py", line 47, in getlines return updatecache(filename, module_globals) "/Users/bane/.pythonrc", line 274, in updatecache lines = fp.readlines() "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 2636: ordinal not in range(128)
Traceback (most recent call last): "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/views.py", line 398, in index response = default_view() "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/views.py", line 384, in default_view return preemptively_cached() "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 895, in decorated_function return f(*args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 949, in decorated_function return f(*args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 682, in decorated_function rv = f_with_duration(*args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 651, in f_with_duration return f(*args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 904, in decorated_function rv = f(*args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 920, in decorated_function rv = f(*args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/views.py", line 371, in make_default_ui r = make_response(render_template("index.jinja2", **render_kwargs)) "/home/pi/oprint/local/lib/python2.7/site-packages/flask/templating.py", line 128, in render_template context, ctx.app) "/home/pi/oprint/local/lib/python2.7/site-packages/flask/templating.py", line 110, in _render rv = template.render(context) "/home/pi/oprint/local/lib/python2.7/site-packages/jinja2/environment.py", line 989, in render return self.environment.handle_exception(exc_info, True) "/home/pi/oprint/local/lib/python2.7/site-packages/jinja2/environment.py", line 754, in handle_exception reraise(exc_type, exc_value, tb) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/templates/index.jinja2", line 14, in top-level template code {% include 'stylesheets.jinja2' %} "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/templates/stylesheets.jinja2", line 3, in top-level template code {% assets "css_plugins" %}<link href="{{ ASSET_URL }}" rel="stylesheet" media="screen">{% endassets %} "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/ext/jinja2.py", line 186, in _render_assets urls = bundle.urls() "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/bundle.py", line 806, in urls urls.extend(bundle._urls(new_ctx, extra_filters, *args, **kwargs)) "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/bundle.py", line 765, in _urls *args, **kwargs) "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/bundle.py", line 619, in _build force, disable_cache=disable_cache, extra_filters=extra_filters) "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/bundle.py", line 543, in _merge_and_apply kwargs=item_data) "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/merge.py", line 276, in apply return self._wrap_cache(key, func) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 219, in fixed_wrap_cache content = self.cache.get(key) "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/server/util/flask.py", line 182, in fixed_get hash = make_md5(self.V, key) "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/cache.py", line 84, in make_md5 for d in walk(data): "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/cache.py", line 61, in walk for d in walk(item): yield d "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/cache.py", line 61, in walk for d in walk(item): yield d "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/cache.py", line 67, in walk yield obj.data().encode('utf-8') "/home/pi/oprint/local/lib/python2.7/site-packages/webassets/merge.py", line 79, in data return f.read() "/home/pi/oprint/lib/python2.7/codecs.py", line 314, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 0: invalid start byte
0.702793
Traceback (most recent call last): "./manage.py", line 10, in <module> from configurations.management import execute_from_command_line ImportError: No module named 'configurations'
Traceback (most recent call last): "/Users/laurentperrinet/science/pupil/pupil/pupil_src/launchables/world.py", line 118, in world from plugin_manager import Plugin_Manager "/Users/laurentperrinet/science/pupil/pupil/pupil_src/shared_modules/plugin_manager.py", line 15, in <module> from video_capture import Base_Manager, Base_Source "/Users/laurentperrinet/science/pupil/pupil/pupil_src/shared_modules/video_capture/__init__.py", line 45, in <module> from .realsense_backend import Realsense_Source, Realsense_Manager "/Users/laurentperrinet/science/pupil/pupil/pupil_src/shared_modules/video_capture/realsense_backend.py", line 19, in <module> from pyrealsense.constants import rs_stream, rs_option, rs_preset ImportError: cannot import name 'rs_preset'
0.794555
Traceback (most recent call last): "build.py", line 30, in <module> import pathlib2 ModuleNotFoundError: No module named 'pathlib2'
Traceback (most recent call last): "test.py", line 8, in <module> from keras_retinanet.utils.colors import label_color ModuleNotFoundError: No module named 'keras_retinanet.utils.colors'
0.799205
Traceback (most recent call last): "/home/patrick/.pyenv/versions/calendar/lib/python2.7/site-packages/googleapiclient/discovery_cache/__init__.py", line 38, in autodetect from . import file_cache "/home/patrick/.pyenv/versions/calendar/lib/python2.7/site-packages/googleapiclient/discovery_cache/file_cache.py", line 32, in <module> from oauth2client.locked_file import Locked ImportError: No module named locked_file
Traceback (most recent call last): "C:\Python34\lib\asyncio\__init__.py", line 16, in <module> from . import _overlapped ImportError: cannot import name '_overlapped'
0.772323
Traceback (most recent call last): "/usr/local/bin/youtube-dl", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 474, in main _real_main(argv) "/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 464, in _real_main retcode = ydl.download(all_urls) "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 2019, in download url, force_generic_extractor=self.params.get('force_generic_extractor', False)) "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/xtube.py", line 110, in _real_extract for format_id, format_url in sources.items(): AttributeError: 'NoneType' object has no attribute 'items'
Traceback (most recent call last): "/home/travis/build/Netflix/lemur/lemur/tests/conftest.py", line 79, in db _db.drop_all() "/home/travis/virtualenv/python3.7.6/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 1102, in drop_all self._execute_for_all_tables(app, bind, 'drop_all') "/home/travis/virtualenv/python3.7.6/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 1086, in _execute_for_all_tables op(bind=self.get_engine(app, bind), **extra) "/home/travis/virtualenv/python3.7.6/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 1017, in get_engine return connector.get_engine() "/home/travis/virtualenv/python3.7.6/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 593, in get_engine sa_url, options = self.get_options(sa_url, echo) "/home/travis/virtualenv/python3.7.6/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 615, in get_options options.update(self._app.config['SQLALCHEMY_ENGINE_OPTIONS']) AttributeError: 'NoneType' object has no attribute 'update'
0.694884
`Traceback (most recent call last): "/homes/jain207/anaconda/envs/allennlp/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/homes/jain207/anaconda/envs/allennlp/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/u/scratch1/jain207/allennlp/allennlp/run.py", line 10, in <module> from allennlp.commands import main # pylint: disable=wrong-import-position "/u/scratch1/jain207/allennlp/allennlp/commands/__init__.py", line 4, in <module> from allennlp.commands.serve import add_subparser as add_serve_subparser "/u/scratch1/jain207/allennlp/allennlp/commands/serve.py", line 27, in <module> from allennlp.service import server_sanic "/u/scratch1/jain207/allennlp/allennlp/service/server_sanic.py", line 20, in <module> from allennlp.models.archival import load_archive "/u/scratch1/jain207/allennlp/allennlp/models/__init__.py", line 7, in <module> from allennlp.models.decomposable_attention import DecomposableAttention "/u/scratch1/jain207/allennlp/allennlp/models/decomposable_attention.py", line 9, in <module> from allennlp.modules import FeedForward, MatrixAttention "/u/scratch1/jain207/allennlp/allennlp/modules/__init__.py", line 15, in <module> from allennlp.modules.text_field_embedders import TextFieldEmbedder "/u/scratch1/jain207/allennlp/allennlp/modules/text_field_embedders/__init__.py", line 9, in <module> from allennlp.modules.text_field_embedders.basic_text_field_embedder import BasicTextFieldEmbedder "/u/scratch1/jain207/allennlp/allennlp/modules/text_field_embedders/basic_text_field_embedder.py", line 10, in <module> from allennlp.modules.token_embedders.token_embedder import TokenEmbedder "/u/scratch1/jain207/allennlp/allennlp/modules/token_embedders/__init__.py", line 7, in <module> from allennlp.modules.token_embedders.embedding import Embedding` ** "/u/scratch1/jain207/allennlp/allennlp/modules/token_embedders/embedding.py", line 7, in <module> from torch.nn.functional import embedding ImportError: cannot import name 'embedding'**
Traceback (most recent call last): "/home/jtanner/workspace/scratch/atomic-tests/ansible/bin/ansible", line 106, in <module> exit_code = cli.run() "/home/jtanner/workspace/scratch/atomic-tests/ansible/lib/ansible/cli/adhoc.py", line 178, in run result = self._tqm.run(play) "/home/jtanner/workspace/scratch/atomic-tests/ansible/lib/ansible/executor/task_queue_manager.py", line 211, in run self.load_callbacks() "/home/jtanner/workspace/scratch/atomic-tests/ansible/lib/ansible/executor/task_queue_manager.py", line 179, in load_callbacks for callback_plugin in callback_loader.all(class_only=True): "/home/jtanner/workspace/scratch/atomic-tests/ansible/lib/ansible/plugins/__init__.py", line 418, in all self._module_cache[path] = self._load_module_source(name, path) "/home/jtanner/workspace/scratch/atomic-tests/ansible/lib/ansible/plugins/__init__.py", line 338, in _load_module_source module = imp.load_source(name, path, module_file) "/home/jtanner/workspace/scratch/atomic-tests/ansible/lib/ansible/plugins/callback/profile_roles.py", line 30, in <module> from ansible.module_utils.six import reduce ImportError: cannot import name reduce
0.725874
Traceback (most recent call last): "/tmp/.mount_Hello_63m7qR/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, "/tmp/.mount_Hello_63m7qR/usr/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) "/tmp/.mount_Hello_63m7qR/usr/app/helloworld/__main__.py", line 4, in <module> main().main_loop() "/tmp/.mount_Hello_63m7qR/usr/app/helloworld/app.py", line 40, in main return HelloWorld() "/tmp/.mount_Hello_63m7qR/usr/app_packages/toga/app.py", line 208, in __init__ self.factory = get_platform_factory(factory) "/tmp/.mount_Hello_63m7qR/usr/app_packages/toga/platform.py", line 39, in get_platform_factory from toga_gtk import factory "/tmp/.mount_Hello_63m7qR/usr/app_packages/toga_gtk/factory.py", line 1, in <module> from .app import App, DocumentApp, MainWindow "/tmp/.mount_Hello_63m7qR/usr/app_packages/toga_gtk/app.py", line 8, in <module> import gbulb "/tmp/.mount_Hello_63m7qR/usr/app_packages/gbulb/__init__.py", line 1, in <module> from .glib_events import * "/tmp/.mount_Hello_63m7qR/usr/app_packages/gbulb/glib_events.py", line 12, in <module> from gi.repository import GLib, Gio "/tmp/.mount_Hello_63m7qR/usr/app_packages/gi/__init__.py", line 42, in <module> from . import _gi ImportError: libffi.so.6: cannot open shared object file: No such file or directory
**`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/zarif98sjs/InstallManim/manim_3Feb/manim.py", line 3, in <module> import manimlib.extract_scene "/home/zarif98sjs/InstallManim/manim_3Feb/manimlib/extract_scene.py", line 9, in <module> from manimlib.scene.scene import Scene "/home/zarif98sjs/InstallManim/manim_3Feb/manimlib/scene/scene.py", line 8, in <module> from manimlib.animation.animation import Animation "/home/zarif98sjs/InstallManim/manim_3Feb/manimlib/animation/animation.py", line 6, in <module> from manimlib.mobject.mobject import Mobject "/home/zarif98sjs/InstallManim/manim_3Feb/manimlib/mobject/mobject.py", line 8, in <module> from colour import Color ImportError: cannot import name 'Color' from 'colour' (/usr/local/lib/python3.7/dist-packages/colour/__init__.py)`**
0.704197
Traceback (most recent call last): "c:\users\kusari\appdata\local\programs\python\python36-32\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\users\kusari\appdata\local\programs\python\python36-32\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\kusari\AppData\Local\Programs\Python\Python36-32\Scripts\bpython.exe\__main__.py", line 5, in <module> "c:\users\kusari\appdata\local\programs\python\python36-32\lib\site-packages\bpython\curtsies.py", line 11, in <module> import curtsies "c:\users\kusari\appdata\local\programs\python\python36-32\lib\site-packages\curtsies\__init__.py", line 4, in <module> from .window import FullscreenWindow, CursorAwareWindow "c:\users\kusari\appdata\local\programs\python\python36-32\lib\site-packages\curtsies\window.py", line 11, in <module> import blessings "c:\users\kusari\appdata\local\programs\python\python36-32\lib\site-packages\blessings\__init__.py", line 5, in <module> import curses "c:\users\kusari\appdata\local\programs\python\python36-32\lib\curses\__init__.py", line 13, in <module> from _curses import * ModuleNotFoundError: No module named '_curses'
Traceback (most recent call last): "/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/tune/progress_reporter.py", line 16, in <module> from tabulate import tabulate ModuleNotFoundError: No module named 'tabulate'
0.842999
Traceback (most recent call last): "./GSpread.py", line 4, in <module> from googleapiclient.discovery import build ImportError: No module named googleapiclient.discovery
Traceback (most recent call last): "a.py", line 12, in <module> from warpctc_pytorch import CTCLoss "/anaconda3/lib/python3.6/site-packages/warpctc_pytorch-0.1-py3.6-macosx-10.9-x86_64.egg/warpctc_pytorch/__init__.py", line 8, in <module> from ._warp_ctc import lib as _lib, ffi as _ffi ImportError: cannot import name 'lib'
0.774778
Traceback (most recent call last): "/usr/local/bin/credstash", line 11, in <module> load_entry_point('credstash==1.15.0', 'console_scripts', 'credstash')() "/usr/local/Cellar/credstash/1.15.0_1/libexec/bin/credstash.py", line 916, in main putSecretAction(args, region, **session_params) "/usr/local/Cellar/credstash/1.15.0_1/libexec/bin/credstash.py", line 246, in func_wrapper return func(*args, **kwargs) "/usr/local/Cellar/credstash/1.15.0_1/libexec/bin/credstash.py", line 387, in putSecretAction **session_params): "/usr/local/Cellar/credstash/1.15.0_1/libexec/bin/credstash.py", line 297, in putSecret digest_method=digest, "/usr/local/Cellar/credstash/1.15.0_1/libexec/bin/credstash.py", line 613, in seal_aes_ctr_legacy key, encoded_key = key_service.generate_key_data(64) "/usr/local/Cellar/credstash/1.15.0_1/libexec/bin/credstash.py", line 82, in generate_key_data raise KmsError("Could not generate key using KMS key %s (Detail: %s)" % (self.key_id, e.message)) AttributeError: 'NoCredentialsError' object has no attribute 'message'
Traceback (most recent call last): "manage.py", line 21, in <module> main() "manage.py", line 17, in main execute_from_command_line(sys.argv) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\__init__.py", line 381, in execute_from_command_line utility.execute() "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\__init__.py", line 375, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\base.py", line 323, in run_from_argv self.execute(*args, **cmd_options) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\commands\runserver.py", line 60, in execute super().execute(*args, **options) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\base.py", line 364, in execute output = self.handle(*args, **options) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\commands\runserver.py", line 95, in handle self.run(**options) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\core\management\commands\runserver.py", line 102, in run autoreload.run_with_reloader(self.inner_run, **options) "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\utils\autoreload.py", line 581, in run_with_reloader WatchmanReloader.check_availability() "C:\Users\J0FREY\lib\site-packages\django-2.2a1-py3.6.egg\django\utils\autoreload.py", line 530, in check_availability client = pywatchman.client(timeout=0.01) AttributeError: module 'pywatchman' has no attribute 'client'
0.683802
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; 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.
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; 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.
1
Traceback (most recent call last): "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "C:\Python27\lib\runpy.py", line 72, in _run_code exec code in run_globals "D:\Manim\manim_3_feb\manim.py", line 2, in <module> import manimlib.config ImportError: No module named manimlib.config
Traceback (most recent call last): "<pyshell#0>", line 1, in <module> from pytube import YouTube "C:\Users\azerb\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\__init__.py", line 16, in <module> from pytube.streams import Stream "C:\Users\azerb\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\streams.py", line 17, in <module> from pytube import extract "C:\Users\azerb\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\extract.py", line 7, in <module> from pytube.compat import quote ImportError: cannot import name 'quote' from 'pytube.compat' (C:\Users\azerb\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pytube\compat.py)
0.681062
Traceback (most recent call last): "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) "/home/ubuntu/.virtualenvs/ttc/local/lib/python2.7/site-packages/tenant_schemas/tests/__init__.py", line 1, in <module> from .template_loader import * ImportError: No module named template_loader
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line utility.execute() "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 341, in execute django.setup() "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models(all_models) "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/django/apps/config.py", line 199, in import_models self.models_module = import_module(models_module_name) "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/var/www/brownpapersession/dev/brownpapersession/invite/models.py", line 24, in <module> from app.util import build_then_send_message "/var/www/brownpapersession/dev/brownpapersession/app/util.py", line 25, in <module> from bleach import clean "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/bleach/__init__.py", line 5, in <module> from bleach.linkifier import ( "/var/www/brownpapersession/dev/env-brownpapersession/local/lib/python2.7/site-packages/bleach/linkifier.py", line 5, in <module> from html5lib.filters.base import Filter ImportError: No module named base
0.695953
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/dropbox/__init__.py", line 3, in <module> from .dropbox import __version__, Dropbox, DropboxTeam, create_session # noqa: F401 "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 35, in <module> from .session import ( "/usr/local/lib/python2.7/dist-packages/dropbox/session.py", line 7, in <module> from requests.packages.urllib3.poolmanager import PoolManager ImportError: No module named packages.urllib3.poolmanager
Traceback (most recent call last): "model_main_tf2.py", line 32, in <module> from object_detection import model_lib_v2 ".\Anaconda3\envs\tf_2.3.0\lib\site-packages\object_detection\model_lib_v2.py", line 29, in <module> from object_detection import eval_util ".\Anaconda3\envs\tf_2.3.0\lib\site-packages\object_detection\eval_util.py", line 36, in <module> from object_detection.metrics import lvis_evaluation ".\Anaconda3\envs\tf_2.3.0\lib\site-packages\object_detection\metrics\lvis_evaluation.py", line 23, in <module> from lvis import results as lvis_results ".\Anaconda3\envs\tf_2.3.0\lib\site-packages\lvis-0.5.3-py3.8.egg\lvis\__init__.py", line 5, in <module> from lvis.vis import LVISVis ".\Anaconda3\envs\tf_2.3.0\lib\site-packages\lvis-0.5.3-py3.8.egg\lvis\vis.py", line 1, in <module> import cv2 ".\Anaconda3\envs\tf_2.3.0\lib\site-packages\cv2\__init__.py", line 5, in <module> from .cv2 import * ImportError: DLL load failed while importing cv2: Not enough memory resources are available to process this command.`
0.759421
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\<USER>\Desktop\<PROJECT>\.venv\lib\site-packages\torchvision\__init__.py", line 4, in <module> from torchvision import datasets "C:\Users\<USER>\Desktop\<PROJECT>\.venv\lib\site-packages\torchvision\datasets\__init__.py", line 1, in <module> from .lsun import LSUN, LSUNClass "C:\Users\<USER>\Desktop\<PROJECT>\.venv\lib\site-packages\torchvision\datasets\lsun.py", line 5, in <module> import six ModuleNotFoundError: No module named 'six'
`Traceback (most recent call last): "./Persepolis Download Manager", line 17, in <module> from newopen import Open "/usr/share/persepolis/newopen.py", line 21, in <module> import osCommands "/usr/share/persepolis/osCommands.py", line 20, in <module> import PyQt5 ModuleNotFoundError: No module named 'PyQt5'`
0.818774
Traceback (most recent call last): "Run.py", line 2, in <module> from MainUI import MainUI "C:\Users\Bruno\sudokuenv\AI_Sudoku-master\MainUI.py", line 4, in <module> from tkinter import * ModuleNotFoundError: No module named 'tkinter'
Traceback (most recent call last): "mnist_show.py", line 6, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL'
0.786232
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/work/app/python2.7.15/lib/python2.7/site-packages/librosa/__init__.py", line 12, in <module> from . import core "/home/work/app/python2.7.15/lib/python2.7/site-packages/librosa/core/__init__.py", line 109, in <module> from .time_frequency import * # pylint: disable=wildcard-import "/home/work/app/python2.7.15/lib/python2.7/site-packages/librosa/core/time_frequency.py", line 10, in <module> from ..util.exceptions import ParameterError "/home/work/app/python2.7.15/lib/python2.7/site-packages/librosa/util/__init__.py", line 69, in <module> from .matching import * # pylint: disable=wildcard-import "/home/work/app/python2.7.15/lib/python2.7/site-packages/librosa/util/matching.py", line 8, in <module> import numba "/home/work/app/python2.7.15/lib/python2.7/site-packages/numba/__init__.py", line 11, in <module> from . import config, errors, runtests, types "/home/work/app/python2.7.15/lib/python2.7/site-packages/numba/config.py", line 19, in <module> import llvmlite.binding as ll "/home/work/app/python2.7.15/lib/python2.7/site-packages/llvmlite/binding/__init__.py", line 6, in <module> from .dylib import * "/home/work/app/python2.7.15/lib/python2.7/site-packages/llvmlite/binding/dylib.py", line 4, in <module> from . import ffi "/home/work/app/python2.7.15/lib/python2.7/site-packages/llvmlite/binding/ffi.py", line 128, in <module> raise e OSError: /home/work/app/python2.7.15/lib/python2.7/site-packages/llvmlite/binding/libllvmlite.so: undefined symbol: LLVMInitializeInstCombine
Traceback (most recent call last): "TugasComvis.py", line 1, in <module> from skimage import io, img_as_float "C:\Users\micha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\skimage\io\__init__.py", line 11, in <module> from ._io import * "C:\Users\micha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\skimage\io\_io.py", line 4, in <module> from ..color.colorconv import rgb2gray, rgba2rgb "C:\Users\micha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\skimage\color\__init__.py", line 1, in <module> from .colorconv import (convert_colorspace, "C:\Users\micha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\skimage\color\colorconv.py", line 56, in <module> from scipy import linalg "C:\Users\micha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\__init__.py", line 136, in <module> from . import _distributor_init "C:\Users\micha\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\_distributor_init.py", line 61, in <module> WinDLL(os.path.abspath(filename)) "C:\Program s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\ctypes\__init__.py", line 364, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found
0.778651
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/myname/Desktop/fairseq/fairseq/__init__.py", line 32, in <module> import fairseq.criterions # noqa "/Users/gabrielohaike/Desktop/fairseq/fairseq/criterions/__init__.py", line 36, in <module> importlib.import_module("fairseq.criterions." + file_name) "/Users/gabrielohaike/opt/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "/Users/myname/Desktop/fairseq/fairseq/criterions/label_smoothed_cross_entropy_latency_augmented.py", line 6, in <module> from examples.simultaneous_translation.utils.latency import LatencyTraining ModuleNotFoundError: No module named 'examples.simultaneous_translation'
Traceback (most recent call last): "uds.py", line 3, in <module> from googleapiclient.discovery import build ModuleNotFoundError: No module named 'googleapiclient'
0.767515
Traceback (most recent call last): "/home/fhe/codechecker/build/CodeChecker/lib/python3/codechecker_common/plist_parser.py", line 216, in parse_plist_file plistlib.dump(plist, path) "/usr/lib64/python3.6/plistlib.py", line 1034, in dump writer = _FORMATS[fmt]["writer"](fp, sort_keys=sort_keys, skipkeys=skipkeys) "/usr/lib64/python3.6/plistlib.py", line 460, in __init__ file.write(PLISTHEADER) AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last): "script.py", line 31, in <module> print(session.query(City.some_hybrid2).all()) # throws error :( "python3.8/site-packages/sqlalchemy/orm/query.py", line 2685, in all return self._iter().all() "python3.8/site-packages/sqlalchemy/orm/query.py", line 2820, in _iter result = self.session.execute( "python3.8/site-packages/sqlalchemy/orm/session.py", line 1662, in execute result = conn._execute_20(statement, params or {}, execution_options) "python3.8/site-packages/sqlalchemy/engine/base.py", line 1520, in _execute_20 return meth(self, args_10style, kwargs_10style, execution_options) "python3.8/site-packages/sqlalchemy/sql/elements.py", line 313, in _execute_on_connection return connection._execute_clauseelement( "python3.8/site-packages/sqlalchemy/engine/base.py", line 1381, in _execute_clauseelement compiled_sql, extracted_params, cache_hit = elem._compile_w_cache( "python3.8/site-packages/sqlalchemy/sql/elements.py", line 535, in _compile_w_cache compiled_sql = self._compiler( "python3.8/site-packages/sqlalchemy/sql/elements.py", line 570, in _compiler return dialect.statement_compiler(dialect, self, **kw) "python3.8/site-packages/sqlalchemy/sql/compiler.py", line 766, in __init__ Compiled.__init__(self, dialect, statement, **kwargs) "python3.8/site-packages/sqlalchemy/sql/compiler.py", line 455, in __init__ self.string = self.process(self.statement, **compile_kwargs) "python3.8/site-packages/sqlalchemy/sql/compiler.py", line 490, in process return obj._compiler_dispatch(self, **kwargs) "python3.8/site-packages/sqlalchemy/sql/visitors.py", line 81, in _compiler_dispatch return meth(self, **kw) "python3.8/site-packages/sqlalchemy/sql/compiler.py", line 2966, in visit_select compile_state = select_stmt._compile_state_factory( "python3.8/site-packages/sqlalchemy/sql/base.py", line 492, in create_for_statement return klass.create_for_statement(statement, compiler, **kw) "python3.8/site-packages/sqlalchemy/orm/context.py", line 568, in create_for_statement _QueryEntity.to_compile_state(self, select_statement._raw_columns) "python3.8/site-packages/sqlalchemy/orm/context.py", line 2203, in to_compile_state _ColumnEntity._for_columns( "python3.8/site-packages/sqlalchemy/orm/context.py", line 2519, in _for_columns _ORMColumnEntity( "python3.8/site-packages/sqlalchemy/orm/context.py", line 2684, in __init__ self.expr = getattr(_entity.entity, orm_key) AttributeError: type object 'City' has no attribute '<lambda>'
0.718828
Traceback (most recent call last): "/home/pattinson/My_Lab/Droidbot/droidbot/droidbot/device.py", line 815, in get_current_state screenshot_path=screenshot_path) "/home/pattinson/My_Lab/Droidbot/droidbot/droidbot/device_state.py", line 27, in __init__ self.__assemble_view_tree(self.view_tree, self.views) "/home/pattinson/My_Lab/Droidbot/droidbot/droidbot/device_state.py", line 64, in __assemble_view_tree self.view_tree = copy.deepcopy(views[0]) IndexError: list index out of range
Traceback (most recent call last): "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() "/usr/local/lib/python3.5/dist-packages/tensorpack/dataflow/parallel_map.py", line 242, in run dp = self.map_func(dp) "/workspace/xli/tensorpack/examples/FasterRCNN/data.py", line 365, in preprocess masks.append(segmentation_to_mask(polys, im.shape[0], im.shape[1])) "/workspace/xli/tensorpack/examples/FasterRCNN/common.py", line 104, in segmentation_to_mask rles = cocomask.frPyObjects(polys, height, width) "pycocotools/_mask.pyx", line 292, in pycocotools._mask.frPyObjects IndexError: list index out of range
0.733372
Traceback (most recent call last): "/dev/work/pysystemtrade/sysdata/config/control_config.py", line 8, in get_control_config control_config = Config(PRIVATE_CONTROL_CONFIG_FILE, default_filename=DEFAULT_CONTROL_CONFIG_FILE) "/dev/work/pysystemtrade/sysdata/config/configdata.py", line 61, in __init__ self._create_config_from_item(config_object) "/dev/work/pysystemtrade/sysdata/config/configdata.py", line 112, in _create_config_from_item with open(filename) as file_to_parse: NotFoundError: [Errno 2] No such file or directory: '/dev/work/pysystemtrade/private/private_control_config.yaml'
Traceback (most recent call last): "setup.py", line 27, in <module> label = subprocess.check_output(["git", "describe"], stderr=DEVNULL).decode('utf-8') "/usr/lib/python3.5/subprocess.py", line 626, in check_output **kwargs).stdout "/usr/lib/python3.5/subprocess.py", line 693, in run with Popen(*popenargs, **kwargs) as process: "/usr/lib/python3.5/subprocess.py", line 947, in __init__ restore_signals, start_new_session) "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg) NotFoundError: [Errno 2] No such file or directory: 'git'
0.706529
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/_pytest/config.py", line 362, in _importconftest mod = conftestpath.pyimport() "/usr/local/lib/python3.6/site-packages/py/_path/local.py", line 662, in pyimport __import__(modname) "/usr/local/lib/python3.6/site-packages/_pytest/assertion/rewrite.py", line 216, in load_module py.builtin.exec_(co, mod.__dict__) "/usr/local/lib/python3.6/site-packages/spacy/tests/conftest.py", line 15, in <module> from ..he import Hebrew ModuleNotFoundError: No module named 'spacy.he'
Traceback (most recent call last): "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 161, in __init__ execfile_(filename, config) "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) "conf.py", line 19, in <module> django.setup() "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/django/apps/config.py", line 127, in create import_module(entry) "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/checkouts/latest/readthedocs/notifications/__init__.py", line 17, in <module> from .notification import Notification, SiteNotification "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/checkouts/latest/readthedocs/notifications/notification.py", line 14, in <module> from .backends import send_notification "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/checkouts/latest/readthedocs/notifications/backends.py", line 16, in <module> from readthedocs.core.utils import send_email "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/checkouts/latest/readthedocs/core/utils/__init__.py", line 17, in <module> from celery import group, chord "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/celery/local.py", line 511, in __getattr__ module = __import__(self._object_origins[name], None, None, [name]) "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/celery/canvas.py", line 27, in <module> from celery.result import GroupResult "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/celery/result.py", line 15, in <module> from .app import app_or_default "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/celery/app/__init__.py", line 10, in <module> from .base import Celery "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/celery/app/base.py", line 11, in <module> from kombu import pools "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/kombu/pools.py", line 10, in <module> from .messaging import Producer "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/kombu/messaging.py", line 7, in <module> from .compression import compress "/home/pikachu/Desktop/rtd/readthedocs.org/user_builds/rtd-test/envs/latest/lib/python3.7/site-packages/kombu/compression.py", line 6, in <module> import bz2 "/usr/local/lib/python3.7/bz2.py", line 19, in <module> from _bz2 import BZ2Compressor, BZ2Decompressor ModuleNotFoundError: No module named '_bz2'
0.7143
Traceback (most recent call last): "/home/xiaolong/apps/anaconda3/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) "/home/xiaolong/apps/anaconda3/lib/python3.6/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) "/home/xiaolong/apps/anaconda3/lib/python3.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/home/xiaolong/apps/anaconda3/lib/python3.6/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/home/xiaolong/apps/anaconda3/lib/python3.6/imp.py", line 234, in load_module return load_source(name, filename, file) "/home/xiaolong/apps/anaconda3/lib/python3.6/imp.py", line 172, in load_source module = _load(spec) "<frozen importlib._bootstrap>", line 675, in _load "<frozen importlib._bootstrap>", line 655, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed "/home/xiaolong/development/datax/forks/ipython-sql/src/tests/test_column_guesser.py", line 4, in <module> from sql.magic import SqlMagic "/home/xiaolong/development/datax/forks/ipython-sql/src/sql/__init__.py", line 1, in <module> from .magic import * "/home/xiaolong/development/datax/forks/ipython-sql/src/sql/magic.py", line 20, in <module> import sql.run "/home/xiaolong/development/datax/forks/ipython-sql/src/sql/run.py", line 8, in <module> import sqlparse ModuleNotFoundError: No module named 'sqlparse'
Traceback (most recent call last): "C:/Repositories/sktime/sktime/contrib/experiments.py", line 61, in <module> import sktime.classifiers.shapelet_based.stc as st "C:\Repositories\sktime\sktime\classifiers\shapelet_based\__init__.py", line 2, in <module> from sktime.classifiers.shapelet_based.mrseql.mrseql import MrSEQLClassifier "C:\Repositories\sktime\sktime\classifiers\shapelet_based\mrseql\__init__.py", line 1, in <module> from sktime.classifiers.shapelet_based.mrseql.mrseql import MrSEQLClassifier ModuleNotFoundError: No module named 'sktime.classifiers.shapelet_based.mrseql.mrseql'
0.81806
Traceback (most recent call last): "sublist3r.py", line 21, in <module> from subbrute import subbrute "/root/Sublist3r/subbrute/subbrute.py", line 18, in <module> import dns.resolver "build/bdist.linux-x86_64/egg/dns/resolver.py", line 19, in <module> ImportError: No module named parse
Traceback (most recent call last): "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper fn(*args, **kwargs) "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run autoreload.raise_last_exception() "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 249, in raise_last_exception six.reraise(*_exception) "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/utils/autoreload.py", line 226, in wrapper fn(*args, **kwargs) "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models(all_models) "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/django/apps/config.py", line 199, in import_models self.models_module = import_module(models_module_name) "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/home/maniac/.virtualenvs/DIH/local/lib/python2.7/site-packages/social_auth/models.py", line 4, in <module> from django.utils.importlib import import_module ImportError: No module named importlib
0.758381
Traceback (most recent call last): "/home/ocelotl/python-bug-bash/lib/python3.8/site-packages/grpc/_channel.py", line 1126, in __del__ AttributeError: 'NoneType' object has no attribute 'StatusCode'
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/django_smoke_tests/generator.py", line 90, in test response = http_method_function(url, {}) "/usr/lib/python3.8/site-packages/django/test/client.py", line 549, in put response = super().put(path, data=data, content_type=content_type, secure=secure, **extra) "/usr/lib/python3.8/site-packages/django/test/client.py", line 380, in put return self.generic('PUT', path, data, content_type, "/usr/lib/python3.8/site-packages/django/test/client.py", line 421, in generic return self.request(**r) "/usr/lib/python3.8/site-packages/django/test/client.py", line 496, in request raise exc_value "/usr/lib/python3.8/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request) "/usr/lib/python3.8/site-packages/django/core/handlers/base.py", line 115, in _get_response response = self.process_exception_by_middleware(e, request) "/usr/lib/python3.8/site-packages/django/core/handlers/base.py", line 113, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/usr/lib/python3.8/site-packages/django/views/generic/base.py", line 71, in view return self.dispatch(request, *args, **kwargs) "/usr/lib/python3.8/site-packages/explorer/views.py", line 89, in dispatch return super(PermissionRequiredMixin, self).dispatch(request, *args, **kwargs) "/usr/lib/python3.8/site-packages/django/views/generic/base.py", line 97, in dispatch return handler(request, *args, **kwargs) "/usr/lib/python3.8/site-packages/django/views/generic/edit.py", line 149, in put return self.post(*args, **kwargs) "/usr/lib/python3.8/site-packages/django/views/generic/edit.py", line 172, in post return super().post(request, *args, **kwargs) "/usr/lib/python3.8/site-packages/django/views/generic/edit.py", line 141, in post if form.is_valid(): "/usr/lib/python3.8/site-packages/django/forms/forms.py", line 180, in is_valid return self.is_bound and not self.errors "/usr/lib/python3.8/site-packages/django/forms/forms.py", line 175, in errors self.full_clean() "/usr/lib/python3.8/site-packages/django/forms/forms.py", line 376, in full_clean self._clean_fields() "/usr/lib/python3.8/site-packages/django/forms/forms.py", line 394, in _clean_fields value = field.clean(value) "/usr/lib/python3.8/site-packages/django/forms/fields.py", line 149, in clean self.validate(value) "/usr/lib/python3.8/site-packages/explorer/forms.py", line 20, in validate passes_blacklist, failing_words = query.passes_blacklist() "/usr/lib/python3.8/site-packages/explorer/models.py", line 62, in passes_blacklist return passes_blacklist(self.final_sql()) "/usr/lib/python3.8/site-packages/explorer/models.py", line 65, in final_sql return swap_params(self.sql, self.available_params()) "/usr/lib/python3.8/site-packages/explorer/models.py", line 90, in available_params p = extract_params(self.sql) "/usr/lib/python3.8/site-packages/explorer/utils.py", line 39, in extract_params params = re.findall(regex, text.lower()) AttributeError: 'NoneType' object has no attribute 'lower'
0.690917
Traceback (most recent call last): "G:/pytorchfenge/Unet-Segmentation-Pytorch-Nest-of-Unets-master/Unet-Segmentation-Pytorch-Nest-of-Unets-master/pytorch_run.py", line 256, in <module> for x, y in train_loader: "D:\Anaconda3\envs\pytorchs\lib\site-packages\torch\utils\data\dataloader.py", line 576, in __next__ idx, batch = self._get_batch() "D:\Anaconda3\envs\pytorchs\lib\site-packages\torch\utils\data\dataloader.py", line 543, in _get_batch success, data = self._try_get_batch() "D:\Anaconda3\envs\pytorchs\lib\site-packages\torch\utils\data\dataloader.py", line 519, in _try_get_batch raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) RuntimeError: DataLoader worker (pid(s) 14356, 9092, 1384, 1152) exited unexpectedly
Traceback (most recent call last): "main.py", line 440, in <module> train_loss, iterations = train(args=args, epoch=epoch, start_iteration=global_iteration, data_loader=train_loader, model=model_and_loss, optimizer=optimizer, logger=train_logger, offset=offset) "main.py", line 263, in train for batch_idx, (data, target) in enumerate(progress): "/usr/local/lib/python3.6/dist-packages/tqdm/_tqdm.py", line 897, in __iter__ for obj in iterable: "/content/flownet2pytorch/utils/tools.py", line 111, in __next__ n = next(self.iterator) "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 819, in __next__ return self._process_data(data) "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 846, in _process_data data.reraise() "/usr/local/lib/python3.6/dist-packages/torch/_utils.py", line 369, in reraise raise self.exc_type(msg) RuntimeError: Caught RuntimeError in DataLoader worker process 0.
0.701219
Traceback (most recent call last): "run.py", line 8, in <module> import ecto ImportError: No module named ecto
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\gbleu\source\repos\godot-python\examples\pong\addons\pythonscript\windows-64\lib\site-packages\tcod\__init__.py", line 18, in <module> from tcod.loader import lib, ffi, __sdl_version__ # noqa: F4 "C:\Users\gbleu\source\repos\godot-python\examples\pong\addons\pythonscript\windows-64\lib\site-packages\tcod\loader.py", line 111, in <module> from tcod._libtcod import lib, ffi # type: ignore # noqa: F401 ImportError: DLL load failed while importing _libtcod: The specified module could not be found.
0.766737
Traceback (most recent call last): "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/linecache.py", line 47, in getlines return updatecache(filename, module_globals) "/Users/bane/.pythonrc", line 274, in updatecache lines = fp.readlines() "/Users/bane/anaconda3/envs/pyvista-env/lib/python3.8/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 2636: ordinal not in range(128)
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/rahulbhalley/miniconda2/lib/python2.7/site-packages/torchtext/data/dataset.py", line 235, in __init__ examples = [make_example(line, fields) for line in reader] "/Users/rahulbhalley/miniconda2/lib/python2.7/site-packages/torchtext/utils.py", line 60, in unicode_csv_reader for row in csv_reader: "/Users/rahulbhalley/miniconda2/lib/python2.7/site-packages/torchtext/utils.py", line 69, in utf_8_encoder for line in unicode_csv_data: "/Users/rahulbhalley/miniconda2/lib/python2.7/codecs.py", line 314, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf8' codec can't decode byte 0xd1 in position 8: invalid continuation byte
0.703901
Original Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/usr/local/lib/python3.5/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/usr/local/lib/python3.5/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/home/aml/HRNet-Semantic-Segmentation/tools/../lib/datasets/cityscapes.py", line 107, in __getitem__ size = image.shape AttributeError: 'NoneType' object has no attribute 'shape'
Traceback (most recent call last): "gui\builtinShipBrowser\sfBrowserItem.py", line 369, in OnLeaveWindow "gui\builtinShipBrowser\fitItem.py", line 559, in Refresh "service\fit.py", line 348, in getFit "service\fit.py", line 529, in recalc "eos\saveddata\fit.py", line 522, in clear "eos\saveddata\module.py", line 891, in clear "eos\saveddata\module.py", line 400, in itemModifiedAttributes AttributeError: 'Module' object has no attribute '_Module__itemModifiedAttributes'
0.676059
Traceback (most recent call last): "<stdin>", line 1, in <module> "D:\Python38\lib\site-packages\akshare\stock_feature\stock_sina_lhb.py", line 73, in stock_sina_lhb_ggtj last_page_num = int(soup.find_all(attrs={"class": "page"})[-2].text) IndexError: list index out of range
Traceback (most recent call last): "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/ext/guessit/api.py", line 197, in guessit matches = self.rebulk.matches(string, options) "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/ext/rebulk/rebulk.py", line 288, in matches self._execute_rules(matches, context) "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/ext/rebulk/rebulk.py", line 319, in _execute_rules rules.execute_all_rules(matches, context) "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/ext/rebulk/rules.py", line 316, in execute_all_rules when_response = execute_rule(rule, matches, context) "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/ext/rebulk/rules.py", line 337, in execute_rule when_response = rule.when(matches, context) "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/name_parser/rules/rules.py", line 987, in when first_title = titles[0] IndexError: list index out of range
0.67023
Traceback (most recent call last): "/bin/salt-call", line 11, in <module> load_entry_point('salt==3003', 'console_scripts', 'salt-call')() "/usr/lib/python3.6/site-packages/salt/scripts.py", line 449, in salt_call client.run() "/usr/lib/python3.6/site-packages/salt/cli/call.py", line 58, in run caller.run() "/usr/lib/python3.6/site-packages/salt/cli/caller.py", line 112, in run ret = self.call() "/usr/lib/python3.6/site-packages/salt/cli/caller.py", line 220, in call self.opts, data, func, args, kwargs "/usr/lib/python3.6/site-packages/salt/loader.py", line 1235, in __call__ return self.loader.run(run_func, *args, **kwargs) "/usr/lib/python3.6/site-packages/salt/loader.py", line 2268, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) "/usr/lib/python3.6/site-packages/contextvars/__init__.py", line 38, in run return callable(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/loader.py", line 2283, in _run_as return _func_or_method(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/executors/direct_call.py", line 12, in execute return func(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/loader.py", line 1235, in __call__ return self.loader.run(run_func, *args, **kwargs) "/usr/lib/python3.6/site-packages/salt/loader.py", line 2268, in run return self._last_context.run(self._run_as, _func_or_method, *args, **kwargs) "/usr/lib/python3.6/site-packages/contextvars/__init__.py", line 38, in run return callable(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/loader.py", line 2283, in _run_as return _func_or_method(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/modules/firewalld.py", line 125, in list_zones (id_, val) = i.strip().split(":") ValueError: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last): "labelimg.py", line 1282, in open self.load (filename) "labelimg.py", line 1044, in load self.loadYOLOTXTBy name(txtPath) "labelimg.py", line 1429, in loadYOLOTXTBy name tYoloParseReader = YoloReader(txtPath, self.image) "E:\labelImg-master\libs\yolo_io.py", line 112, in __init__ self.parseYoloFormat() "E:\labelImg-master\libs\yolo_io.py", line 142, in parseYoloFormat classIndex, xcen, ycen, w, h = bndBox.split(' ') ValueError: too many values to unpack (expected 5)
0.715912
Traceback (most recent call last): "/Users/user/IdeaProjects/copy_fx/test.py", line 1, in <module> from telethon import TelegramClient, events, sync "/usr/local/lib/python3.9/site-packages/telethon/__init__.py", line 1, in <module> from .client.telegramclient import TelegramClient "/usr/local/lib/python3.9/site-packages/telethon/client/__init__.py", line 12, in <module> from .telegrambaseclient import TelegramBaseClient "/usr/local/lib/python3.9/site-packages/telethon/client/telegrambaseclient.py", line 11, in <module> from ..crypto import rsa "/usr/local/lib/python3.9/site-packages/telethon/crypto/__init__.py", line 6, in <module> from .aes import AES "/usr/local/lib/python3.9/site-packages/telethon/crypto/aes.py", line 9, in <module> import pyaes "/usr/local/lib/python3.9/site-packages/pyaes/__init__.py", line 51, in <module> from .aes import AES, AESModeOfOperationCTR, AESModeOfOperationCBC, AESModeOfOperationCFB, AESModeOfOperationECB, AESModeOfOperationOFB, AESModesOfOperation, Counter "/usr/local/lib/python3.9/site-packages/pyaes/aes.py", line 54, in <module> import copy "/Users/user/IdeaProjects/copy_fx/copy.py", line 3, in <module> from telethon import TelegramClient, events, sync "/usr/local/lib/python3.9/site-packages/telethon/events/__init__.py", line 1, in <module> from .raw import Raw "/usr/local/lib/python3.9/site-packages/telethon/events/raw.py", line 1, in <module> from .common import EventBuilder "/usr/local/lib/python3.9/site-packages/telethon/events/common.py", line 5, in <module> from .. import utils "/usr/local/lib/python3.9/site-packages/telethon/utils.py", line 22, in <module> from .extensions import markdown, html "/usr/local/lib/python3.9/site-packages/telethon/extensions/__init__.py", line 6, in <module> from .binaryreader import BinaryReader "/usr/local/lib/python3.9/site-packages/telethon/extensions/binaryreader.py", line 11, in <module> from ..tl.alltlobjects import tlobjects "/usr/local/lib/python3.9/site-packages/telethon/tl/alltlobjects.py", line 3, in <module> from . import types, functions, patched "/usr/local/lib/python3.9/site-packages/telethon/tl/patched/__init__.py", line 3, in <module> from .. import TLObject, types, custom "/usr/local/lib/python3.9/site-packages/telethon/tl/custom/__init__.py", line 1, in <module> from .adminlogevent import AdminLogEvent "/usr/local/lib/python3.9/site-packages/telethon/tl/custom/adminlogevent.py", line 2, in <module> from ...utils import get_input_peer ImportError: cannot import name 'get_input_peer' from partially initialized module 'telethon.utils' (most likely due to a circular import) (/usr/local/lib/python3.9/site-packages/telethon/utils.py)
Traceback (most recent call last): "wechat_jump_iOS_py3.py", line 5, in <module> from PIL import Image "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/Image.py", line 56, in <module> from . import _imaging as core ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/_imaging.so, 2): Symbol not found: _PyInt_AsLong
0.769119
Traceback (most recent call last): "/home/anupam/anaconda3/envs/keras-tf-env3/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) "/home/anupam/anaconda3/envs/keras-tf-env3/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) "/home/anupam/Desktop/ElMo/bilm-tf-master/tests/test_model.py", line 10, in <module> import tensorflow as tf "/home/anupam/anaconda3/envs/keras-tf-env3/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import * "/home/anupam/anaconda3/envs/keras-tf-env3/lib/python3.6/site-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/home/anupam/anaconda3/envs/keras-tf-env3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 52, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
Traceback (most recent call last): "demo.py", line 51, in <module> from seg_utils import seg_utils as seg ImportError: No module named 'seg_utils'
0.749001
Traceback (most recent call last): "/opt/zato/2.0.8/eggs/gunicorn-18.0-py2.7.egg/gunicorn/workers/async.py", line 45, in handle self.handle_request(listener, req, client, addr) "/opt/zato/2.0.8/eggs/gunicorn-18.0-py2.7.egg/gunicorn/workers/ggevent.py", line 150, in handle_request super(GeventWorker, self).handle_request(*args) "/opt/zato/2.0.8/eggs/gunicorn-18.0-py2.7.egg/gunicorn/workers/async.py", line 93, in handle_request respiter = self.wsgi(environ, resp.start_response) "/opt/zato/2.0.8/zato-server/src/zato/server/base/parallel.py", line 151, in on_wsgi_request cid, datetime.utcnow(), wsgi_environ, self.worker_store) or b'' "/opt/zato/2.0.8/zato-server/src/zato/server/connection/http_soap/channel.py", line 145, in dispatch url_match, channel_item = self.url_data.match(path_info, soap_action) "/opt/zato/2.0.8/zato-server/src/zato/server/connection/http_soap/url_data.py", line 354, in match needs_is_internal = url_path.startswith('/zato') UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1: ordinal not in range(128)
Traceback (most recent call last): "examples/run_classifier.py", line 637, in <module> main() "examples/run_classifier.py", line 480, in main tokenizer = BertTokenizer.from_pretrained(args.bert_model, do_lower_case=args.do_lower_case) "/Users/MAC/.pyenv/versions/anaconda3-5.3.0/lib/python3.6/site-packages/pytorch_pretrained_bert/tokenization.py", line 133, in from_pretrained tokenizer = cls(resolved_vocab_file, *inputs, **kwargs) "/Users/MAC/.pyenv/versions/anaconda3-5.3.0/lib/python3.6/site-packages/pytorch_pretrained_bert/tokenization.py", line 76, in __init__ self.vocab = load_vocab(vocab_file) "/Users/MAC/.pyenv/versions/anaconda3-5.3.0/lib/python3.6/site-packages/pytorch_pretrained_bert/tokenization.py", line 51, in load_vocab token = reader.readline() "/Users/MAC/.pyenv/versions/anaconda3-5.3.0/lib/python3.6/codecs.py", line 321, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
0.69757
Traceback (most recent call last): "/usr/lib/python3.6/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) "/usr/lib/python3.6/runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) "/usr/lib/python3.6/runpy.py", line 109, in _get_module_details __import__(pkg_name) "/home/xxx/.local/lib/python3.6/site-packages/dvc/__init__.py", line 72, in <module> warnings.filterwarnings("ignore", message="numpy.dtype size changed") "/usr/lib/python3.6/warnings.py", line 131, in filterwarnings import re "/usr/lib/python3.6/re.py", line 142, in <module> class RegexFlag(enum.IntFlag): AttributeError: module 'enum' has no attribute 'IntFlag'
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: module 'GPUtil' has no attribute '__version__'
0.750084
Traceback (most recent call last): "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "./DeathStar.py", line 59, in __run self.__run_backup() "/usr/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) "./DeathStar.py", line 616, in pwn_the_shit_out_of_everything recon(agent_name) "./DeathStar.py", line 507, in recon if running_under_domain_account(agent_name): "./DeathStar.py", line 680, in running_under_domain_account if username.split('\\')[0] != hostname and username.split('\\')[1] != 'SYSTEM': IndexError: list index out of range_
Traceback (most recent call last): "/home/prince/.virtualenvs/python101/bin/meshio-convert", line 8, in <module> sys.exit(convert()) "/home/prince/.virtualenvs/python101/lib/python3.5/site-packages/meshio/_cli.py", line 50, in convert write(args.outfile, mesh, file_format=args.output_format) "/home/prince/.virtualenvs/python101/lib/python3.5/site-packages/meshio/_helpers.py", line 125, in write if value.shape[1] != num_nodes_per_cell[key]: IndexError: tuple index out of range
0.67928
Traceback (most recent call last): "run_exp.py", line 68, in <module> algo.train() "C:\stageI\trainer.py", line 306, in train counter = self.build_model(sess) "C:\stageI\trainer.py", line 280, in build_model self.init_opt() "C:\stageI\trainer.py", line 97, in init_opt c, kl_loss = self.sample_encoded_context(self.embeddings) "C:\stageI\trainer.py", line 76, in sample_encoded_context c_mean_logsigma = self.model.generate_condition(embeddings) "C:\stageI\model.py", line 47, in generate_condition custom_fully_connected(self.ef_dim * 2). "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 1973, in method return input_layer._method_complete(result) "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 691, in _method_complete return self.with_tensor(result) "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 978, in with_tensor layer = Layer(copy=self, tensor=unwrap(tensor), sequence=None) "C:\Users\HP\Anaconda3\lib\site-packages\prettytensor\pretty_tensor_class.py", line 931, in __init__ self._name = self._sequence[0].op.name TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "/media/boystray/two/githome/espnet/egs/an4/asr1/../../../espnet/bin/asr_train.py", line 380, in <module> main(sys.argv[1:]) "/media/boystray/two/githome/espnet/egs/an4/asr1/../../../espnet/bin/asr_train.py", line 365, in main train(args) "/media/boystray/two/githome/espnet/espnet/asr/chainer_backend/asr.py", line 358, in train trainer.run() "/media/boystray/two/githome/espnet/tools/venv/lib/python3.7/site-packages/chainer/training/trainer.py", line 349, in run six.reraise(*exc_info) "/media/boystray/two/githome/espnet/tools/venv/lib/python3.7/site-packages/six.py", line 693, in reraise raise value "/media/boystray/two/githome/espnet/tools/venv/lib/python3.7/site-packages/chainer/training/trainer.py", line 316, in run update() "/media/boystray/two/githome/espnet/espnet/nets/chainer_backend/rnn/training.py", line 111, in update self.update_core() "/media/boystray/two/githome/espnet/espnet/nets/chainer_backend/rnn/training.py", line 91, in update_core loss = optimizer.target(*x) / self.accum_grad "/media/boystray/two/githome/espnet/tools/venv/lib/python3.7/site-packages/chainer/link.py", line 294, in __call__ out = forward(*args, **kwargs) "/media/boystray/two/githome/espnet/espnet/nets/chainer_backend/e2e_asr.py", line 119, in forward self.loss = alpha * loss_ctc + (1 - alpha) * loss_att TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'`
0.681624
Traceback (most recent call last): "/home/jfang16/anaconda3/lib/python3.6/site-packages/pandas/__init__.py", line 25, in <module> from pandas import hashtable, tslib, lib ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last): "/home/jayendran/elephas-master/examples/ml_mlp.py", line 10, in <module> from elephas.ml_model import ElephasEstimator "/usr/local/lib/python2.7/dist-packages/elephas/ml_model.py", line 6, in <module> from pyspark.ml.util import keyword_only ImportError: cannot import name keyword_only
0.769982