text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
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... | Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/usr/local/lib/python3.5/dist-packages/django/core/management/__init_... | 0.673693 |
Traceback (most recent call last):
"/home/bengoshi/.local/bin/emoji.py", line 20, in <module>
from wordcloud import WordCloud
ImportError: No module named wordcloud
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named 'spacy'
| 0.808591 |
Traceback (most recent call last):
"tf_pyinstaller_test.py", line 1, in <module>
import tensorflow
"c:\users\jerry c\desktop\built\temp_venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
exec(bytecode, module.__dict__)
"tensorflow\__init__.py", line 99, in <module>
... | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
"/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
"/usr/lib/python3... | 0.71505 |
Traceback (most recent call last):
"_ctypes/callbacks.c", line 315, in 'calling callback function'
"NVDAHelper.pyc", line 379, in nvdaControllerInternal_typedCharacterNotify
AttributeError: 'NoneType' object has no attribute 'windowClassName'
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_factory.py", line 110, in test_one_arg_tzinfo
self.factory.get(tz.gettz("US/Pacific")), self.expected
AttributeError: 'TestGet' obj... | 0.674168 |
Traceback (most recent call last):
"/home/user/.local/bin/vint", line 13, in <module>
from vint import vint
"/home/user/.local/lib/python3.6/site-packages/vint/vint.py", line 5, in <module>
from cerf_api import Cerf
ModuleNotFoundError: No module named 'cerf_api'
| Traceback (most recent call last):
"./recon-ng", line 8, in <module>
from recon.core import base
"/GitArchive/recon-ng/recon/core/base.py", line 14, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
| 0.802383 |
Traceback (most recent call last):
"setup.py", line 150, in <module>
'interactive': ["ipython>=2.3.0"],
"/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.4/distutils/dist... | Traceback (most recent call last):
"/home/<user>/.local/lib/python3.8/site-packages/bpytop.py", line 2738, in _collect_temps
if hasattr(entry, "high") and entry.high > 1: cls.cpu_temp_high = round(entry.high)
TypeError: '>' not supported between instances of 'NoneType' and 'int'
| 0.702351 |
Traceback (most recent call last):
"/root/PyOne-master/function.py", line 2, in <module>
from app.utils import *
"/root/PyOne-master/app/__init__.py", line 6, in <module>
from utils.header import GetConfig
ModuleNotFoundError: No module named 'utils.header'
| Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
| 0.772555 |
Traceback (most recent call last):
"repro.py", line 1, in <module>
import moto
"/Users/repos/test/.venv/lib/python3.7/site-packages/moto/__init__.py", line 8, in <module>
from .acm import mock_acm
# flake8: noqa
"/Users/repos/test/.venv/lib/python3.7/site-packages/moto/acm/__init__.py", line 2, in <module>
... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: can't set attribute
| 0.796605 |
Traceback (most recent call last):
"upsnet/upsnet_end2end_train.py", line 61, in <module>
from upsnet.models import *
"upsnet/../upsnet/models/__init__.py", line 1, in <module>
from .resnet_upsnet import resnet_50_upsnet, resnet_101_upsnet
"upsnet/../upsnet/models/resnet_upsnet.py", line 22, in <module>
fro... | Traceback (most recent call last):
"/data/bo718.wang/anaconda3/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"/data/bo718.wang/anaconda3/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/data/bo718.wang/anaconda3/lib/python3.5/site-packages/allennlp/ru... | 0.702403 |
Traceback (most recent call last):
"/home/ok97465/python/spyder/spyder/plugins/editor/widgets/codeeditor.py", line 1096, in process_diagnostics
self.process_code_analysis(params['params'])
"/home/ok97465/python/spyder/spyder/plugins/editor/widgets/codeeditor.py", line 2300, in process_code_analysis
block._selec... | Traceback (most recent call last):
"../chia/daemon/server.py", line 821, in kill_service
result = await kill_process(process, root_path, service_name, "", delay_before_kill)
"../chia/daemon/server.py", line 789, in kill_process
process.terminate()
AttributeError: 'list' object has no attribute 'terminate'
| 0.671066 |
Traceback (most recent call last):
"./bin/deep_ocr_reco", line 137, in <module>
show_img(raw, title="raw image")
"./bin/deep_ocr_reco", line 27, in show_img
plt.gray()
"/mnt/OCR/deep_ocr_env/local/lib/python2.7/site-packages/matplotlib/pyplot.py", line 3829, in gray
set_cmap("gray")
"/mnt/OCR/deep_ocr_en... | Traceback (most recent call last):
"app/puppeteer.py", line 201, in <module>
master = Tk()
"/home/dd/anaconda3/envs/head_anime/lib/python3.8/tkinter/__init__.py", line 2261, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no d... | 0.804689 |
Traceback (most recent call last):
"train1.py", line 10, in <module>
from tensorpack.callbacks.saver import ModelSaver
"/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/__init__.py", line 51, in <module>
_global_import(module_name)
"/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/__ini... | > Traceback (most recent call last):
"/Applications/Blender.app/Contents/Resources/2.82/scripts/modules/addon_utils.py", line 351, in enable
mod = __import__(module_name)
"/Users/ra/Library/Application Support/Blender/2.82/scripts/addons/BlenderGIS-master/__init__.py", line 96, in <module>
from . import geoscen... | 0.716714 |
`Traceback (most recent call last):
"fans.py", line 83, in <module>
if not scrape_all:
NameError: name 'scrape_all' is not defined`
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
NameError: name 'args' is not defined
| 0.758532 |
Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 400, in salt_call
client.run()
"/usr/lib/python2.7/site-packages/salt/cli/call.py", line 57, in run
caller.run()
"/usr/lib/python2.7/site-packages/salt/cli/ca... | Traceback (most recent call last):
"/usr/bin/awx-manage", line 9, in <module>
load_entry_point('awx==1.0.5.11', 'console_scripts', 'awx-manage')()
"/usr/lib/python2.7/site-packages/awx/__init__.py", line 109, in manage
execute_from_command_line(sys.argv)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/dja... | 0.678699 |
`Traceback (most recent call last):
"A:/Projects/PaddleOCR/paddleocr.py", line 28, in <module>
from tools.infer import predict_system
"A:\Projects\PaddleOCR\tools\infer\predict_system.py", line 28, in <module>
import tools.infer.utility as utility
"A:\Projects\PaddleOCR\tools\infer\utility.py", line 23, in ... | Traceback (most recent call last):
"/home/idan/.pyenv/versions/productionready/lib/python3.5/site-packages/django/db/backends/sqlite3/base.py", line 36, in <module>
from sqlite3 import dbapi2 as Database
"/home/idan/.pyenv/versions/3.5.2/lib/python3.5/sqlite3/__init__.py", line 23, in <module>
from sqlite3.dbap... | 0.71307 |
Traceback (most recent call last):
"torch_to_pytorch.py", line 9, in <module>
from torch.utils.serialization import load_lua
ModuleNotFoundError: No module named 'torch.utils.serialization'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/chris/Documents/github/cadquery/cadquery/cadquery/__init__.py", line 2, in <module>
from .occ_impl.geom import Plane, BoundBox, Vector, Matrix
"/Users/chris/Documents/github/cadquery/cadquery/cadquery/occ_impl/geom.py", line 4, in <modu... | 0.797212 |
Traceback (most recent call last):
"/home/pi/SQL_PY3_Test.py", line 15, in <module>
cursor.execute(query)
pyodbc.ProgrammingError: ('42000', "[42000] [FreeTDS][SQL Server]Incorrect syntax near '¥'. (102) (SQLExecDirectW)")
| Traceback (most recent call last):
"/home/pi/SQL_PY3_Test.py", line 15, in <module>
cursor.execute(query)
pyodbc.ProgrammingError: ('42000', "[42000] [FreeTDS][SQL Server]Incorrect syntax near '¥'. (102) (SQLExecDirectW)")
| 1 |
Traceback (most recent call last):
"wifibroot.py", line 19, in <module>
from wireless import Shifter
"/usr/share/wifibroot/wireless/__init__.py", line 2, in <module>
from wireless.sniper import Sniper
"/usr/share/wifibroot/wireless/sniper.py", line 7, in <module>
from scapy.layers.dot11 import Raw
ImportErr... | Traceback (most recent call last):
"/usr/local/SickRage/SickBeard.py", line 418, in load_shows_from_db
cur_show = TVShow(sql_show[b'indexer'], sql_show[b'indexer_id'])
"/usr/local/SickRage/sickbeard/tv.py", line 111, in __init__
self.loadFromDB()
"/usr/local/SickRage/sickbeard/tv.py", line 813, in loadFromDB... | 0.760447 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.5/dist-packages/pwnlib/elf/elf.py", line 1097, in search
offset = data.find(needle, offset)
TypeError: a bytes-like object is required, not 'str'
| Traceback (most recent call last):
"/home/ciro/bin/adb-sync", line 774, in <module>
main(*sys.argv)
"/home/ciro/bin/adb-sync", line 695, in main
localpatterns = [x.encode(args_encoding) for x in args.source]
TypeError: encode() argument 1 must be string, not None
| 0.673218 |
Traceback (most recent call last):
"rig_state/pipeline.py", line 109, in <module>
experiment_name='rig_state'
"/mapr/houmaprdev/user/jschmidt2/.conda/envs/pip_py36/lib/python3.6/site-packages/kfp/_client.py", line 372, in create_run_from_pipeline_func
return self.create_run_from_pipeline_package(pipeline_packag... | Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python3/dist-packages/salt/scripts.py", line 431, in salt_call
client.run()
"/usr/lib/python3/dist-packages/salt/cli/call.py", line 57, in run
caller.run()
"/usr/lib/python3/dist-packages/salt/cli/caller.p... | 0.701237 |
Traceback (most recent call last):
"/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/main.py", line 195, in main
fm.loop()
"/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/fm.py", line 394, in loop
ui.redraw()
"/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/ui.py", line 339, in redraw
self.finalize(... |
Traceback (most recent call last):
"/opt/anaconda3/lib/python3.4/site-packages/tornado/web.py", line 1334, in _execute
result = yield result
"/opt/anaconda3/lib/python3.4/site-packages/jupyterhub/handlers/base.py", line 371, in get
yield self.spawn_single_user(current_user)
"/opt/anaconda3/lib/python3.4/site-pac... | 0.674582 |
Traceback (most recent call last):
"align.py", line 54, in <module>
aligner = gentle.ForcedAligner(resources, transcript, nthreads=args.nthreads, disfluency=args.disfluency, conservative=args.conservative, disfluencies=disfluencies)
"/var/www/gentle/gentle/forced_aligner.py", line 18, in __init__
gen_hclg_filen... | Traceback (most recent call last):
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 261, in main
old_handlers)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 297, in _serve_one
code = spawn._main(child_r)
"/opt/anaconda... | 0.685012 |
Traceback (most recent call last):
"/Users/jlowin/miniconda3/bin/apistar", line 11, in <module>
sys.exit(main())
"/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/main.py", line 34, in main
app = load_app()
"/users/jlowin/miniconda3/lib/python3.6/site-packages/apistar/main.py", line 17, in load_a... | Traceback (most recent call last):
"c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\user\appdata\local\programs\python\python38\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
"C:\Users\user... | 0.76721 |
Traceback (most recent call last):
"D:/DeblurGAN-master/train.py", line 73, in <module>
model = create_model(opt)
"D:\DeblurGAN-master\models\models.py", line 10, in create_model
model = ConditionalGAN(opt)
"D:\DeblurGAN-master\models\conditional_gan_model.py", line 58, in __init__
self.discLoss, self.conte... | Traceback (most recent call last):
"./scripts/train.py", line 253, in <module>
main()
"./scripts/train.py", line 171, in main
m = preset_model(cfg)
"./scripts/train.py", line 230, in preset_model
model = builder.build_sppe(cfg.MODEL, preset_cfg=cfg.DATA_PRESET)
"/content/AlphaPose/alphapose/models/builde... | 0.689953 |
Traceback (most recent call last):
"DeDRM_App.pyw", line 67, in <module>
from scriptinterface import decryptepub, decryptpdb, decryptpdf, decryptk4mobi
"D:\Documents\DeDRM_App\DeDRM_lib\lib\scriptinterface.py", line 14, in <module>
import k4mobidedrm
"D:\Documents\DeDRM_App\DeDRM_lib\lib\k4mobidedrm.py", lin... | Traceback (most recent call last):
"sqliv.py", line 13, in <module>
from src.crawler import Crawler
"/root/Tools/sqliv/src/crawler.py", line 5, in <module>
from nyawc.Options import Options
ImportError: No module named nyawc.Options
| 0.796359 |
Traceback (most recent call last):
"/Users/bn/anaconda/lib/python3.4/site-packages/conda/exceptions.py", line 479, in conda_exception_handler
return_value = func(*args, **kwargs)
"/Users/bn/anaconda/lib/python3.4/site-packages/conda/cli/main.py", line 145, in _main
exit_code = args.func(args, p)
"/Users/bn/... | Traceback (most recent call last):
"distributed_imagenet_main.py", line 319, in <module>
main()
"distributed_imagenet_main.py", line 92, in main
model = torch.nn.parallel.DistributedDataParallel(model)
"/home/andrew/ml/local/lib/python2.7/site-packages/torch/nn/parallel/distributed.py", line 124, in __init__... | 0.679162 |
💡 Username: admin, E-Mail: admin@example.com
⚙️ Executing '/opt/netbox/startup_scripts/000_users.py'
⚙️ Executing '/opt/netbox/startup_scripts/010_groups.py'
⚙️ Executing '/opt/netbox/startup_scripts/020_custom_fields.py'
⚙️ Executing '/opt/netbox/startup_scripts/030_regions.py'
⚙️ Executing '/opt/netbox/startup_scrip... | Traceback (most recent call last):
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 254, in _find_tests
module = self._get_module_from_name(name)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 232, in _get_module_... | 0.69229 |
Traceback (most recent call last):
"/home/pi/env/lib/python3.5/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
from oauth2client.locked_file import Locked
ImportError: No module named 'oauth2client.locked_file'
| Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named cirq
| 0.713117 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| Traceback (most recent call last):
"D:\User\Dropbox\Applications\SoftwareVersioning\SublimeText\OldBuilds\3143\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 _g... | 0.752052 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 2048, in xclaim
return self.execute_command('XCLAIM', *pieces, **kwargs)
"/Users/ttt/Desktop/axs/lib/python3.7/site-packages/redis/client.py", line 775, in execute_comma... | Traceback (most recent call last):
"C:\Users\chwba\PYCHAR~1\NUITKA~1\APP~1.DIS\OpenGL\latebind.py", line 43, in __call__
TypeError: 'NoneType' object is not callable
| 0.705335 |
Traceback (most recent call last):
"/opt/tidos-framework/tidos.py", line 14, in <module>
from tidos_main import *
"core/tidos_main.py", line 20, in <module>
from impo import *
"core/impo.py", line 16, in <module>
from passiveo import *
"core/passiveo.py", line 31, in <module>
from footprint_dup import *... | Traceback (most recent call last):
"/usr/local/bin/news-please", line 7, in <module>
from newsplease.__main__ import main
"/usr/local/lib/python2.7/site-packages/newsplease/__init__.py", line 13, in <module>
from dotmap import DotMap
ImportError: No module named dotmap | 0.798653 |
Traceback (most recent call last):
"train.py", line 198, in <module>
validation_db = datasets[dataset](configs["db"], val_split)
"/home/b08/projects/CenterNet_keypoints/db/coco.py", line 67, in __init__
self._load_data()
"/home/b08/projects/CenterNet_keypoints/db/coco.py", line 84, in _load_data
self._detec... | Traceback (most recent call last):
"/home/ec2-user/anaconda3/envs/amazonei_tensorflow2_p36/bin/bert-serving-start", line 8, in <module>
sys.exit(main())
"/home/ec2-user/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/bert_serving/server/cli/__init__.py", line 4, in main
with BertServer(get_r... | 0.732894 |
Traceback (most recent call last):
"manage.py", line 9, in <module>
from django.core.management import execute_from_command_line
ImportError: No module named django.core.management
| Traceback (most recent call last):
"C:\New folder\lib\site-packages\pyttsx3\drivers\sapi5.py", line 3, in <module>
from comtypes.gen import SpeechLib
# comtypes
ImportError: cannot import name 'SpeechLib' from 'comtypes.gen' (C:\New folder\lib\site-packages\comtypes\gen\__init__.py)
| 0.772297 |
Traceback (most recent call last):
"./electrum", line 91, in <module>
imp.load_module('electrum', *imp.find_module('lib'))
"/usr/lib/python3.5/imp.py", line 244, in load_module
return load_package(name, filename)
"/usr/lib/python3.5/imp.py", line 216, in load_package
return _load(spec)
"<frozen importlib... | Traceback (most recent call last):
"passhunt.py", line 11, in <module>
import urllib.request
ImportError: No module named request`
| 0.783208 |
```Traceback (most recent call last):
"path", line 4, in <module>
c.run()
"C:\Users\GooDeeJaY\AppData\Local\Programs\Python\Python37\lib\site-packages\pyrogram\client\client.py", line 424, in run
self.start()
"C:\Users\GooDeeJaY\AppData\Local\Programs\Python\Python37\lib\site-packages\pyrogram\client\client.... | Suspicious state from syntax checker python-flake8: Flycheck checker python-flake8 returned non-zero exit code 1, but its output contained no errors: Traceback (most recent call last):
"d:\anaconda3\lib\site-packages\flake8\checker.py", line 471, in run_ast_checks
ast = self.processor.build_ast()
"d:\anaconda3\l... | 0.694633 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/pnguyen/.local/lib/python3.7/site-packages/torchtext/data/field.py", line 163, in __init__
self.tokenize = get_tokenizer(tokenize, tokenizer_language)
"/home/pnguyen/.local/lib/python3.7/site-packages/torchtext/data/utils.py", line 114,... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: quantile() takes exactly 1 argument (2 given)
| 0.714046 |
Traceback (most recent call last):
"spotdl.py", line 4, in <module>
from core import metadata
"~/spotify-downloader/core/metadata.py", line 5, in <module>
from urllib.request import quote
ImportError: No module named request
| Traceback (most recent call last):
"/home/suleka/Documents/sales_prediction/LSTM_hyperband_and_hyperopt_withoutzero.py", line 10, in <module>
from ray.tune import grid_search, run_experiments, register_trainable, Trainable, sample_from
ImportError: cannot import name 'sample_from'
| 0.783433 |
Traceback (most recent call last):
"/Users/phillippecourt/enigmacatalyst/venv/lib/python3.6/site-packages/catalyst/exchange/exchange_bundle.py", line 933, in get_spot_values
value = reader.get_value(
AttributeError: 'NoneType' object has no attribute 'get_value'
| Traceback (most recent call last):
"/home/linuxbrew/.linuxbrew/bin/sam", line 11, in <module>
load_entry_point('aws-sam-cli==0.48.0', 'console_scripts', 'sam')()
"/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.48.0/libexec/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args... | 0.682399 |
Traceback (most recent call last):
"<string>", line 486, in render
"<string>", line 1138, in lines
"<string>", line 300, in fetch_breakpoints
ValueError: invalid literal for int() with base 16: '9.1'
|
Traceback (most recent call last):
"tornado/simple_httpclient.py", line 225, in cleanup
"tornado/stack_context.py", line 171, in wrapped
"tornado/simple_httpclient.py", line 258, in _on_headers
ValueError: invalid literal for int() with base 10: '28760,28760' | 0.684559 |
Traceback (most recent call last):
"/usr/local/bin/anime", line 33, in <module>
sys.exit(load_entry_point('anime-downloader==5.0.1', 'console_scripts', 'anime')())
"/usr/local/Cellar/anime-downloader/5.0.1/libexec/lib/python3.9/site-packages/anime_downloader/cli.py", line 53, in main
cli()
"/usr/local/Cellar... | Traceback (most recent call last):
"main.py", line 14, in <module>
from lib.config import cfg
ModuleNotFoundError: No module named 'lib.config' | 0.824871 |
Traceback (most recent call last):
"pdseg/check.py", line 18, in <module>
from reader import pil_imread
"/home/jovyan/PaddleSeg/pdseg/reader.py", line 32, in <module>
import data_aug as aug
"/home/jovyan/PaddleSeg/pdseg/data_aug.py", line 20, in <module>
from models.model_builder import ModelPhase
"/home... | Traceback (most recent call last):
"setup.py", line 2, in <module>
from Cython.Build import cythonize
ImportError: No module named Cython.Build
| 0.789537 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/theano/compile/function_module.py", line 884, in __call__
self.fn() if output_subset is None else\
ValueError: GpuCorrMM shape inconsistency:
| Traceback (most recent call last):
"/home/sk/PaddleDetection/ppdet/data/reader.py", line 46, in __call__
data = f(data, ctx)
"/home/sk/PaddleDetection/ppdet/data/transform/operators.py", line 1753, in __call__
canvas[y:y + height, x:x + width, :] = img.astype(np.uint8)
ValueError: could not broadcast input arra... | 0.797847 |
Traceback (most recent call last):
"/usr/libexec/git-core/git-filter-repo", line 3933, in <module>
filter.run()
"/usr/libexec/git-core/git-filter-repo", line 3869, in run
self._parser.run(self._input, self._output)
"/usr/libexec/git-core/git-filter-repo", line 1414, in run
self._parse_commit()
"/usr/libe... | Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/redis/connection.py", line 706, in send_packed_command
sendall(self._sock, item)
"/usr/local/lib/python3.6/dist-packages/redis/_compat.py", line 9, in sendall
return sock.sendall(*args, **kwargs)
BrokenPipeError: [Errno 32] Broken pipe
| 0.696191 |
Traceback (most recent call last):
"/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
"/home/users/ntu/tlvu/espnet_v0.7_202004011/espnet/tools/venv/lib/python3.7/multiprocessing/process.py", line 99, in run
self._target(*se... | Traceback (most recent call last):
"{source}/train_pl.py", line 248, in <module>
main()
"{source}/train_pl.py", line 235, in main
trainer.fit(model, dataloaders["train"], dataloaders["val"])
"{venv}/pytorch_lightning/trainer/trainer.py", line 510, in fit
self.pre_dispatch()
"{venv}/pytorch_lightning/trai... | 0.708637 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/numpy/core/__init__.py", line 16, in <module>
from . import multiarray
ImportError: /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so: undefined symbol: _Py_ZeroStruct
| Traceback (most recent call last):
"C:/Users/Den/PycharmProjects/LogisticRegressionForIris/main.py", line 1, in <module>
from sklearn.model_selection import train_test_split
"C:\Users\Den\AppData\Local\Programs\Python\Python37-32\lib\site-packages\sklearn\__init__.py", line 134, in <module>
from .base import cl... | 0.744272 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/salt/state.py", line 1933, in call
**cdata['kwargs'])
"/usr/lib/python3.6/site-packages/salt/loader.py", line 1939, in wrapper
return f(*args, **kwargs)
"/usr/lib/python3.6/site-packages/salt/s... | | epoch 001:
0%|
| 0/1090 [00:00<?, ?it/s]Traceback (most recent call last):
"train.py", line 29, in <module>
main(args)
"train.py", line 23, in main
singleprocess_main(args)
"/home/kuncheng/Code/video_caption/fairseq/singleprocess_train.py", line 79, in main
train(args, trainer, dataset, epoch, batch_offse... | 0.675625 |
Traceback (most recent call last):
"/nix/store/90vxv10hp0vcml0lg5wgra9sj1rsbzf6-python2.7-alot-0.7/lib/python2.7/site-packages/alot/commands/globals.py", line 388, in apply
exec(self.command)
"<string>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'apply_patch'
| Traceback (most recent call last):
"\\192.168.15.130\projects\__Tests\Python\sqlalchemy\app.py", line 56, in <module>
f = session.query(RenderOutputVersion).first()
"C:\Users\Luke\envs\.venv\lib\site-packages\sqlalchemy\orm\session.py", line 2039, in query
return self._query_cls(entities, self, **kwargs)
"C:... | 0.746914 |
Traceback (most recent call last):
"/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/utils/util_common.py", line 68, in inner
return func(*args, **kwargs)
"/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window.py", line 23, in build
if create_window(bm, faces, pro... | 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 pr... | 0.759991 |
Traceback (most recent call last):
"/home/niklas/Desktop/norbert/nodepy_modules/.pip/lib/python3.5/site-packages/dask/delayed.py", line 10, in <module>
from cytoolz import unique, curry, first
ImportError: No module named 'cytoolz'
| Traceback (most recent call last):
"/snap/tauon/x2/tauon.py", line 377, in <module>
from sdl2 import *
"/snap/tauon/x2/lib/python3.6/site-packages/sdl2/__init__.py", line 2, in <module>
from .dll import get_dll_file, _bind
"/snap/tauon/x2/lib/python3.6/site-packages/sdl2/dll.py", line 115, in <module>
raise... | 0.773866 |
Traceback (most recent call last):
"/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
"<doctest plotting.rst[13]>", line 5, in <module>
extensions=[TrainingDataMonitoring([cost, exponent], after_every_epoch=True),
"/home/vanmerb/lisa/blocks/blocks/extensions/monitoring.py", line ... | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/lutris/gui/sidebar.py", line 194, in on_configure_runner
RunnerConfigDialog(self.runner, parent=self.parent_window)
"/usr/lib/python3/dist-packages/lutris/gui/config_dialogs.py", line 497, in __init__
self.build_tabs('runner')
"/usr/lib/pytho... | 0.72331 |
Traceback (most recent call last):
"crawler.py", line 96, in <module>
get_posts_by_hashtag(args.tag, args.number or 100, args.debug), args.output
"crawler.py", line 42, in get_posts_by_hashtag
ins_crawler = InsCrawler(has_screen=debug)
"D:\instagram-crawler-master\inscrawler\crawler.py", line 70, in __init__... | Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = sel... | 0.684736 |
Traceback (most recent call last):
"facemorpher\morpher.py", line 34, in <module>
from facemorpher import locator
ImportError: No module named 'facemorpher'
| Traceback (most recent call last):
"/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
"/base/data/home/runtimes/python27_experiment/python27_lib/versions/1/google/appengine/... | 0.762072 |
Traceback (most recent call last):
"/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib64/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/lib64/python3.6/site-packages/mypy/__main__.py", line 12, in <module>
main(None, sys.stdout, sys.std... | Traceback (most recent call last):
"bin/docker-compose", line 6, in <module>
"compose/cli/main.py", line 72, in main
"compose/cli/main.py", line 128, in perform_command
"compose/cli/main.py", line 1077, in up
"compose/cli/main.py", line 1073, in up
"compose/project.py", line 548, in up
"compose/ser... | 0.771627 |
Traceback (most recent call last):
"solve.py", line 3, in <module>
import angr
"/home/kittytechno/.local/lib/python3.8/site-packages/angr/__init__.py", line 43, in <module>
from .project import *
"/home/kittytechno/.local/lib/python3.8/site-packages/angr/project.py", line 734, in <module>
from .factory impo... | Traceback (most recent call last):
"/usr/bin/pg_activity", line 281, in <module>
min_duration=options.minduration,
"/usr/lib/python3/dist-packages/pgactivity/data.py", line 904, in pg_connect
min_duration=min_duration,
"/usr/lib/python3/dist-packages/pgactivity/data.py", line 190, in pg_connect
dsn_paramete... | 0.689982 |
Traceback (most recent call last):
"C:\Users\Johnny\Desktop\mov\speed_up.py", line 6, in <module>
audio = moviepy.editor.Audio
Clip('audio\\Scheming Weasel faster.mp3')
"C:\Users\Johnny\AppData\Local\Programs\Python\Python35\lib\site-packages\moviepy\audio\io\Audio
Clip.py", line 63, in __init__
buffersize=buff... | Traceback (most recent call last):
"/home/pi/oprint/local/lib/python3.8/site-packages/octoprint/vendor/sockjs/tornado/transports/rawwebsocket.py", line 63, in on_message
self.session.on_message(message)
"/home/pi/oprint/local/lib/python3.8/site-packages/octoprint/vendor/sockjs/tornado/transports/rawwebsocket.py"... | 0.695651 |
Traceback (most recent call last):
"setup.py", line 132, in <module>
version = get_version(),
"setup.py", line 128, in get_version
return subprocess.check_output(version_cmd).split('-', 1)[0]
"/usr/lib/python2.7/subprocess.py", line 216, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
... | Traceback (most recent call last):
"quickstart.py", line 22, in <module>
multi_logs=True)
"/home/pi/InstaPy/instapy/instapy.py", line 157, in __init__
self.set_selenium_local_session()
"/home/pi/InstaPy/instapy/instapy.py", line 261, in set_selenium_local_session
chrome_options=chrome_options)
"/usr/loca... | 0.771115 |
WARNING thonny.plugins.mypy: MyPy: Traceback (most recent call last):
"/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib64/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/lib64/python3.7/site-packages/mypy/__main__.py", line 4, in <modul... | Traceback (most recent call last):
"/home/sentry/venv/local/lib/python2.7/site-packages/sentry/runner/initializer.py", line 31, in register_plugins
plugin = ep.load()
"/home/sentry/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2325, in load
return self.resolve()
"/home/sentry/venv/l... | 0.715363 |
Traceback (most recent call last):
"/home/ubuntu/python_project/sklearn_examples/test_tmp.py", line 6, in <module>
import autosklearn.regression
"/usr/local/lib/python3.5/dist-packages/autosklearn/regression.py", line 1, in <module>
from autosklearn.estimators import AutoSklearnRegressor
"/usr/local/lib/pyth... | Traceback (most recent call last):
"/usr/local/bin/spotdl", line 5, in <module>
from spotdl.spotdl import main
"/usr/local/lib/python3.7/site-packages/spotdl/spotdl.py", line 14, in <module>
from spotdl import youtube_tools
"/usr/local/lib/python3.7/site-packages/spotdl/youtube_tools.py", line 3, in <module>... | 0.746167 |
Traceback (most recent call last):
"./pupygen.py", line 7, in <module>
from pupylib.utils.network import get_listener_ip, get_listener_port
"/root/Desktop/pupy/pupy/pupylib/__init__.py", line 6, in <module>
from PupyServer import *
"/root/Desktop/pupy/pupy/pupylib/PupyServer.py", line 30, in <module>
from p... | Traceback (most recent call last):
"/home/wai043/.pyenv/versions/3.6.10/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
"/home/wai043/.pyenv/versions/3.6.10/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
"/home/... | 0.768256 |
Traceback (most recent call last):
"d:\python35\lib\runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"d:\python35\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"D:\python35\Scripts\hanlp.exe\__main__.py", line 9, in <module>
"d:\python35\lib\site-packages\pyhanlp\main.py", ... | Traceback (most recent call last):
"hae.py", line 295, in <module>
main()
"hae.py", line 275, in main
total_cost.extend(np_loss * np_num_seqs)
TypeError: unsupported operand type(s) for *: 'NoneType' and 'long'
| 0.766127 |
Traceback (most recent call last):
"/opt/Medusa/medusa/search/queue.py", line 459, in run
self.success = snatch_episode(result)
"/opt/Medusa/medusa/search/core.py", line 167, in snatch_episode
result_downloaded = client.send_torrent(result)
"/opt/Medusa/medusa/clients/torrent/generic.py", line 238, in send_t... | Traceback (most recent call last):
"C:\Users\ujjal\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 2489, in execute_in_external_console
console.execute_code(lines)
"C:\Users\ujjal\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole.py", line 970, in execute_code
sw.execute(to_text_string(lines... | 0.678185 |
Traceback (most recent call last):
"./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/Users/me/.local/share/virtualenvs/develtech-oQr_FNyw/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
"/Users/me/.local/share/v... | Traceback (most recent call last):
"demos\python_demos\text_spotting_demo\text_spotting_demo.py", line 376, in <module>
sys.exit(main() or 0)
"demos\python_demos\text_spotting_demo\text_spotting_demo.py", line 241, in main
(round(cap.get(cv2.CAP_PROP_FRAME_WIDTH) / 4), round(cap.get(cv2.CAP_PROP_FRAME_HEIGHT) /... | 0.736494 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/\_\_init__.py", line 12, in <module>
from . import core
"/home/splab/anaconda3/envs/Kai.Lib/lib/python3.7/site-packages/librosa/core/\_\_init__.py", line 125, in <module>
... | > Traceback (most recent call last):
"/home/tkr/python_lib/gym/gym/envs/classic_control/rendering.py", line 27, in <module>
from pyglet.gl import *
"/home/tkr/anaconda3/lib/python3.7/site-packages/pyglet/gl/__init__.py", line 221, in <module>
from .xlib import XlibConfig as Config
"/home/tkr/anaconda3/lib/py... | 0.735655 |
[ERROR
] An exception occurred in this state: Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\state.py", line 2154, in call
*cdata["args"], **cdata["kwargs"]
"C:\salt\bin\lib\site-packages\salt-3002.5-py3.7.egg\salt\loader.py", line 2106, in wrapper
return f(*args, *... | ```Traceback (most recent call last):
"/home/fc_dev/python/Actions/attackTitan.py", line 29, in main
self.Console.pullShell("/sdcard/screen.png", "screen.png")
"/home/fc_dev/python/Tools/shell.py", line 29, in pullShell
self.device.Pull(remote)
"/home/fc_dev/python/adb/adb_commands.py", line 303, in Pull
se... | 0.695248 |
Traceback (most recent call last):
"parser.py", line 3, in <module>
from Crypto.Cipher import AES
ImportError: No module named Crypto.Cipher
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Program
s (x86)\IronPython 2.7\lib\site-packages\six.py", line 92, in __get__
"C:\Program
s (x86)\IronPython 2.7\lib\site-packages\six.py", line 115, in _resolve
"C:\Program
s (x86)\IronPython 2.7\lib\site-packages\six.py", line 82, in... | 0.812054 |
Traceback (most recent call last):
"/usr/bin/audiogrep", line 6, in <module>
audiogrep.main()
AttributeError: module 'audiogrep' has no attribute 'main' | Traceback (most recent call last):
"diagrams.py", line 1, in <module>
import diagrams
"/tmp/diagrams.py", line 10, in <module>
with diagrams.Diagram("Web Service", show=False):
AttributeError: partially initialized module 'diagrams' has no attribute 'Diagram' (most likely due to a circular import)
| 0.753731 |
Traceback (most recent call last):
"/home/ubuntu/.local/bin/oj", line 11, in <module>
sys.exit(main())
"/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge/_implementation/main.py", line 297, in main
run_program(namespace, parser=parser)
"/home/ubuntu/.local/lib/python3.6/site-packages/onlinejudge/_i... | Traceback (most recent call last):
"mypy/build.py", line 1694, in parse_file
"mypy/util.py", line 79, in decode_python_encoding
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 6238: ordinal not in range(128)
| 0.686848 |
Starting salt-master daemon: Traceback (most recent call last):
"/usr/bin/salt-master", line 22, in <module>
salt_master()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 90, in salt_master
import salt.cli.daemons
"/usr/lib/python2.7/site-packages/salt/cli/daemons.py", line 43, in <module>
from sal... | Traceback (most recent call last):
"/Users/pavelkonan/anaconda3/bin/jupyter-notebook", line 6, in <module>
sys.exit(notebook.notebookapp.main())
"/Users/pavelkonan/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=... | 0.779025 |
Traceback (most recent call last):
"./ghost", line 27, in <module>
import readline
ModuleNotFoundError: No module named 'readline'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/envs/jupiter-ingests/lib/python3.6/site-packages/fiona/__init__.py", line 83, in <module>
from fiona.collection import BytesCollection, Collection
"/usr/local/envs/jupiter-ingests/lib/python3.6/site-packages/fiona/collection.py", li... | 0.807685 |
Traceback (most recent call last):
"arp.py", line 3, in <module>
import scapy.plist as plist
"C:\Python27\lib\site-packages\scapy\plist.py", line 18, in <module>
from scapy.arch import plt, MATPLOTLIB_INLINED, MATPLOTLIB_DEFAULT_PLOT_KARGS
"C:\Python27\lib\site-packages\scapy\arch\__init__.py", line 83, in <... |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/root/project/setup.py", line 243, in <module>
setup_package()
"/root/project/setup.py", line 216, in setup_package
numpy_status = get_numpy_status()
"/root/project/setup.py", line 149, in get_numpy_status
import numpy
"/root/project... | 0.755286 |
Traceback (most recent call last):
"/home/jenkins/agent/workspace/MONAI-nightly/tests/utils.py", line 409, in _wrapper
raise RuntimeError(res.traceback) from res
RuntimeError: Traceback (most recent call last):
| Traceback (most recent call last):
"/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/engine/train_loop.py", line 134, in train
self.run_step()
"/apps/eb/Detectron2/0.3-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0/lib/python3.7/site-packages/detectron2/engine/d... | 0.717842 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
| 1 |
Traceback (most recent call last):
"/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/pytest.py", line 73, in <module>
raise SystemExit(pytest.main())
"/home/kuba/temp/t2/pytest-django/lib/python3.5/site-packages/_pytest/config.py", line 49, in main
config = _prepareconfig(args, plugins)
"/home/ku... | Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/Use... | 0.730534 |
Traceback (most recent call last):
"/Users/stuartswerdloff/anaconda2/envs/py36/bin/spyder", line 7, in <module>
from spyder.app.start import main
"/Users/stuartswerdloff/anaconda2/envs/py36/lib/python3.6/site-packages/spyder/app/start.py", line 27, in <module>
from spyder.config.main import CONF
"/Users/stua... |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-sd788k5_/scikit-learn/setup.py", line 290, in <module>
setup_package()
"/tmp/pip-install-sd788k5_/scikit-learn/setup.py", line 278, in setup_package
raise ImportError("Numerical Python (NumPy) is not "
ImportError: Numeric... | 0.718406 |
Traceback (most recent call last):
"./ufonet", line 16, in <module>
app.run()
"/home/shia/ufonet/core/main.py", line 1198, in run
self.create_web_interface()
"/home/shia/ufonet/core/main.py", line 2729, in create_web_interface
from .webgui import ClientThread
"/home/shia/ufonet/core/webgui.py", line 20, ... | Traceback (most recent call last):
"/nix/store/d37qc4myh2aazakg3ylba5qxndc9pn6y-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest/config/__init__.py", line 613, in import_plugin
__import__(importspec)
"/nix/store/d37qc4myh2aazakg3ylba5qxndc9pn6y-python3.7-pytest-5.4.3/lib/python3.7/site-packages/_pytest... | 0.72638 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/caio/anaconda3/lib/python3.6/site-packages/autosklearn/classification.py", line 1, in <module>
from autosklearn.estimators import AutoSklearnClassifier
"/home/caio/anaconda3/lib/python3.6/site-packages/autosklearn/estimators.py", line 11... | Traceback (most recent call last):
"<pyshell#11>", line 1, in <module>
from telethon import TelegramClient, sync
"C:\Python33\lib\site-packages\telethon\__init__.py", line 2, in <module>
from .telegram_bare_client import TelegramBareClient
"C:\Python33\lib\site-packages\telethon\telegram_bare_client.py", lin... | 0.684694 |
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):
"gyoithon.py", line 10, in <module>
from urllib.request import urlopen
ImportError: No module named request
| 0.767086 |
Traceback (most recent call last):
"/home/ubuntu/ray/python/ray/worker.py", line 1694, in fetch_and_execute_function_to_run
function = pickle.loads(serialized_function)
"/home/ubuntu/ray/python/ray/tune/registry.py", line 12, in <module>
from ray.tune.trainable import Trainable, wrap_function
"/home/ubuntu/r... | Traceback (most recent call last):
"/home/spott/.local/venvs/pipsi/bin/pip", line 7, in <module>
from pip import main
"/home/spott/.local/venvs/pipsi/lib/python3.6/site-packages/pip/__init__.py", line 28, in <module>
from pip.vcs import git, mercurial, subversion, bazaar
# noqa
"/home/spott/.local/venvs/pips... | 0.787426 |
Traceback (most recent call last):
"C:\Miniconda\Scripts\conda-script.py", line 3, in <module>
import conda.cli
"C:\Miniconda\lib\site-packages\conda\__init__.py", line 12, in <module>
from .compat import text_type, iteritems
"C:\Miniconda\lib\site-packages\conda\compat.py", line 79, in <module>
import conf... | Traceback (most recent call last):
"/opt/yeti/yeti.py", line 7, in <module>
from core.web import webapp
"/opt/yeti/core/__init__.py", line 4, in <module>
from core.exports import Export
"/opt/yeti/core/exports/__init__.py", line 1, in <module>
from core.exports.export import ExportTemplate
"/opt/yeti/cor... | 0.771546 |
Traceback (most recent call last):
"/usr/local/bin/pygest", line 48, in <module>
from pygest.algorithms import algorithms
"/usr/local/lib/python3.6/site-packages/pygest/__init__.py", line 16, in <module>
from pygest.algorithms import correlate as corr
"/usr/local/lib/python3.6/site-packages/pygest/algorithm... | Traceback (most recent call last):
"app.py", line 12, in <module>
from models import Users
"C:\Users\vandr\PycharmProjects\telegrambot_with_flask\models.py", line 1, in <module>
from app import db, app
"C:\Users\vandr\PycharmProjects\telegrambot_with_flask\app.py", line 12, in <module>
from models import Us... | 0.756611 |
Traceback (most recent call last):
"D:\Anaconda3\envs\go38\Lib\site-packages\plotly\io\__init__.py", line 1, in <module>
ModuleNotFoundError: No module named '_plotly_utils'
| Traceback (most recent call last):
"setup.py", line 5, in <module>
from pip.req import parse_requirements
ModuleNotFoundError: No module named 'pip.req'
| 0.811204 |
`Traceback (most recent call last):
"/home/cbird/work/net/sy_psm/finetune.py", line 201, in <module>
main()
"/home/cbird/work/net/sy_psm/finetune.py", line 176, in main
test_loss = test(imgL, imgR, disp_L)
"/home/cbird/work/net/sy_psm/finetune.py", line 127, in test
output3 = model(imgL, imgR)
"/home/cbi... | Traceback (most recent call last):
"extract.py", line 157, in <module>
main()
"extract.py", line 87, in main
extract(data_loader, model, path_file, args.mode)
"extract.py", line 121, in extract
output_att = model(input_var)
"/home/aosman/miniconda2/envs/vqa/lib/python3.6/site-packages/torch/nn/modules/mo... | 0.684409 |
Traceback (most recent call last):
"/usr/bin/server-info-show", line 18, in <module>
main()
"/usr/bin/server-info-show", line 14, in main
print_(Reader(datadir))
"/usr/lib/python2.6/site-packages/netutils_linux_hardware/reader.py", line 16, in __init__
self.gather_info()
"/usr/lib/python2.6/site-packages... | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/apscheduler/executors/base.py", line 108, in run_job
retval = job.func(*job.args, **job.kwargs)
"/home/pi/jasper/client/notifier.py", line 39, in gather
[client.run() for client in self.notifiers]
"/home/pi/jasper/client/notifier.py",... | 0.738958 |
Traceback (most recent call last):
"/home/cs512/jixie/mjw/ROIaligntest/ttest.py", line 2, in <module>
from roi_align import RoIAlign
# RoIAlign module
"/home/cs512/jixie/mjw/ROIaligntest/roi_align.py", line 6, in <module>
from . import roi_align_cuda
ImportError: attempted relative import with no known parent p... | Traceback (most recent call last):
"detect_secrets/main.py", line 1, in <module>
import argparse
"/Users/gpflaum/miniconda2/envs/py37/lib/python3.7/argparse.py", line 87, in <module>
import re as _re
"/Users/gpflaum/miniconda2/envs/py37/lib/python3.7/re.py", line 122, in <module>
import enum
"/Users/gpfl... | 0.745081 |
Traceback (most recent call last):
"/Users/ashkij/Downloads/asd.py", line 1, in <module>
import scipy
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/scipy/__init__.py", line 156, in <module>
from . import fft
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/sit... | Traceback (most recent call last):
"/Users/lucasfischer/rllab-multiagent/rllab/envs/gym_env.py", line 11, in <module>
from gym.wrappers.monitoring import logger as monitor_logger
ImportError: cannot import name 'logger'
| 0.816487 |
Traceback (most recent call last):
"/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
"/var/opt/homeassistant/havenv/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 474, in async_devic... | Original Traceback (most recent call last):
"/root/anaconda3/envs/mmaction/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop
data = fetcher.fetch(index)
"/root/anaconda3/envs/mmaction/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = ... | 0.725913 |
Traceback (most recent call last):
"/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
"/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
"/home/mxcloud3/Desktop/django/venv/lib/python3.7/site-packages/django/utils/autoreload.py", line 53, i... | Traceback (most recent call last):
"intersection-sym-difference.py", line 5, in <module>
from figures import SIZE, BLUE, GRAY, set_limits
ImportError: No module named 'figures'
| 0.775503 |
Traceback (most recent call last):
"/home/i19_nelsonyalta/espnet/egs/iwslt19/asr1/../../../espnet/bin/asr_train.py", line 362, in <module>
main(sys.argv[1:])
"/home/i19_nelsonyalta/espnet/egs/iwslt19/asr1/../../../espnet/bin/asr_train.py", line 349, in main
train(args)
"/home/i19_nelsonyalta/espnet/espnet/as... | 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 157, in train
for i, (input, target) in enumerate(train_loader):
"/home/kong.ye/.local/lib/python2.7/site-packages/torch/utils/da... | 0.738399 |
Traceback (most recent call last):
"<pyshell#0>", line 1, in <module>
import scrubadub
ImportError: No module named scrubadub
|
Traceback (most recent call last):
"C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\addon.py", line 7, in <module>
from resources.lib.KodiHelper import KodiHelper
"C:\Users\GigaByte666\AppData\Roaming\Kodi\addons\plugin.video.netflix\resources\lib\KodiHelper.py", line 10, in <module>
from... | 0.728815 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'utils'
| Traceback (most recent call last):
"/home/ville/.local/bin/superset", line 5, in <module>
from superset.cli import superset
"/home/ville/.local/lib/python3.8/site-packages/superset/__init__.py", line 21, in <module>
from superset.app import create_app
"/home/ville/.local/lib/python3.8/site-packages/superset/... | 0.831721 |
Traceback (most recent call last):
"/usr/bin/quodlibet", line 14, in <module>
sys.exit(main())
"/usr/lib64/python2.7/site-packages/quodlibet/main.py", line 69, in main
player = quodlibet.player.init_player(backend, app.librarian)
"/usr/lib64/python2.7/site-packages/quodlibet/player/__init__.py", line 49, in ... | Traceback (most recent call last):
"test_dm_control.py", line 4, in <module>
from dm_control import suite
"/usr/local/lib/python3.6/dist-packages/dm_control/suite/__init__.py", line 28, in <module>
from dm_control.suite import acrobot
"/usr/local/lib/python3.6/dist-packages/dm_control/suite/acrobot.py", line... | 0.687968 |
Traceback (most recent call last):
"/venv/lib/python3.6/site-packages/flask/app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
"/venv/lib/python3.6/site-packages/flask/app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
"/venv/lib/python3.6/site-packages/flask... | Traceback (most recent call last):
"/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
"/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
"/usr/src/homeassistant/homeassistant/config_entries.py", line 562, ... | 0.696023 |
Traceback (most recent call last):
"/home/nicolas/.local/bin/bandcamp-dl", line 7, in <module>
from bandcamp_dl.bandcamp_dl import main
ImportError: No module named 'bandcamp_dl'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'Type'
| 0.693821 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/config_entries.py", line 217, in async_setup
hass, self
"/usr/src/homeassistant/homeassistant/components/onvif/__init__.py", line 83, in async_setup_entry
if device.capabilities.events and await device.events.async_start():
"/usr/src/ho... | Traceback (most recent call last):
"client.py", line 45, in <module>
run_sync_client()
"client.py", line 39, in run_sync_client
print(rr.registers)
AttributeError: 'ModbusIOException' object has no attribute 'registers'
| 0.689908 |
Traceback (most recent call last):
"setup.py", line 38, in <module>
'' if num_installed else 'numpy==1.12.0'],
NameError: name 'num_installed' is not defined
| Traceback (most recent call last):
"clubranking.py", line 47, in <module>
request = drive_service.files().get_media(fileId=file_id)
NameError: name 'drive_service' is not defined
| 0.800749 |
Traceback (most recent call last):
"/usr/bin/sphinx-build", line 14, in <module>
from sphinx import main
ImportError: cannot import name 'main'
| Traceback (most recent call last):
"/usr/local/bin/sam", line 33, in <module>
sys.exit(load_entry_point('aws-sam-cli==1.2.0', 'console_scripts', 'sam')())
"/usr/local/bin/sam", line 25, in importlib_load_entry_point
return next(matches).load()
"/usr/local/Cellar/aws-sam-cli/1.2.0/libexec/lib/python3.7/site-p... | 0.761956 |
Traceback (most recent call last):
"/bin/streamlink", line 11, in <module>
load_entry_point('streamlink==0.8.1', 'console_scripts', 'streamlink')()
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 1047, in main
handle_url()
"/usr/lib/python3.6/site-packages/streamlink_cli/main.py", line 486, i... | Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 462, in run_callback
expr()
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 701, in <lambda>
run_callback('on_hover', callback, lambda: callback.on_hover(v, point, hover_zone))
"... | 0.692265 |
Traceback (most recent call last):
"e:\python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"e:\python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
"E:\Python38\Scripts\dir2pi.exe\__main__.py", line 7, in <module>
"e:\python38\lib\site-packa... | `Traceback (most recent call last):
"/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
"/home/aaldahdo/.vscode/extensions/ms-python.python-2020.5.80290/python
s/lib/python/debu... | 0.731288 |
Traceback (most recent call last):
"/usr/local/lib/Mobile-Security-Framework-MobSF/mobsf/StaticAnalyzer/views/android/static_analyzer.py", line 223, in static_analyzer
code_an_dic['urls_list'].extend(
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"/usr/local/bin/bumpversion", line 8, in <module>
sys.exit(main())
"/usr/local/lib/python3.8/site-packages/bumpversion/cli.py", line 125, in main
_replace_version_in_files(files, current_version, new_version, args.dry_run, context)
"/usr/local/lib/python3.8/site-packages/bu... | 0.690427 |
ERROR:uvicorn.error:Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/starlette/routing.py", line 473, in __call__
await self.startup()
"/usr/local/lib/python3.7/site-packages/starlette/routing.py", line 457, in startup
await handler()
"/usr/local/lib/python3.7/site-packages/tortoise... | Traceback (most recent call last):
"clock.pyx", line 119, in hummingbot.core.clock.Clock.run_til
"pure_market_making_v2.pyx", line 292, in hummingbot.strategy.pure_market_making.pure_market_making_v2.PureMarketMakingStrategyV2.c_tick
"pass_through_filter_delegate.pyx", line 22, in hummingbot.strategy.pure_mark... | 0.716763 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.