text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'dns.resolver'; 'dns' is not a package
| Traceback (most recent call last):
"./sbin/db_mgmt.py", line 26, in <module>
from lib.Config import Configuration
"/home/auditor/Desktop/cve-search/sbin/../lib/Config.py", line 17, in <module>
import redis
ModuleNotFoundError: No module named 'redis'
| 0.772778 |
Traceback (most recent call last):
"code\default\launcher\start.py", line 49, in <module>
from xlog import getLogger
"E:\XX-Net\code\default\lib\noarch\xlog.py", line 277, in <module>
default_log = getLogger()
"E:\XX-Net\code\default\lib\noarch\xlog.py", line 271, in getLogger
logger_instance = Logger(name,... | Traceback (most recent call last):
"audioAnalysis.py", line 7, in <module>
from pyAudioAnalysis import audioFeatureExtraction as aF
"(...)\pyaudioanalysis-master\pyAudioAnalysis\audioFeatureExtraction.py", line 7, in <module>
from scipy.fftpack import fft
"(...)\AppData\Local\Packages\PythonSoftwareFoundatio... | 0.701629 |
Traceback (most recent call last):
"/home/volume/utilities/python/lambda-layers/postgresql/python/lib/python3.7/site-packages/orator/orm/model.py", line 57, in __getattr__
return type.__getattribute__(cls, item)
AttributeError: type object 'Pivot' has no attribute 'boot_pivot'
| Traceback (most recent call last):
"/home/karl/projects/wagtail/wagtail/documents/tests/test_admin_views.py", line 118, in test_post
response = self.client.post(reverse('wagtaildocs:add'), post_data)
"/home/karl/projects/wagtail/venv/lib/python3.6/site-packages/django/test/client.py", line 525, in post
response... | 0.697806 |
Traceback (most recent call last):
"<ipython-input-18-89b3a88f1417>", line 1, in <module>
Step(s1)
"C:/Users/ruben/Documents/Python Workspace/test.py", line 47, in Step
yout, T = matlab.step(system)
"C:\Users\ruben\Anaconda3\lib\site-packages\control\matlab.py", line 1328, in step
transpose = True, **key... | Traceback (most recent call last):
"infer.py", line 25, in <module>
exe.run(fluid.default_startup_program())
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\paddle\fluid\executor.py", line 1108, in run
six.reraise(*sys.exc_info())
"C:\Users\Admin\AppData\Local\Programs\Python\Python3... | 0.741193 |
Traceback (most recent call last):
"d:/VSCode/python/RBSP.py", line 2, in <module>
from netCDF4 import Dateset
ImportError: cannot import name 'Dateset' from 'netCDF4' (C:\tools\Anaconda3\lib\site-packages\netCDF4\__init__.py)
| Traceback (most recent call last):
"C:\python35\Lib\runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"C:\python35\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\carlo\Envs\hahaha\Scripts\mu.exe\__main__.py", line 5, in <module>
"c:\users\carlo\envs\hahaha\lib\site-... | 0.748457 |
Traceback (most recent call last):
"/home/saicny/.poetry/lib/poetry/_vendor/py3.6/keyring/backend.py", line 203, in _load_plugins
init_func = ep.load()
"/home/saicny/.poetry/lib/poetry/_vendor/py3.6/importlib_metadata/__init__.py", line 92, in load
module = import_module(match.group('module'))
"/usr/lib/pyth... | Traceback (most recent call last):
"infer_simple.py", line 28, in <module>
from core.test import im_detect_all
"/content/PANet/lib/core/test.py", line 43, in <module>
import utils.boxes as box_utils
"/content/PANet/lib/utils/boxes.py", line 52, in <module>
import utils.cython_bbox as cython_bbox
ModuleNotFo... | 0.72588 |
Traceback (most recent call last):
"/tmp/.root_bc136f_salt/salt-call", line 4, in <module>
salt_call()
"/tmp/.root_bc136f_salt/salt/scripts.py", line 218, in salt_call
import salt.cli.call
"/tmp/.root_bc136f_salt/salt/cli/call.py", line 6, in <module>
from salt.utils import parsers
"/tmp/.root_bc136f_salt/salt... | Traceback (most recent call last):
"split_no.py", line 95, in <module>
import matplotlib.pyplot as plt
"/usr/local/lib/python3.6/site-packages/matplotlib/__init__.py", line 134, in <module>
import subprocess
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py"... | 0.763437 |
Traceback (most recent call last):
"generate.py", line 10, in <module>
from im2mesh import config
"/home/user/occupancy_networks-master/im2mesh/config.py", line 4, in <module>
from im2mesh import onet, r2n2, psgn, pix2mesh, dmc
"/home/user/occupancy_networks-master/im2mesh/dmc/__init__.py", line 1, in <modul... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'shadow'
| 0.716496 |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/tmp/pip_build_root/matplotlib2tikz/setup.py", line 7, in <module>
from matplotlib2tikz import __version__, __license__, __author__, __email__
ImportError: No module named 'matplotlib2tikz' | Traceback (most recent call last):
"run.py", line 8, in <module>
import ecto
"/home/dronemaster/DroneMap/SuperBuild/install/lib/python2.7/dist-packages/ecto/__init__.py", line 30, in <module>
from ecto.ecto_main import _cell_base, _cell_cpp, __getitem_list__, __getitem_slice__, __getitem_str__, __getitem_tuple_... | 0.759905 |
Traceback (most recent call last):
"c:\programdata\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 600, in urlopen
chunked=chunked)
"c:\programdata\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
"c:\programdata\anaconda3\lib\site-pack... | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 345, in _make_request
self._validate_conn(conn)
"/usr/local/lib/python3.6/site-packages/urllib3... | 0.923225 |
Traceback (most recent call last):
"/tmp/pip-build-env-ns920ya3/lib/python3.7/site-packages/numpy/core/__init__.py", line 16, in <module>
from . import multiarray
ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
| Traceback (most recent call last):
"./src/main.py", line 13, in <module>
from neuroner import NeuroNER
"/home/vivek/NeuroNER-master/src/neuroner.py", line 3, in <module>
import train
"/home/vivek/NeuroNER-master/src/train.py", line 2, in <module>
import tensorflow as tf
"/usr/local/lib/python3.5/dist-pac... | 0.725766 |
Traceback (most recent call last):
"face_recognition.py", line 1, in <module>
import face_recognition as fr
"/home/frederik/Documents/Uni/SMOOTH/face_recognition/face_recognition.py", line 20, in <module>
image = fr.load_image_file("frederik.jpg")
AttributeError: 'module' object has no attribute 'load_image_fil... | Traceback (most recent call last):
"XXX/marshmallow_to_swagger.py", line 30, in <module>
spec.components.schema("Gist", GistSchema)
"XXX\lib\site-packages\apispec\core.py", line 80, in schema
ret = component.copy()
AttributeError: type object 'GistSchema' has no attribute 'copy'
| 0.702556 |
Traceback (most recent call last):
"./bin/pytype", line 13, in <module>
from pytype.tools.analyze_project import main
"/Users/davidbarker/code/pytype/out/pytype/tools/analyze_project/main.py", line 30, in <module>
from pytype import io
"/Users/davidbarker/code/pytype/out/pytype/io.py", line 13, in <module>
... | 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", l... | 0.837585 |
Traceback (most recent call last):
"/home/wxx/virtualenv-15.1.0/Auto_ms_envs/lib/python2.7/site-packages/fabric/main.py", line 756, in main
*args, **kwargs
"/home/wxx/virtualenv-15.1.0/Auto_ms_envs/lib/python2.7/site-packages/fabric/tasks.py", line 386, in execute
multiprocessing
"/home/wxx/virtualenv-15.1.0... | >Traceback (most recent call last):
"spotdl.py", line 14, in <module>
import pathlib
ImportError: No module named pathlib
| 0.787193 |
Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/osmnx/conda/latest/lib/python3.6/site-packages/sphinx/config.py", line 161, in __init__
execfile_(filename, config)
"/home/docs/checkouts/readthedocs.org/user_builds/osmnx/conda/latest/lib/python3.6/site-packages/sphinx/util/pyc... | Traceback (most recent call last):
"test.py", line 19, in <module>
from datasets.dataset_factory import dataset_factory
ImportError: No module named datasets.dataset_factory
| 0.756392 |
Traceback (most recent call last):
"train.py", line 165, in <module>
train_cnn_rnn()
"train.py", line 62, in train_cnn_rnn
l2_reg_lambda=params['l2_reg_lambda'])
"/Users/jiechengwu/Downloads/mctccr/text_cnn_rnn.py", line 60, in __init__
inputs = [tf.squeeze(input_, [1]) for input_ in tf.split(1, reduced, p... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
"/usr/local/lib/python2.7/dist-packa... | 0.714685 |
Traceback (most recent call last):
"dirmap.py", line 14, in <module>
from gevent import monkey
"D:\python3\lib\site-packages\gevent\__init__.py", line 86, in <module>
from gevent._hub_local import get_hub
"D:\python3\lib\site-packages\gevent\_hub_local.py", line 101, in <module>
import_c_accel(globals(), 'g... | Traceback (most recent call last):
"setup.py", line 3, in <module>
from setuptools import setup, find_packages, Command
ModuleNotFoundError: No module named 'setuptools' | 0.770205 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-Py4GOH/mock/setup.py", line 72, in <module>
setup(**params)
"/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
"/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command... | Traceback (most recent call last):
"/opt/anaconda3/lib/python3.6/site-packages/ray/workers/default_worker.py", line 7, in <module>
import numpy as np
ImportError: No module named numpy
| 0.82273 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-hLH43d/imbalanced-learn/setup.py", line 64, in <module>
module_check_fn(is_imbalanced_dataset_installing=True)
"<string>", line 102, in _check_module_dependencies
"<string>", line 55, in _import_module_with_version_check
... | Traceback (most recent call last):
"/usr/bin/liquidctl", line 33, in <module>
sys.exit(load_entry_point('liquidctl==1.3.3', 'console_scripts', 'liquidctl')())
"/usr/bin/liquidctl", line 25, in importlib_load_entry_point
return next(matches).load()
"/usr/lib/python3.8/importlib/metadata.py", line 77, in load
... | 0.680547 |
Traceback (most recent call last):
"./youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"./youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"./youtube-dl/youtube_dl/extractor/youtube.py", line 1897, in _real_extract
... | Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 502, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/yo... | 0.916242 |
Traceback (most recent call last):
"/usr/local/bin/liquidctl", line 5, in <module>
from liquidctl.cli import main
"/usr/local/lib/python3.8/dist-packages/liquidctl/cli.py", line 75, in <module>
from liquidctl.driver import *
"/usr/local/lib/python3.8/dist-packages/liquidctl/driver/__init__.py", line 21, in <... | Traceback (most recent call last):
"SubDomainizer.py", line 13, in <module>
import termcolor
ImportError: No module named 'termcolor'
| 0.749959 |
Traceback (most recent call last):
"skimage-test.py", line 5, in <module>
from skimage.draw import (line, polygon, disk,
ImportError: cannot import name 'disk' from 'skimage.draw'
| Traceback (most recent call last):
"./msdat.py", line 10, in <module>
from Mssql import Mssql
"/root/Downloads/mssql/msdat/Mssql.py", line 6, in <module>
import pymssql, _mssql, decimal
ImportError: No module named pymssql
| 0.748788 |
Traceback (most recent call last):
"/root/anaconda3/envs/espnet_env/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/root/anaconda3/envs/espnet_env/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/root/anaconda3/envs/espnet_env/lib/python3.7/site-packa... |
Traceback (most recent call last):
"/home/philtell/anaconda3/envs/centerpoint/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1400, in _run_ninja_build
check=True)
"/home/philtell/anaconda3/envs/centerpoint/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess... | 0.773631 |
Traceback (most recent call last):
"C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\generic.py", line 545, in _real_extract
doc = parse_xml(webpage)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\utils.py", line 1491, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
"C:\Python27\lib\xm... | Traceback (most recent call last):
"/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/generic.py", line 379, in _real_extract
doc = parse_xml(webpage)
"/Users/jill/june/.virtualenv/lib/python2.7/site-packages/youtube_dl/utils.py", line 1315, in parse_xml
return xml.etree.ElementTree.XML(... | 0.870343 |
Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"./youtube-dl/__main__.py", line 19, in <module>
"./youtube-dl/youtube_dl/__init__.py", line... |
Traceback (most recent call last):
"/home/haggai/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
EntryPoint()
"/home/haggai/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 83, in EntryPoint
g.pv.Browse(None if 'path' not in args else args['path'])
"/home/haggai/.... | 0.683257 |
Traceback (most recent call last):
"scriptHandler.pyc", line 187, in executeScript
"documentBase.pyc", line 179, in script_previousRow
"documentBase.pyc", line 167, in _tableMovementScriptHelper
"virtualBuffers\gecko_ia2.pyc", line 327, in _getTableCellAt
AttributeError: 'NoneType' object has no attribute '... | Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/mars/promise.py", line 294, in _wrapped
return func(*args, **kwargs)
"/usr/lib64/python2.7/site-packages/mars/utils.py", line 287, in _wrapped
return func(*args, **kwargs)
"/usr/lib64/python2.7/site-packages/mars/scheduler/assigner.py", l... | 0.682741 |
Traceback (most recent call last):
"flaskr/flaskr.py", line 3, in <module>
from flask import Flask, request, session, g, redirect, url_for, abord, \
ImportError: cannot import name abord
| > Traceback (most recent call last):
"run.py", line 5, in <module>
from pilot_cli import UdacityEnv
"/data/kiwi/pilot-cli/pilot_cli/__init__.py", line 22, in <module>
from .udacity_env import UdacityEnv
"/data/kiwi/pilot-cli/pilot_cli/udacity_env.py", line 25, in <module>
import BytesIO.BytesIO as BytesIO
I... | 0.717067 |
Traceback (most recent call last):
"C:\python3\lib\site-packages\homeassistant-0.74.2-py3.5.egg\homeassistant\setup.py", line 143, in _async_setup_component
hass, processed_config)
"C:\python3\lib\site-packages\homeassistant-0.74.2-py3.5.egg\homeassistant\components\auth\__init__.py", line 143, in async_setup
h... | Traceback (most recent call last):
"e:\quant_server\anaconda\lib\site-packages\rqalpha\main.py", line 120, in run
mod_handler = ModHandler(env)
"e:\quant_server\anaconda\lib\site-packages\rqalpha\mod\mod_handler.py", line 30, in __init__
for mod_name in config.mod.__dict__:
AttributeError: 'NoneType' object has... | 0.677808 |
Traceback (most recent call last):
"<input>", line 1, in <module>
"....\lib\site-packages\gtts\tts.py", line 247, in save
self.write_to_fp(f)
"...\lib\site-packages\gtts\tts.py", line 187, in write_to_fp
part_tk = self.token.calculate_token(part)
"...\lib\site-packages\gtts_token\gtts_token.py", line 28, ... | Traceback (most recent call last):
"/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/srv/homeassistant/lib/python3.8/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/srv/homeassistant/lib/python3.8/site-pack... | 0.719702 |
Traceback (most recent call last):
"D:/2.5/build/inst/lib/python3.5/site-packages/UM\Settings\Models\InstanceContainersModel.py", line 46, in __init__
"D:/2.5/build/inst/lib/python3.5/site-packages/UM\Settings\Models\InstanceContainersModel.py", line 61, in _update
TypeError: unorderable types: str() < NoneType()... | 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[font... | 0.67222 |
Traceback (most recent call last):
"prov_helper_tool.py", line 2, in <module>
from cysecuretools import CySecureTools
"C:\Users\user01\AppData\Roaming\Python\Python37\site-packages\cysecuretools\__init__.py", line 16, in <module>
from cysecuretools.main import CySecureTools
"C:\Users\user01\AppData\Roaming\P... | Traceback (most recent call last):
"C:\Miniconda3\envs\py-dev\lib\runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"C:\Miniconda3\envs\py-dev\lib\runpy.py", line 109, in _get_module_details
__import__(pkg_name)
"C:\Miniconda3\envs\py-dev\lib\site-pa... | 0.674297 |
Traceback (most recent call last):
"setup.py", line 3, in <module>
from setuptools import setup, find_packages, Command
ModuleNotFoundError: No module named 'setuptools' | 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", lin... | 0.804662 |
Traceback (most recent call last):
"insightface/RetinaFace/train.py", line 14, in <module>
from rcnn.symbol import *
"insightface\RetinaFace\rcnn\symbol\__init__.py", line 2, in <module>
from .symbol_mnet import *
"insightface\RetinaFace\rcnn\symbol\symbol_mnet.py", line 9, in <module>
from rcnn.symbol.symb... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cStringIO'
| 0.806519 |
Traceback (most recent call last):
"/home/user/.local/lib/python3.8/site-packages/xonsh/__amalgam__.py", line 17286, in xonsh_script_run_control
run_script_with_cache(filename, execer, ctx)
"/home/user/.local/lib/python3.8/site-packages/xonsh/__amalgam__.py", line 2471, in run_script_with_cache
run_compiled_cod... | Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/plyer/platforms/macosx/notification.py", line 8, in <module>
import pyobjus
# pylint: disable=unused-import
ModuleNotFoundError: No module named 'pyobjus'
| 0.815828 |
Traceback (most recent call last):
"/usr/local/bin/docker-compose", line 7, in <module>
from compose.cli.main import main
"/usr/local/lib/python2.7/site-packages/compose/cli/main.py", line 20, in <module>
from ..bundle import get_image_digests
"/usr/local/lib/python2.7/site-packages/compose/bundle.py", line ... | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/virtualenv.py", line 37, in <module>
import zlib
ImportError: No module named 'zlib'
| 0.81513 |
Traceback (most recent call last):
"D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 62, in _subprocess_run
self.on_initialize(client_dict)
"D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\mainscripts\Extractor.py", line ... |
Traceback (most recent call last):
"/tmp/pip-install-73zu27wr/salt/salt/version.py", line 15, in <module>
from platform import linux_distribution as _deprecated_linux_distribution
ImportError: cannot import name 'linux_distribution' from 'platform' (/usr/lib/python3.8/platform.py)
| 0.691185 |
Traceback (most recent call last):
"/usr/bin/youtube-dl", line 11, in <module>
load_entry_point('youtube-dl==2018.4.16', 'console_scripts', 'youtube-dl')()
"/usr/lib/python3.6/site-packages/youtube_dl/__init__.py", line 470, in main
_real_main(argv)
"/usr/lib/python3.6/site-packages/youtube_dl/__init__.py", ... | Traceback (most recent call last):
"./test.py", line 22, in <module>
with ConnectHelper.session_with_chosen_probe(unique_id=args.unique_id) as session:
"/home/kongr45gpen/.local/lib/python3.7/site-packages/pyocd/core/session.py", line 339, in __enter__
self.open()
"/home/kongr45gpen/.local/lib/python3.7/site... | 0.729104 |
Traceback (most recent call last):
"<string>", line 14, in <module>
"C:\Users\patrick\build\requests\setup.py", line 6, in <module>
import requests
"requests\__init__.py", line 52, in <module>
from . import utils
"requests\utils.py", line 22, in <module>
from .compat import parse_http_list as _parse_list_heade... | Traceback (most recent call last):
"/home/mdp/octodns/lib/python2.7/site-packages/octodns/manager.py", line 154, in _get_named_class
module = import_module(module_name)
"/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/home/mdp/octodns/lib/python2.7/site-packages/octo... | 0.7018 |
Traceback (most recent call last):
"Anaconda3\lib\site-packages\spacy\util.py", line 50, in get_lang_class
module = importlib.import_module('.lang.%s' % lang, 'spacy')
“\Anaconda3\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen impor... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\%username%\AppData\Roaming\Python\Python36\site-packages\websockets\__init__.py", line 3, in <module>
from .auth import *
"C:\Users\%username%\AppData\Roaming\Python\Python36\site-packages\websockets\auth.py", line 15, in <module>
fr... | 0.703051 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 20, in _handle_async_response
await func(hass, connection, msg)
"/usr/src/homeassistant/homeassistant/components/device_automation/__init__.py", line 200, in websocket_device_automation_list_con... | Original Traceback (most recent call last):
"/home/sdy/.local/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop
data = fetcher.fetch(index)
"/home/sdy/.local/lib/python3.6/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = [self.dataset[idx] for idx... | 0.718605 |
Traceback (most recent call last):
"test.py", line 12, in <module>
spec=constants.DEFAULT_DNN)
"E:\src\model_search\model_search\single_trainer.py", line 33, in __init__
text_format.Parse(f.read(), self._spec)
"d:\Documents\Application Data\Python\Python37\site-packages\tensorflow\python\lib\io\file_io.py", ... | Traceback (most recent call last):
"C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\commands\install.py", line 342, in run
prefix=options.prefix_path,
"C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\req\req_set.py", line 784, in install
**kwargs
"C:\Users\... | 0.703158 |
Traceback (most recent call last):
"/opt/cobra-master/cobra/__init__.py", line 89, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/opt/cobra-master/cobra/cli.py", line 92, in start
language=main_language, framework=main_framework, file_count=file_count, extension_count=len(file... | Traceback (most recent call last):
"/opt/cobra-master/cobra/__init__.py", line 89, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/opt/cobra-master/cobra/cli.py", line 92, in start
language=main_language, framework=main_framework, file_count=file_count, extension_count=len(file... | 1 |
Traceback (most recent call last):
"./manage.py", line 21, in <module>
main()
"./manage.py", line 17, in main
execute_from_command_line(sys.argv)
"/Users/dev/.virtualenvs/server-99338def/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
utility.execute()... | Traceback (most recent call last):
"red.py", line 614, in <module>
loop.run_until_complete(main(bot))
"/usr/lib/python3.7/asyncio/base_events.py", line 568, in run_until_complete
return future.result()
"red.py", line 599, in main
bot=not bot.settings.self_bot)
TypeError: cannot 'yield from' a coroutine obje... | 0.809111 |
Traceback (most recent call last):
"/bin/certbot", line 9, in <module>
load_entry_point('certbot==0.9.3', 'console_scripts', 'certbot')()
"/usr/lib/python2.7/site-packages/certbot/main.py", line 776, in main
return config.func(config, plugins)
"/usr/lib/python2.7/site-packages/certbot/main.py", line 502, in ... | Traceback (most recent call last):
"C:\Users\vmuriart\Desktop\bug_eval.py", line 10, in <module>
df.eval('-1 + Foo32')
# Throws Exception
"C:\Anaconda\lib\site-packages\pandas\core\frame.py", line 2186, in eval
return _eval(expr, inplace=inplace, **kwargs)
"C:\Anaconda\lib\site-packages\pandas\core\computati... | 0.716825 |
Traceback (most recent call last):
"C:/Users/bruce/Desktop/SimpleReq/MyOCR.py", line 29, in <module>
print(pytesseract.image_to_data(Image.open('test.png')))
"C:\apps\Anaconda3\lib\site-packages\pytesseract\pytesseract.py", line 414, in image_to_data
if get_tesseract_version() < '3.05':
"C:\apps\Anaconda3\li... | Traceback (most recent call last):
"c:\python\python38\lib\site-packages\gallery_dl\job.py", line 64, in run
for msg in self.extractor:
"c:\python\python38\lib\site-packages\gallery_dl\extractor\common.py", line 377, in items
data = self.metadata(page)
"c:\python\python38\lib\site-packages\gallery_dl\extract... | 0.704029 |
Traceback (most recent call last):
"wafninja.py", line 15, in <module>
from ninja.bypass import firePayload
"/Users/mac/Desktop/WAFNinja-master/ninja/bypass.py", line 16, in <module>
from prettytable import PrettyTable
ImportError: No module named prettytable
| Traceback (most recent call last):
"/usr/share/blender/2.91/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
"/home/sa/.config/blender/2.91/scripts/addons/sverchok-vstable3/__init__.py", line 74, in <module>
node_list = make_node_list(nodes)
"/home/sa/.config/blender/2.91/sc... | 0.710288 |
Traceback (most recent call last):
"/usr/bin/pipenv", line 7, in <module>
from pipenv import cli
"/usr/lib/python2.7/site-packages/pipenv/__init__.py", line 23, in <module>
from .cli import cli
"/usr/lib/python2.7/site-packages/pipenv/cli.py", line 26, in <module>
from .utils import is_valid_url
"/usr/li... | Traceback (most recent call last):
"./meshrcnn/demo/demo.py", line 15, in <module>
from pytorch3d.io import save_obj
"/usr/local/lib/python3.6/dist-packages/pytorch3d/io/__init__.py", line 4, in <module>
from .obj_io import load_obj, load_objs_as_meshes, save_obj
"/usr/local/lib/python3.6/dist-packages/pytor... | 0.758489 |
Traceback (most recent call last):
"/usr/bin/multibootusb", line 188, in <module>
from scripts.debug import colors
"/usr/lib/python3/dist-packages/scripts/debug.py", line 11, in <module>
raise e
"/usr/lib/python3/dist-packages/scripts/debug.py", line 9, in <module>
from .colorama import init as colorama_ini... | Traceback (most recent call last):
"C:\Users\Onoca\IdeaProjects\data\scratch.py", line 1, in <module>
import sys, numpy; print(numpy.__version__, sys.version)
ModuleNotFoundError: No module named 'numpy'
| 0.818551 |
Traceback (most recent call last):
"/home/mcocdawc/bin/anaconda3/envs/cc_dev/lib/python3.5/site-packages/Sphinx-1.5.4-py3.5.egg/sphinx/ext/autodoc.py", line 551, in import_object
__import__(self.modname)
ImportError: No module named 'chemcoord.xyz_functions'
| Traceback (most recent call last):
"/usr/local/pythonenv/INDICO/local/lib/python2.7/site-packages/sphinx/config.py", line 368, in eval_config_file
execfile_(filename, namespace)
"/usr/local/pythonenv/INDICO/local/lib/python2.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
exec_(code, _globals)
... | 0.670239 |
Traceback (most recent call last):
"analyze.py", line 2, in <module>
import argparse, git, datetime, numpy, traceback, time, os, fnmatch, json, progressbar
ImportError: No module named git
| Traceback (most recent call last):
"main.py", line 15, in <module>
from dasiamrpn import dasiamrpn
"C:\Users\dolan\Downloads\OpenLabeling-master\main\dasiamrpn.py", line 36, in <module>
from DaSiamRPN.code.run_SiamRPN import SiamRPN_init, SiamRPN_track
"C:\Users\dolan\Downloads\OpenLabeling-master\main\DaSia... | 0.756068 |
Traceback (most recent call last):
"drcom_d_config.py", line 20, in <module>
offset = re.search('\xF0\x00\xF0\x00[\x00-\xFF]{4}[\x03\x07]\x01', text).start() + 8
AttributeError: 'NoneType' object has no attribute 'start'
| ```Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/bin/pipenv", line 11, in <module>
load_entry_point('pipenv==7.8.8', 'console_scripts', 'pipenv')()
"/Users/Pyclear/Library/Python/3.6/lib/python/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point
return... | 0.806464 |
Traceback (most recent call last):
"/opt/python3/lib/python3.6/site-packages/theano/gof/lazylinker_c.py", line 105, in <module>
actual_version, force_compile, _need_reload))
ImportError: Version check of the existing lazylinker compiled file. Looking for version 0.211, but found None. Extra debug information: force... | Traceback (most recent call last):
"gen_12net_data.py", line 7, in <module>
from prepare_data.utils import IoU
ImportError: No module named prepare_data.utils
| 0.744564 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-Eumaid/mujoco-py/setup.py", line 44, in <module>
tests_require=read_requirements_file('requirements.dev.txt'),
"/home/jin/anaconda2/envs/gymlab/lib/python2.7/site-packages/setuptools/__init__.py", line 143, in setup
return ... | Traceback (most recent call last):
"c:\programdata\miniconda2\envs\catalyst\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"c:\programdata\miniconda2\envs\catalyst\lib\runpy.py", line 72, in _run_code
exec code in run_globals
"C:\ProgramData\Miniconda2\envs\catalyst\Scri... | 0.755332 |
Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\defaul... |
Traceback (most recent call last):
"/usr/local/lib/python3.4/site-packages/tornado/web.py", line 1346, in _execute
result = method(*self.path_args, **self.path_kwargs)
"/usr/local/lib/python3.4/site-packages/tornado/web.py", line 2626, in wrapper
return method(self, *args, **kwargs)
"/usr/local/lib/python3.4/sit... | 0.673352 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 378, in action
await script_obj.async_run(variables, context)
"/usr/src/homeassistant/homeassistant/helpers/script.py", line 131, in async_run
await self._handle_action(action, variables, context)
... | Traceback (most recent call last):
"/Users/user/.virtualenvs/soapboat/lib/python3.7/site-packages/organizations/compat.py", line 8, in <module>
import six
# noqa
ModuleNotFoundError: No module named 'six'
| 0.804113 |
Traceback (most recent call last):
"/home/jspiros/.virtualenvs/youtube-dl/bin/youtube-dl", line 11, in <module>
sys.exit(main())
"/home/jspiros/.virtualenvs/youtube-dl/local/lib/python2.7/site-packages/youtube_dl/__init__.py", line 471, in main
_real_main(argv)
"/home/jspiros/.virtualenvs/youtube-dl/local/li... | Traceback (most recent call last):
"/usr/bin/glances", line 11, in <module>
load_entry_point('Glances==2.7.1', 'console_scripts', 'glances')()
"/usr/lib/python3.6/site-packages/glances/__init__.py", line 127, in main
args=core.get_args())
"/usr/lib/python3.6/site-packages/glances/standalone.py", line 68, in ... | 0.678778 |
Traceback (most recent call last):
"/<<PKGBUILDDIR>>/.pybuild/pythonX.Y_3.5/build/tests/test_py3.py", line 176, in test_reader
self.assertEqual(next(reader), dict(zip(self.rows[0], self.rows[1])))
"/usr/lib/python3.5/csv.py", line 109, in __next__
self.fieldnames
"/usr/lib/python3.5/csv.py", line 96, in fiel... | Traceback (most recent call last):
"c:\users\gen32uc\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\users\gen32uc\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\GEN32UC\AppData\Loc... | 0.685572 |
Traceback (most recent call last):
"example.py", line 12, in <module>
session.follow_user_followers(['superdeluxe', 'timanderic'], amount=10, random=False)
"/Users/Travis/Documents/GitHub/InstaPy/instapy/instapy.py", line 904, in follow_user_followers
userFollowed += follow_given_user_followers(self.browser, us... | Traceback (most recent call last):
"c:\python27\lib\site-packages\twisted\internet\defer.py", line 1260, in _inlineCallbacks
result = g.send(result)
"c:\python27\lib\site-packages\scrapy\core\downloader\middleware.py", line 37, in process_request
response = yield method(request=request, spider=spider)
"D:\Si... | 0.704875 |
Traceback (most recent call last):
"/storage/gpfs_data/Software/python3.6.8/lib64/python3.6/site-packages/luigi/worker.py", line 199, in run
new_deps = self._run_get_new_deps()
"/storage/gpfs_data/Software/python3.6.8/lib64/python3.6/site-packages/luigi/worker.py", line 141, in _run_get_new_deps
task_gen = self... | Traceback (most recent call last):
"/Users/farisansari/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
"/Users/farisansari/frappe-bench/apps/frappe/frappe/model/document.py", line 256, in save
return self._save(*args, **kwargs)
"/Users/farisansari/frappe-bench/apps/frappe/... | 0.745992 |
WARNING: /home/henrik/projects/pyvista/examples/00-load/read-file.py failed to execute correctly: Traceback (most recent call last):
"/home/henrik/.local/anaconda2/envs/surface/lib/python3.7/site-packages/sphinx_gallery/gen_rst.py", line 394, in _memory_usage
out = func()
"/home/henrik/.local/anaconda2/envs/surf... | Traceback (most recent call last):
"gen.py", line 140, in <module>
main(args.viz)
"gen.py", line 95, in main
RV3 = RendererV3(DATA_PATH,max_time=SECS_PER_IMG)
"D:\detection\SynthText-master\synthgen.py", line 369, in __init__
self.colorizer = Colorize(data_dir)
"D:\detection\SynthText-master\colorize3_po... | 0.683648 |
Traceback (most recent call last):
"/opt/conda/bin/nboost", line 5, in <module>
from nboost.__main__ import main
"/opt/conda/lib/python3.6/site-packages/nboost/__main__.py", line 2, in <module>
from nboost.proxy import Proxy
"/opt/conda/lib/python3.6/site-packages/nboost/proxy.py", line 3, in <module>
from ... | > Traceback (most recent call last):
"C:/Users/bocza/PycharmProjects/bot_minecraft_1.12/main.py", line 4, in <module>
from minecraft.networking import connection
"C:\Users\bocza\AppData\Local\Programs\Python\Python36\lib\site-packages\minecraft\networking\connection.py", line 16, in <module>
from .types import ... | 0.79336 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/cffi/cparser.py", line 5, in <module>
from . import _pycparser as pycparser
ImportError: cannot import name '_pycparser'
| Traceback (most recent call last):
"run.py", line 367, in main
from musicbot import MusicBot
"/home/flower127127/MusicBot/musicbot/__init__.py", line 7, in <module>
from .utils import _get_variable
"/home/flower127127/MusicBot/musicbot/utils.py", line 3, in <module>
import aiohttp
ImportError: No module nam... | 0.791649 |
Traceback (most recent call last):
"convert.py", line 5, in <module>
input_name_shape_dict = {'input_tensor:0' : [1, 224, 224, 3]})
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/tfcoreml/_tf_coreml_converter.py", line 552, in convert
custom_conversion_functions=custom_conversion_functions)
"/home/ubunt... | Traceback (most recent call last):
"object_detection/model_main.py", line 111, in <module>
tf.app.run()
"/home/safetyml/venv/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"object_detection/model_main.py", line 107, in main
tf.estimator.train_and_evalu... | 0.68868 |
[autoreload of pandas.io.parsers failed: Traceback (most recent call last):
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check
superreload(m, reload, self.old_objects)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_... | Traceback (most recent call last):
"/usr/local/bin/ROPgadget", line 15, in <module>
import ropgadget
ImportError: No module named ropgadget
| 0.68953 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/5s/866_p9c16k59ygvyqnkmpv000000gn/T/pip-build-a1nv80ul/conda/setup.py", line 30, in <module>
import auxlib
# a build-time dependency only
ImportError: No module named 'auxlib' |
Traceback (most recent call last):
"C:\python36\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"C:\python36\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\python36\lib\site-packages\rasa_core\train.py", line 14, in <module>
from rasa_core import config
"C... | 0.714417 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1380, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1293, in _extract_signature_function
cache_res = res(test_string)
"/usr/lib/... | Traceback (most recent call last):
"/home/vee/.bin/youtube-dl/youtube_dl/extractor/youtube.py", line 676, in _decrypt_signature
video_id, player_url, s
"/home/vee/.bin/youtube-dl/youtube_dl/extractor/youtube.py", line 568, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_... | 0.705213 |
Traceback (most recent call last):
"main.py", line 437, in <module>
main()
"main.py", line 121, in main
main_worker(args.gpu, ngpus_per_node, args)
"main.py", line 257, in main_worker
train(train_loader, model, criterion, optimizer, epoch, args)
"main.py", line 299, in train
output = model(input)
"<m... | `Traceback (most recent call last):
"main.py", line 301, in <module>
main()
"main.py", line 124, in main
train(train_loader, model, criterion, optimizer, epoch)
"main.py", line 166, in train
output = model(input_var)
"/home/zouyiping/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 54... | 0.679506 |
Traceback (most recent call last):
"dingdang.py", line 16, in <module>
from client.conversation import Conversation
"/home/pi/dingdang/client/conversation.py", line 3, in <module>
from notifier import Notifier
"/home/pi/dingdang/client/notifier.py", line 5, in <module>
from apscheduler.schedulers.background... | Traceback (most recent call last):
"isf.py", line 9, in <module>
from icssploit.interpreter import IcssploitInterpreter
"/root/Desktop/isf/icssploit/__init__.py", line 1, in <module>
from icssploit.utils import (
"/root/Desktop/isf/icssploit/utils/__init__.py", line 15, in <module>
import nmap
ImportError: ... | 0.779947 |
Traceback (most recent call last):
"/usr/bin/certbot", line 9, in <module>
load_entry_point('certbot==0.18.1', 'console_scripts', 'certbot')()
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/pyth... | Traceback (most recent call last):
"./cobra.py", line 18, in <module>
from cobra import main
"/home/cobra/cobra/__init__.py", line 21, in <module>
from .log import logger
"/home/cobra/cobra/log.py", line 19, in <module>
import cloghandler
ImportError: No module named cloghandler
| 0.819787 |
Traceback (most recent call last):
"autotest/workspace/client/net/net_utils_unittest.py", line 94, in test_network_interface_init
mock_netif = self.network_interface_mock(iface='eth0', test_init=True)
"autotest/workspace/client/net/net_utils_unittest.py", line 24, in **init**
self).**init**(iface=iface, test_init=t... | Traceback (most recent call last):
"./server/autotest_remote_unittest.py", line 166, in test_packaging_install
self.base_autotest.install()
"autotest/server/autotest_remote.py", line 132, in install
self._install(host=host, autodir=autodir)
"autotest/server/autotest_remote.py", line 234, in _install
self._install... | 0.706492 |
Traceback (most recent call last):
"Train_Chunking.py", line 47, in <module>
pickle
= perpareDataset(embeddingsPath, datasets)
"/public/home/zcyu/ref/NLP/emnlp2017-bilstm-cnn-crf/util/preprocessing.py", line 57, in perpareDataset
pklObjects['data'][datasetName] = createPkl
s(paths, mappings, datasetColumns, co... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/kazoo/protocol/connection.py", line 577, in _connect_attempt
read_timeout, connect_timeout = self._connect(host, port)
"/usr/local/lib/python2.7/dist-packages/patroni/dcs/zookeeper.py", line 81, in _kazoo_connect
ret = self._orig_kazoo_c... | 0.71227 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 1 |
Traceback (most recent call last):
"/Users/.../.pyenv/versions/3.8.1/lib/python3.8/site-packages/confluent_kafka/deserializing_consumer.py", line 137, in poll
value = self._value_deserializer(value, ctx)
"/Users/.../.pyenv/versions/3.8.1/lib/python3.8/site-packages/confluent_kafka/schema_registry/avro.py", line ... | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/ulauncher/ui/windows/UlauncherWindow.py", line 181, in on_input_key_press_event
Search.get_instance().on_key_press_event(widget, event, self._get_user_query())
"/usr/lib/python3/dist-packages/ulauncher/utils/decorator/singleton.py", line 19, in w... | 0.838403 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/homeassistant/config_entries.py", line 225, in async_setup
result = await component.async_setup_entry(hass, self)
"/usr/local/lib/python3.6/site-packages/homeassistant/components/tradfri/__init__.py", line 94, in async_setup_entry
gatewa... | Traceback (most recent call last):
"/usr/src/proga.py", line 392, in <module>
authentificate(int.from_bytes(simid, byteorder='big'), randautn)
"/usr/src/proga.py", line 220, in authentificate
ChangeCurrentSim(simid)
"/usr/src/proga.py", line 22, in ChangeCurrentPrg
port.setRTS(True)
"/usr/local/lib/pytho... | 0.691425 |
Traceback (most recent call last):
"/home/classic/dev/sqlalchemy/lib/sqlalchemy/orm/attributes.py", line 358, in __getattr__
return getattr(self.comparator, attribute)
AttributeError: 'value' object has no attribute 'impl'
| Traceback (most recent call last):
"~/.local/lib/python3.6/site-packages/discord/ext/commands/core.py", line 63, in wrapped
ret = await coro(*args, **kwargs)
"~/.local/lib/python3.6/site-packages/discord/ext/commands/help.py", line 754, in command_callback
return await self.send_bot_help(mapping)
"~/DiscordB... | 0.677647 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<snip>/numpy/linalg/linalg.py", line 445, in inv
return wrap(solve(a, identity(a.shape[0], dtype=a.dtype)))
IndexError: tuple index out of range
| Traceback (most recent call last):
"main.py", line 51, in <module>
train_model(parameters, args.dataset)
"/home/nmt-keras/nmt_keras/training.py", line 166, in train_model
nmt_model.trainNet(dataset, training_params)
"/home/miniconda3/envs/textsum/lib/python3.6/site-packages/keras_wrapper/cnn_model.py", ... | 0.670127 |
Traceback (most recent call last):
"/home/xxx/tmp/tryairflow/airflow_env/bin/airflow", line 26, in <module>
from airflow.bin.cli import CLIFactory
"/home/xxx/tmp/tryairflow/airflow_env/lib/python3.8/site-packages/airflow/bin/cli.py", line 94, in <module>
api_module = import_module(conf.get('cli', 'api_client'))... | Traceback (most recent call last):
"run_lab.py", line 5, in <module>
from slm_lab.experiment.control import Session, Trial, Experiment
"/home/philip/Documents/MachineLearning/SLM-Lab/slm_lab/experiment/control.py", line 7, in <module>
from slm_lab.experiment import analysis, search
"/home/philip/Documents/Ma... | 0.768856 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'torch_geometric.nn' has no attribute 'CGConv'
| Traceback (most recent call last):
"dynaconf_test.py", line 3, in <module>
print(settings.get('A').get('B').get('C'))
AttributeError: 'NoneType' object has no attribute 'get'
| 0.710921 |
Traceback (most recent call last):
"crawler.py", line 3, in <module>
from builtins import open
ImportError: No module named builtins | Traceback (most recent call last):
"/home/travis/virtualenv/python3.6.0/bin/py.test", line 11, in <module>
sys.exit(main())
"/home/travis/virtualenv/python3.6.0/lib/python3.6/site-packages/_pytest/config.py", line 47, in main
config = _prepareconfig(args, plugins)
"/home/travis/virtualenv/python3.6.0/lib/pyt... | 0.810571 |
Traceback (most recent call last):
"/www/lemur/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
"/www/lemur/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/www/lem... | Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 381, in start
resp = await self._request_handler(request)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_app.py", line 310, in _handle
resp = await handler(request)
"/srv/homeassista... | 0.740532 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"c:\users\marc\appdata\local\temp\pip-build-_0jqmc\kaggle-cli\setup.py", line 4, in <module>
from kaggle_cli.main import VERSION
"kaggle_cli\main.py", line 2, in <module>
from cliff.app import App
ImportError: No module named cliff.app
``` | Traceback (most recent call last):
"/usr/local/bin/evillimiter", line 9, in <module>
load_entry_point('evillimiter==1.2.0', 'console_scripts', 'evillimiter')()
"/usr/lib/python3/dist-packages/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/li... | 0.767425 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named requests
| Traceback (most recent call last):
"./manage.py", line 8, in <module>
from django.core.management import execute_from_command_line
"/home/cl/webapps/hc-venv/lib/python3.5/site-packages/django/__init__.py", line 1, in <module>
from django.utils.version import get_version
ImportError: No module named 'django.util... | 0.795851 |
Traceback (most recent call last):
"preprocess.py", line 164, in <module>
main()
"preprocess.py", line 90, in main
opt.train_tgt, opt.max_word_seq_len, opt.keep_case)
"preprocess.py", line 12, in read_instances_from_file
for sent in f:
"/root/miniconda3/envs/Lin/lib/python3.6/encodings/ascii.py", line 26... | Traceback (most recent call last):
"/usr/local/bin/t2t-datagen", line 378, in <module>
tf.app.run()
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"/usr/local/bin/t2t-datagen", line 361, in main
training_gen(), F... | 0.726003 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named quandl
| Traceback (most recent call last):
"train.py", line 10, in <module>
from maddpg.trainer.maddpg import MADDPGAgentTrainer
ImportError: No module named trainer.maddpg
| 0.790987 |
Traceback (most recent call last):
"/app/medusa/medusa/queues/show_queue.py", line 414, in run
series.configure(self)
"/app/medusa/medusa/tv/series.py", line 1743, in configure
self.qualities_allowed = options['quality']['allowed']
"/app/medusa/medusa/tv/base.py", line 63, in __setattr__
super(TV, self).__s... | Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
"/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
"/usr/src/homeassis... | 0.708357 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-n1t9cngk/markupsafe_e5d744798cf14b8ba059ed6103e71da8/setup.py", line 6, in <module>
from setuptools import setup, Extension, Feature
ImportError: cannot import name 'Feature' from 'setuptools' (/opt/git/ail-framework/AILENV/li... | Traceback (most recent call last):
"run_bertology.py", line 33, in <module>
from run_glue import ALL_MODELS, MODEL_CLASSES, load_and_cache_examples, set_seed
ImportError: cannot import name 'MODEL_CLASSES' from 'run_glue' (/home/stud-yantao/Transformer/transformers/examples/run_glue.py)
| 0.786353 |
Traceback (most recent call last):
"1_move_files.py", line 81, in <module>
main()
"1_move_files.py", line 78, in main
move_files(group_lists)
"1_move_files.py", line 49, in move_files
filename = parts[1]
IndexError: list index out of range
| Traceback (most recent call last):
"train.py", line 173, in <module>
ap_table += [[c, class_names[c], "%.5f" % AP[i]]]
IndexError: list index out of range
| 0.686467 |
Traceback (most recent call last):
"c:\users\darko\appdata\local\programs\python\python38-32\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\darko\appdata\local\programs\python\python38-32\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
"C:\Us... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"%USERPROFILE%\Miniconda3\lib\site-packages\dask\dataframe\core.py", line 1167, in to_csv
return to_csv(self, filename, **kwargs)
"%USERPROFILE%\Miniconda3\lib\site-packages\dask\dataframe\io\csv.py", line 661, in to_csv
delayed(values).comput... | 0.678373 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.5/dist-packages/scanpy/__init__.py", line 3, in <module>
from .utils import check_versions, annotate_doc_types
"/usr/local/lib/python3.5/dist-packages/scanpy/utils.py", line 18, in <module>
from ._settings import settin... | `Traceback (most recent call last):
"/usr/local/bin/hangups", line 11, in <module>
load_entry_point('hangups==0.4.4', 'console_scripts', 'hangups')()
"/home/user/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, nam... | 0.899246 |
Traceback (most recent call last):
"main.py", line 238, in <module>
acc_tmp = val(test_dataset, criterion)
"main.py", line 157, in val
preds0, preds1 = MORAN(image, length, text, text_rev, test=True)
"/home/superpc/miniconda2/envs/pytorch-0.3-py2.7-OCR/lib/python2.7/site-packages/torch/nn/modules/module.py",... | Traceback (most recent call last):
"tools/train.py", line 159, in <module>
main()
"tools/train.py", line 155, in main
meta=meta)
"/home/ceyang/mmdetection/mmdet/apis/train.py", line 165, in train_detector
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/home/ceyang/.conda/envs/dt2/lib/python3.7... | 0.681083 |
Traceback (most recent call last):
"main.py", line 80, in <module>
main()
"main.py", line 76, in main
print(get_tags_subs('abcd-efgh-igk-lmnopqr'))
"main.py", line 71, in get_tags_subs
tags = resource_mgmt_client.tags.get_at_scope(sub_scope)
"/Users/sanjayq/azure/Azure-China/env/lib/python3.7/site-packag... | Traceback (most recent call last):
"/Users/rmay/miniconda3/envs/py38/bin/sphinx-autogen", line 10, in <module>
sys.exit(main())
"/Users/rmay/miniconda3/envs/py38/lib/python3.8/site-packages/sphinx/ext/autosummary/generate.py", line 465, in main
generate_autosummary_docs(args.source_file, args.output_dir,
"/U... | 0.712184 |
Traceback (most recent call last):
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-3.5-pydebug/psutil/tests/test_misc.py", line 378, in test_free
self.assert_stdout('free.py')
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-3.5-pydebug/psutil/tests/test_misc.py", line 341, in assert_stdout
out = sh(sys.execut... | Traceback (most recent call last):
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-2.7/psutil/tests/test_misc.py", line 391, in test_ps
self.assert_stdout('ps.py')
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-2.7/psutil/tests/test_misc.py", line 341, in assert_stdout
out = sh(sys.executable + ' ' + exe).st... | 0.959313 |
Traceback (most recent call last):
"/home/gaut/mycroft-core/mycroft/client/speech/main.py", line 24, in <module>
from mycroft.client.speech.listener import RecognizerLoop
"/home/gaut/mycroft-core/mycroft/client/speech/listener.py", line 29, in <module>
from mycroft.client.speech.recognizer_wrapper import \
Impo... | Traceback (most recent call last):
"setup.py", line 3, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools | 0.842687 |
[autoreload of pandas.core.reshape.concat failed: Traceback (most recent call last):
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check
superreload(m, reload, self.old_objects)
"/Users/sentient-asoellinger/miniconda2/envs/i... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/my_env_p2713/lib/python2.7/site-packages/cocotb/__init__.py", line 41, in <module>
import cocotb.handle
"/my_env_p2713/lib/python2.7/site-packages/cocotb/handle.py", line 45, in <module>
import simulator
ImportError: No module named simulato... | 0.792458 |
Traceback (most recent call last):
"/home/foo.bar/anaconda3/envs/git_issu/bin/pceb", line 33, in <module>
sys.exit(load_entry_point('pceb==3.1.1', 'console_scripts', 'pceb')())
"/home/foo.bar/anaconda3/envs/git_issu/bin/pceb", line 25, in importlib_load_entry_point
return next(matches).load()
"/home/foo.bar/... | Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'matplotlib
| 0.750644 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"goprocam/__init__.py", line 1, in <module>
from goprocam import GoProCamera
"goprocam/GoProCamera.py", line 3, in <module>
import urllib.request
ImportError: No module named request
| Traceback (most recent call last):
"/usr/local/bin/rainbowstream", line 9, in <module>
load_entry_point('rainbowstream==1.3.7', 'console_scripts', 'rainbowstream')()
"/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(g... | 0.706633 |
Traceback (most recent call last):
"quickstart.py", line 22, in <module>
multi_logs=True)
"/Users/Gearb0x/InstaPy/instapy/instapy.py", line 190, in __init__
get_database(make=True)
"/Users/Gearb0x/InstaPy/instapy/database_engine.py", line 43, in get_database
id = get_profile(name, address, logger) if id is ... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 630, in respond
self._do_respond(path_info)
"/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 689, in _do_respond
response.body = self.handler()
"/usr/local/lib/python2.7/dist-packages... | 0.758904 |
Traceback (most recent call last):
"/usr/local/bin/proxybroker", line 11, in <module>
sys.exit(cli())
"/usr/local/lib/python3.6/dist-packages/proxybroker/cli.py", line 433, in cli
loop.run_until_complete(asyncio.gather(*tasks, loop=loop))
"/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_co... | solaar: error: Traceback (most recent call last):
"/usr/local/lib/python3.9/site-packages/solaar/cli/__init__.py", line 190, in run
c = list(_receivers(hidraw_path))
"/usr/local/lib/python3.9/site-packages/solaar/cli/__init__.py", line 97, in _receivers
from logitech_receiver import Receiver
"/usr/local/lib/... | 0.673017 |
Traceback (most recent call last):
"/opt/az/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/opt/az/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/opt/az/lib/python3.6/site-packages/azure/cli/__main__.py", line 38, in <module>
az_cli = get_default_c... | Traceback (most recent call last):
"/Users/user01/opt/anaconda3/envs/pro2/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/Users/user01/opt/anaconda3/envs/pro2/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/Users/user01/opt/anaconda3/envs/pro2... | 0.740433 |
Traceback (most recent call last):
"/usr/lib/python3.9/site-packages/variety/VarietyWindow.py", line 205, in _delayed
self.create_preferences_dialog()
"/usr/lib/python3.9/site-packages/variety/VarietyWindow.py", line 242, in create_preferences_dialog
self.preferences_dialog = PreferencesVarietyDialog(parent=sel... | Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python2.7/site... | 0.675478 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.