text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/y9/wt8nw_cd15nd91143grbz0b00000gn/T/pip-build-yp0JEV/pycapnp/setup.py", line 92, in <module>
from Cython.Distutils import build_ext as build_ext_c
ImportError: No module named Cython.Distutils
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/pysdk/wangxiang/demo/ENV/lib/python2.7/site-packages/oss2/__init__.py", line 3, in <module>
from . import models, exceptions
"/home/pysdk/wangxiang/demo/ENV/lib/python2.7/site-packages/oss2/models.py", line 10, in <module>
from .utils i... | 0.753897 |
Traceback (most recent call last):
"/home/guobaoyan/PycharmProjects/test/test.py", line 11, in <module>
from detectron2 import model_zoo
"/home/guobaoyan/PycharmProjects/detectron2_repo/detectron2/model_zoo/__init__.py", line 7, in <module>
from .model_zoo import get, get_config_file, get_checkpoint_url
"/ho... | Traceback (most recent call last):
```
"<ipython-input-6-8146c6cb8b86>", line 1, in <module>
from talib import MRI
ImportError: cannot import name 'MRI' from 'talib' (H:\anaconda3\envs\plaid-ml\lib\site-packages\talib\__init__.py)
| 0.707872 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/tariq/anaconda3/lib/python3.6/site-packages/wordcloud/__init__.py", line 1, in <module>
from .wordcloud import (WordCloud, STOPWORDS, random_color_func,
"/Users/tariq/anaconda3/lib/python3.6/site-packages/wordcloud/wordcloud.py", line 1... | Traceback (most recent call last):
"<pyshell#10>", line 1, in <module>
import Twython
ImportError: No module named Twython
| 0.750247 |
```Traceback (most recent call last):
"/home/myuser/miniconda3/lib/python3.7/site-packages/torch/multiprocessing/spawn.py", line 19, in _wrap
fn(i, *args)
"/home/myuser/miniconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/distrib_data_parallel.py", line 342, in ddp_train
self.run_pretrain_routine... |
Traceback (most recent call last):
"/tmp/pip-install-2e6kgw7w/pyrx/setup.py", line 21, in run
out = subprocess.check_output(['cmake', '--version'])
"/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
"/usr/lib/python3.8/subproce... | 0.672113 |
Traceback (most recent call last):
"libcst_pure.py", line 83, in <module>
check_pure(args.pythonfile, args.w)
"libcst_pure.py", line 68, in check_pure
cst_node_purified = cst_node.visit(purifier)
"/Users/my_user/.virtualenvs/my_proj/lib/python3.7/site-packages/libcst/_nodes/module.py", line 91, in visit
res... | Traceback (most recent call last):
"./weevely.py", line 99, in <module>
main(arguments)
"./weevely.py", line 39, in main
password = arguments.password
"/root/tools/weevely3/core/sessions.py", line 225, in __init__
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
| 0.67948 |
Traceback (most recent call last):
"/home/kaleb/miniconda3/bin/cocotb-config", line 5, in <module>
from cocotb.config import main
"/home/kaleb/miniconda3/lib/python3.7/site-packages/cocotb/__init__.py", line 42, in <module>
import cocotb.handle
"/home/kaleb/miniconda3/lib/python3.7/site-packages/cocotb/handl... | Traceback (most recent call last):
"mission_service.py", line 34, in <module>
import opentracing_instrumentation.client_hooks
"/usr/local/lib/python3.5/dist-packages/opentracing_instrumentation/__init__.py", line 21, in <module>
from .request_context import get_current_span
# noqa
"/usr/local/lib/python3.5/d... | 0.798893 |
Traceback (most recent call last):
"Index.py", line 1, in <module>
from Stephanie.boot import Boot
"/Users/sampathm/devbox/opensource/stephanie-va/Stephanie/boot.py", line 2, in <module>
from Stephanie.activity import Activity
"/Users/sampathm/devbox/opensource/stephanie-va/Stephanie/activity.py", line 2, in... | Traceback (most recent call last):
"spotdl.py", line 4, in <module>
from core import metadata
"/home/wkmiao/spotify-downloader/core/metadata.py", line 1, in <module>
from mutagen.easyid3 import EasyID3
ImportError: No module named 'mutagen'
| 0.788558 |
Traceback (most recent call last):
"/env/lib/python3.5/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker
worker.init_process()
"/env/lib/python3.5/site-packages/gunicorn/workers/base.py", line 126, in init_process
self.load_wsgi()
"/env/lib/python3.5/site-packages/gunicorn/workers/base.py", line ... | Traceback (most recent call last):
"sublist3r.py", line 21, in <module>
from subbrute import subbrute
"/Users/bfoster/tools/Sublist3r/subbrute/subbrute.py", line 18, in <module>
import dns.resolver
ImportError: No module named dns.resolver
| 0.798296 |
Traceback (most recent call last):
"train.py", line 330, in <module>
main(params)
"train.py", line 278, in main
trainer.clm_step(lang1, lang2, params.lambda_clm)
"/home/test/xlm/src/trainer.py", line 587, in clm_step
_, loss = model('predict', tensor=tensor, pred_mask=pred_mask, y=y, get_scores=False)
"/... | Traceback (most recent call last):
"scripts/train_mobile.py", line 372, in <module>
train(train_args, data_path, save_path)
"scripts/train_mobile.py", line 75, in train
model = torch.nn.DataParallel(model, device_ids=[0, 1]).cuda()
"/opt/miniconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", lin... | 0.704581 |
Traceback (most recent call last):
"/usr/local/bin/ncbi-genome-download", line 7, in <module>
from ncbi_genome_download.__main__ import main
"/usr/local/lib/python2.7/dist-packages/ncbi_genome_download/__init__.py", line 2, in <module>
from ncbi_genome_download.core import (
"/usr/local/lib/python2.7/dist-pa... | Traceback (most recent call last):
"/usr/bin/whipper", line 11, in <module>
load_entry_point('whipper==0.6.0', 'console_scripts', 'whipper')()
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 572, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/pyth... | 0.683914 |
Traceback (most recent call last):
"scripts/partition-sequences.py", line 18, in <module>
sequences = list(read_sequences(*args.sequences).values())
AttributeError: 'list' object has no attribute 'values'
| [autoreload of pandas.core.indexes.api 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/ipyk... | 0.802184 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\YoutubeDL.py", line 794, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp48z7ci11\build\youtube_dl\extractor\common.py", line 542, in extract
youtube_d... | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Us... | 0.778268 |
Traceback (most recent call last):
"detect.py", line 118, in <module>
print("\t+ Label: %s, Conf: %.5f" % (classes[int(cls_pred)], cls_conf.item()))
IndexError: list index out of range | Traceback (most recent call last):
"./infoga.py", line 226, in <module>
infoga().main()
"./infoga.py", line 211, in main
self.all(self.target)
"./infoga.py", line 169, in all
self.exalead(target)
"./infoga.py", line 119, in exalead
ips = self.uIp(self.tester(email))[0]
IndexError: list index out of rang... | 0.704995 |
Traceback (most recent call last):
"../quickstart.py", line 4, in <module>
from instapy import smart_run
ImportError: cannot import name 'smart_run'
| Traceback (most recent call last):
"runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
"runpy.py", line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
"runpy.py", line 109, in _get_module_details
__import__(pkg_name)
... | 0.847789 |
Traceback (most recent call last):
"C:\U2\udemy-dl.py", line 894, in <module>
main()
"C:\U2\udemy-dl.py", line 799, in main
udemy.ExtractAndDownload()
"C:\U2\udemy-dl.py", line 281, in ExtractAndDownload
self.login()
"C:\U2\udemy-dl.py", line 40, in login
extract_info.login(self.username, self.password)... | Traceback (most recent call last):
"train.py", line 180, in <module>
trainer.training(epoch)
"train.py", line 110, in training
outputs = self.model(image)
"/home/wuwenfu/.conda/envs/pytorch/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)... | 0.694752 |
Traceback (most recent call last):
"/app/medusa/medusa/search/queue.py", line 518, in run
self.success = snatch_episode(result)
"/app/medusa/medusa/search/core.py", line 167, in snatch_episode
result_downloaded = client.send_torrent(result)
"/app/medusa/medusa/clients/torrent/generic.py", line 239, in send_t... | > Traceback (most recent call last):
"test.py", line 6, in <module>
from pyglet.window import Window
"/usr/local/lib/python3.7/site-packages/pyglet/window/__init__.py", line 648, in __init__
self._create()
"/usr/local/lib/python3.7/site-packages/pyglet/window/cocoa/__init__.py", line 197, in _create
self.co... | 0.696239 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/user/.local/lib/python3.6/site-packages/numpy/__init__.py", line 142, in <module>
from . import core
"/home/user/.local/lib/python3.6/site-packages/numpy/core/__init__.py", line 59, in <module>
from . import numeric
"/home/user/.loc... | Traceback (most recent call last):
"/usr/local/bin/amazon-dash", line 6, in <module>
catch(cli)()
"/usr/local/lib/python2.7/dist-packages/amazon_dash/exceptions.py", line 91, in wrap
return fn(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/click/core.py", line 764, in __call__
return self.main(*ar... | 0.731221 |
Traceback (most recent call last):
"site-packages/werkzeug/serving.py", line 75, in <module>
ModuleNotFoundError: No module named 'SocketServer'
| Traceback (most recent call last):
"gen_hist4drmm.py", line 8, in <module>
from preprocess import cal_hist
"../../matchzoo/inputs/preprocess.py", line 4, in <module>
import jieba
ModuleNotFoundError: No module named 'jieba'
| 0.823334 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
from oauth2client.contrib.locked_file import Locked
ModuleNotFoundError: No module named 'oauth2client.contrib.locked_file'
| Traceback (most recent call last):
"/Users/that_guy/.local/share/virtualenvs/that_environment/lib/python3.7/site-packages/airflow/models/dagbag.py", line 204, in process_file
m = imp.load_source(mod_name, filepath)
"/Users/that_guy/.local/share/virtualenvs/that_environment/lib/python3.7/imp.py", line 171, in loa... | 0.762836 |
Traceback (most recent call last):
"/snap/tauon/321/tauon.py", line 3663, in <module>
from t_modules.t_svgout import render_icons
"/snap/tauon/321/t_modules/t_svgout.py", line 3, in <module>
from gi.repository import Rsvg
"/snap/tauon/321/usr/lib/python3/dist-packages/gi/importer.py", line 127, in find_modul... |
Traceback (most recent call last):
"/dev/my_project/bin/isort", line 7, in <module>
from isort.main import main
"/dev/my_project/lib/python3.4/site-packages/isort/__init__.py", line 26, in <module>
from .isort import SortImports
"/dev/my_project/lib/python3.4/site-packages/isort/isort.py", line 43, in <modu... | 0.797508 |
Traceback (most recent call last):
"demo.py", line 11, in <module>
from detectors.detector_factory import detector_factory
"/home/rencong/CenterNet/src/lib/detectors/detector_factory.py", line 5, in <module>
from .exdet import ExdetDetector
"/home/rencong/CenterNet/src/lib/detectors/exdet.py", line 22, in <m... | Traceback (most recent call last):
"C:\Python35\lib\site-packages\paddle\fluid\framework.py", line 38, in <module>
from . import core
ImportError: DLL load failed: 动态链接库(DLL)初始化例程失败。
| 0.717509 |
Traceback (most recent call last):
"/home/user/bin/python-2.7/bin/gunicorn", line 7, in <module>
from gunicorn.app.wsgiapp import run
"/home/user/bin/python-2.7/lib/python2.7/site-packages/gunicorn/app/wsgiapp.py", line 9, in <module>
from gunicorn.app.base import Application
"/home/user/bin/python-2.7/lib/p... | Traceback (most recent call last):
"./setup.py", line 3, in <module>
from setuptools import setup
ImportError: No module named setuptools
| 0.698347 |
Traceback (most recent call last):
"setup.py", line 60, in <module>
setup(* *setup_args)
"C:Python27libsite-packagescx_Freezedist.py", line 359, in setup
distutils.core.setup(**attrs)
"C:Python27libdistutilscore.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
"C:Python27libsite-packagescx_Fre... | 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
"/home/tunde/PycharmProjects/bench/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line... | 0.671425 |
Traceback (most recent call last):
"/home/graduate/adsherma/miniconda2/envs/tZqAnalysis/bin/conda", line 4, in <module>
import conda.cli
ImportError: No module named conda.cli
| Traceback (most recent call last):
"sandbox/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/home/anshu/oscar_project/venv/lib/python3.5/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
"/home/anshu/oscar_project/venv/lib/python... | 0.778801 |
Traceback (most recent call last):
"/home/christian/workspace/cupy/cupy/__init__.py", line 11, in <module>
from cupy import core
# NOQA
"/home/christian/workspace/cupy/cupy/core/__init__.py", line 1, in <module>
from cupy.core import core
# NOQA
ImportError: cannot import name 'core' from 'cupy.core' (/home/chr... | Traceback (most recent call last):
"/usr/bin/aker/aker.py", line 35, in <module>
from hosts import Hosts
ImportError: No module named hosts
| 0.765359 |
Traceback (most recent call last):
"c:\rfs2lib\test\unit\utils\test_browsercache.py", line 74, in test_close_only_called_once
cache.close()
"c:\rfs2lib\test\..\src\Selenium2Library\utils\browsercache.py", line 21, in close
if self.current:
"C:\Python27\lib\site-packages\future-0.16.0-py2.7.egg\future\types\n... | 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... | 0.674852 |
WARNING:traitlets:kernel died: 2.9993999004364014Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' an... | Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| 1 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/channels/worker.py", line 119, in run
consumer(message, **kwargs)
"/usr/local/lib/python3.6/site-packages/channels/handler.py", line 360, in __call__
message.reply_channel.send(reply_message, immediately=True)
"/usr/local/lib/python3.... | Traceback (most recent call last):
"/usr/bin/mayavi2", line 5, in <module>
from pkg_resources import load_entry_point
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3141, in <module>
@_call_aside
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3127, in _call_aside
f(*a... | 0.751016 |
Traceback (most recent call last):
"word.py", line 164, in <module>
X_vector, Y_vector = XY_vector(X, Y)
"word.py", line 116, in XY_vector
model = gensim.models.word2vec.Word2Vec.load('./word_vector/Word60.model')
"/usr/local/lib/python3.5/dist-packages/gensim/models/word2vec.py", line 979, in load
return l... | Traceback (most recent call last):
"./weevely.py", line 99, in <module>
main(arguments)
"./weevely.py", line 39, in main
password = arguments.password
"/root/tools/weevely3/core/sessions.py", line 225, in __init__
saved_url = sessiondb.get('url')
AttributeError: 'NoneType' object has no attribute 'get'
| 0.694923 |
Traceback (most recent call last):
"/data/jumpserver/apps/ops/models/adhoc.py", line 224, in _run_and_record
raw, summary = self._run_only()
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"D:/Code/paddleocr/test.py", line 7, in <module>
for line in result:
TypeError: 'NoneType' object is not iterable
| 0.684043 |
Traceback (most recent call last):
"/home/pi/GassistPi/src/main.py", line 54, in <module>
from actions import say
"/home/pi/GassistPi/src/actions.py", line 49, in <module>
import Adafruit_DHT
ImportError: No module named 'Adafruit_DHT'
| Traceback (most recent call last):
"setoolkit", line 50, in <module>
import src.core.setcore as core
"/usr/share/setoolkit/src/core/setcore.py", line 8, in <module>
import socket
"/usr/share/setoolkit/socket.py", line 68, in <module>
from _ssl import \
ImportError: cannot import name RAND_egd
| 0.773743 |
Traceback (most recent call last):
"/opt/app-root/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/opt/app-root/lib/python3.6/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/opt/app-root/lib/python3.6/site-packages/ray/dashbo... | Traceback (most recent call last):
"D:\Tools\Python27\lib\site-packages\fife\extensions\fife_timer.py", line 125, in updateEvent
self._callback()
"D:\Tools\Python27\lib\site-packages\fife\extensions\pychan\tools.py", line 83, in real_callback
callback(*args,**kwargs)
"D:\Tools\Python27\lib\site-packages\fife\exte... | 0.702063 |
Traceback (most recent call last):
"/home/ubuntu/.local/lib/python2.7/site-packages/flask/cli.py", line 235, in locate_app
__import__(module_name)
"/home/ubuntu/baoming/walle/walle-web/waller.py", line 6, in <module>
from walle.app import create_app
"/home/ubuntu/baoming/walle/walle-web/walle/app.py", line 1... | Traceback (most recent call last):
"/usr/local/bin/howdy", line 89, in <module>
import cli.add
"/lib/security/howdy/cli/add.py", line 10, in <module>
import cv2
"/usr/local/lib/python3.6/dist-packages/cv2/__init__.py", line 3, in <module>
from .cv2 import *
ImportError: numpy.core.multiarray failed to impor... | 0.672166 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/venv/lib/python3.6/site-packages/setuptools/__init__.py", line 12, in <module>
from setuptools.extension import Extension
"/tmp/venv/lib/python3.6/site-packages/setuptools/extension.py", line 7, in <module>
from setuptools.dist import ... |
Traceback (most recent call last):
"c:\python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\python38\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
"c:\python38\lib\site-packages\pip\__main__.py", line 21, in <module>
from pip._internal.cli.m... | 0.768409 |
Traceback (most recent call last):
"/usr/local/bin/log2timeline.py", line 4, in <module>
__import__('pkg_resources').run_script('plaso==20180930', 'log2timeline.py')
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 739, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/u... | Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named 'rllab'
| 0.791198 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/yowsup2-2.5.2-py3.6.egg/yowsup/stacks/yowstack.py", line 196, in loop
asyncore.loop(*args, **kwargs)
"/usr/lib/python3.6/asyncore.py", line 203, in loop
poll_fun(timeout, map)
"/usr/lib/python3.6/asyncore.py", line 188, in poll2
read... |
Traceback (most recent call last):
"/opt/homebrew/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
main()
"/opt/homebrew/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
"/opt/homebrew... | 0.689129 |
Traceback (most recent call last):
"Mylar.py", line 26, in <module>
import mylar
"/volume1/@appstore/gitmylar/mylar/mylar/__init__.py", line 36, in <module>
from apscheduler.schedulers.background import BackgroundScheduler
"lib/apscheduler/schedulers/background.py", line 5, in <module>
from apscheduler.sche... | Traceback (most recent call last):
"C:\Users\User\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\armory.py", line 201, in execute
import start
"C:\blender-git\build_windows_Full_x64_vc15_Release\bin\Release\ArmorySDK//armory/blender\start.py", line 1, in <module>
import arm.nodes_logic
"C:\bl... | 0.753411 |
Traceback (most recent call last):
"jumpcutter.py", line 9, in <module>
from pytube import YouTube
"C:\Python27\lib\site-packages\pytube\__init__.py", line 16, in <module>
from pytube.streams import Stream
"C:\Python27\lib\site-packages\pytube\streams.py", line 17, in <module>
from pytube import extract
... | Traceback (most recent call last):
"test_all.py", line 4, in <module>
from builtins import map
ImportError: No module named builtins
| 0.83174 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Us... | Traceback (most recent call last):
"/home/www/env/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"/home/www/env/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"/home/www/env/lib/pytho... | 0.757763 |
Traceback (most recent call last):
"C:\Python38\lib\site-packages\IPython\core\interactiveshell.py", line 3427, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-3-de80afa86dfa>", line 5, in <module>
pd.read_parquet(fpath)
"C:\Python38\lib\site-packages\pandas\io\parquet.py", line... | 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.678192 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-5auOHK/autotest/setup.py", line 23, in <module>
from sphinx.setup_command import BuildDoc
ImportError: No module named sphinx.setup_command | Traceback (most recent call last):
"/usr/local/bin/secretsdump.py", line 54, in <module>
from impacket.smbconnection import SMBConnection
"/usr/local/lib/python2.7/dist-packages/impacket/smbconnection.py", line 20, in <module>
from impacket import smb, smb3, nmb, nt_errors, LOG
"/usr/local/lib/python2.7/dist... | 0.745304 |
Traceback (most recent call last):
"terminal.py", line 9, in <module>
import yfinance as yf
ModuleNotFoundError: No module named 'yfinance'
| Traceback (most recent call last):
"examples/sumo/sugiyama.py", line 11, in <module>
from flow.envs.loop.loop_accel import AccelEnv, ADDITIONAL_ENV_PARAMS
"/home/dkoutras/flow/flow/envs/__init__.py", line 4, in <module>
from flow.envs.multiagent_env import MultiEnv
"/home/dkoutras/flow/flow/envs/multiagent_e... | 0.837437 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 416, in check_infra
raise e
"/usr/local/lib/python3.7/site-packages/localstack/services/infra.py", line 413, in check_infra
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/u... | Traceback (most recent call last):
"__main__.py", line 19, in <module>
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpheifp6ll\build\youtube_dl\__init__.py", line 465, in main
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpheifp6ll\build\youtube_dl\__init__.py", line 455, in _real... | 0.703352 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\rclement\tempenv\lib\site-packages\pandas\core\groupby\groupby.py", line 1654, in sum
npfunc=np.sum,
"C:\Users\rclement\tempenv\lib\site-packages\pandas\core\groupby\groupby.py", line 1044, in _agg_general
result = self.aggregate(lam... | Traceback (most recent call last):
"__main__.py", line 19, in <module>
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\__init__.py", line 474, in main
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpyi91grvc\build\youtube_dl\__init__.py", line 464... | 0.687071 |
Traceback (most recent call last):
"main.py", line 205, in <module>
main(args)
"main.py", line 71, in main
lines = open(rect_fp).read().strip().split('\n')[1:]
NotFoundError: [Errno 2] No such file or directory: 'samples/246.jpg.bbox'
| Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/discord/voice_client.py", line 427, in create_ffmpeg_player
p = subprocess.Popen(args, stdin=stdin, stdout=subprocess.PIPE, stderr=stderr)
"/usr/local/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session... | 0.680002 |
Traceback (most recent call last):
"social_mapper.py", line 3, in <module>
import facebookfinder
"./modules\facebookfinder.py", line 1, in <module>
from selenium import webdriver
ImportError: No module named selenium
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/devel/anaconda3/lib/python3.7/site-packages/osmnx/__init__.py", line 9, in <module>
from .buildings import *
"/home/devel/anaconda3/lib/python3.7/site-packages/osmnx/buildings.py", line 9, in <module>
import geopandas as gpd
"/home/d... | 0.76 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before in... | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before in... | 1 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/media/dane/sandbox/research/venv/lib/python3.5/site-packages/setuptools/__init__.py", line 12, in <module>
import setuptools.version
"/media/dane/sandbox/research/venv/lib/python3.5/site-packages/setuptools/version.py", line 1, in <module>
... | Traceback (most recent call last):
"papa.py", line 2, in <module>
from Crypto.Cipher import DES3
ImportError: No module named Crypto.Cipher
| 0.756935 |
Traceback (most recent call last):
"/home/jsirois/.pyenv/versions/2.6.8/lib/python2.6/runpy.py", line 122, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/home/jsirois/.pyenv/versions/2.6.8/lib/python2.6/runpy.py", line 34, in _run_code
exec code in run_globals
"/home/jsirois/dev/3rdparty/jsirois-p... | Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| 0.751683 |
Traceback (most recent call last):
"tools/infer/predict_system.py", line 15, in <module>
import utility
"PaddleOCR/tools/infer/utility.py", line 17, in <module>
from ppocr.utils.utility import initial_logger
ModuleNotFoundError: No module named 'ppocr' | Traceback (most recent call last):
"/Users/pollet/Library/Python/3.7/lib/python/site-packages/keyring/backend.py", line 203, in _load_plugins
init_func = ep.load()
"/usr/local/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 94, in load
module = import_module(match.group('module'))
"/usr/loc... | 0.826748 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1342, in _decrypt_signature
video_id, player_url, s
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1250, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/local/bin/youtub... | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3/dist-packages/youtube_... | 0.813343 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.7/site-packages/gtts/__init__.py", line 3, in <module>
from .tts import gTTS, gTTSError
"/usr/local/lib/python3.7/site-packages/gtts/tts.py", line 4, in <module>
from gtts.lang import tts_langs
"/usr/local/lib/python... | Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 391, in salt_call
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 48, in run
caller = salt.cli.caller.Caller.factory(self.config)
"/usr... | 0.755965 |
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):
\"/home/enmsrunner/eNMS/eNMS/models/execution.py\", line 374, in run_service_job
results = self.service.job(self, payload, *args)
\"/home/enmsrunner/eNMS/eNMS/services/data_validation/napalm_getters.py\", line 24, in job
napalm_connection, result = run.napalm_connection(device... | 0.68397 |
ERROR: Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\Gilberto\AppData\Local\Temp\pip-install-tga6ff5_\pydvi\setup.py", line 30, in <module>
execfile('setup_data.py')
NameError: name 'execfile' is not defined
|
Traceback (most recent call last):
"/usr/lib/python3.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
"<doctest Bio.Cluster._cluster.pca[0]>", line 1, in <module>
columnmean + dot(coordinates, pc)
NameError: name 'columnmean' is not defined
| 0.702456 |
Traceback (most recent call last):
"mypypy.py", line 12, in <module>
import Orange #dependency = pip install Orange-Bioinformatics
ImportError: No module named Orange
| Traceback (most recent call last):
"/Applications/mu-editor.app/Contents/MacOS/mu-editor", line 20, in <module>
load_entry_point('mu-editor==1.0.1', 'console_scripts', 'mu-editor')()
"/Users/travis/build/mu-editor/mu_portable_python_macos/python/lib/python3.6/site-packages/pkg_resources/__init__.py", line 480, i... | 0.787758 |
Traceback (most recent call last):
"/tmp/Seth-master/rdp-cred-sniffer.py", line 818, in <module>
local_socket.listen()
TypeError: listen() takes exactly one argument (0 given)
| Traceback (most recent call last):
"setup.py", line 17, in <module>
long_description=open('README.md', 'r', encoding='utf-8').read(),
TypeError: 'encoding' is an invalid keyword argument for this function
| 0.729367 |
Traceback (most recent call last):
"/usr/lib/python2.7/py_compile.py", line 9, in <module>
import os
"/usr/lib/python2.7/os.py", line 400, in <module>
import UserDict
"/usr/lib/python2.7/UserDict.py", line 116, in <module>
import _abcoll
"/usr/lib/python2.7/_abcoll.py", line 11, in <module>
from abc imp... |
Traceback (most recent call last):
"~/.local/lib/python2.7/site-packages/asv/benchmark.py", line 867, in <module>
commands[mode](args)
"~/.local/lib/python2.7/site-packages/asv/benchmark.py", line 812, in main_discover
list_benchmarks(benchmark_dir, fp)
"~/.local/lib/python2.7/site-packages/asv/benchmark.py... | 0.688797 |
Traceback (most recent call last):
"/donkey/scripts/serve.py", line 12, in <module>
w = dk.remotes.DonkeyPilotApplication()
"/donkey/donkey/remotes.py", line 175, in __init__
self.pilots = ph.default_pilots()
"/donkey/donkey/pilots.py", line 84, in default_pilots
pilot_list = self.pilots_from_models()
"/... |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-1kq403je/pyobjc-framework-cocoa_e10583f5f0ab49e09bc572b0ca29f7e1/setup.py", line 23, in <module>
Extension(
"/tmp/pip-install-1kq403je/pyobjc-framework-cocoa_e10583f5f0ab49e09bc572b0ca29f7e1/pyobjc_setup.py", line 427, in Ex... | 0.675852 |
Traceback (most recent call last):
"./tools/getROSbin.py", line 5, in <module>
import requests, sys, io, PySquashfsImage
ImportError: No module named 'PySquashfsImage'
| Traceback (most recent call last):
"xxx\pyRevit\extensions\pyRevit.extension\pyRevit.tab\xxx.panel\xxx.pushbutton\test_script.py", line 4, in <module>
ImportError: No module named numpy
| 0.800668 |
Traceback (most recent call last):
"/usr/bin/youtube-dl", line 10, in <module>
sys.exit(main())
"/usr/lib/python3.7/site-packages/youtube_dl/__init__.py", line 474, in main
_real_main(argv)
"/usr/lib/python3.7/site-packages/youtube_dl/__init__.py", line 464, in _real_main
retcode = ydl.download(all_urls)
... | Traceback (most recent call last):
"/home/pi/GassistPi/src/actions.py", line 998, in YouTube_No_Autoplay
say("Getting youtube link")
"/home/pi/GassistPi/src/actions.py", line 201, in say
words= translator.translate(words, dest=language)
"/home/pi/env/lib/python3.5/site-packages/googletrans/client.py", line 1... | 0.697739 |
Traceback (most recent call last):
"/home/fk48k43208g6/.local/lib/python3.4/logging/__init__.py", line 980, in emit
stream.write(msg)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 74-83: ordinal not in range(128)
| Traceback (most recent call last):
"manage.py", line 12, in <module>
execute_from_command_line(sys.argv)
"/Users/christophe/.virtualenvs/awoopa-app/lib/python2.7/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
"/Users/christophe/.virtualenvs/awoopa-... | 0.68864 |
Traceback (most recent call last):
"setup.py", line 23, in <module>
from paddleslim.version import slim_version
"/opt/PaddleSlim/paddleslim/__init__.py", line 21, in <module>
from paddleslim import quant
"/opt/PaddleSlim/paddleslim/quant/__init__.py", line 15, in <module>
from .quanter import quant_aware, q... | Traceback (most recent call last):
"C:\Users\ROHAN LOCKS\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3296, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-9-88d96843a926>", line 1, in <module>
import keras
"C:\Users\ROHAN LOCKS\Anaconda3\lib\site-packages... | 0.685648 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"./venv/lib/python3.6/site-packages/cartopy/__init__.py", line 96, in <module>
import cartopy.crs
"./venv/lib/python3.6/site-packages/cartopy/crs.py", line 39, in <module>
import cartopy.trace
ImportError: ./venv/lib/python3.6/site-packages/ca... | Traceback (most recent call last):
"c:\users\al-abiad\anaconda3\lib\site-packages\numpy\core\__init__.py", line 22, in <module>
from . import multiarray
"c:\users\al-abiad\anaconda3\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
from . import overrides
"c:\users\al-abiad\anaconda3\lib\site... | 0.740268 |
Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
"/usr/lib64/python2.7/site-packages/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/lib64/python2.7/site-packages/fl... | Traceback (most recent call last):
"example.py", line 3, in <module>
print(settings.PATH)
"C:\Python\Python34\lib\site-packages\dynaconf\base.py", line 93, in __getattr__
self._setup()
"C:\Python\Python34\lib\site-packages\dynaconf\base.py", line 118, in _setup
default_settings.reload()
"C:\Python\Python... | 0.678428 |
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/local/bin/svtplay-dl/__main__.py", line 15, in <module>
"/usr/local/bin/svtplay-dl/svtplay_dl/__in... | Error in proposal_target.infer_shape: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/mxnet-0.10.0-py3.6.egg/mxnet/operator.py", line 621, in infer_shape_entry
ret = op_prop.infer_shape(shapes)
"/media/Deformable-ConvNets/rfcn/operator_py/proposal_target.py", line 102, in infer_shape
... | 0.717256 |
Traceback (most recent call last):
"C:\Program
s (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Python Tools for Visual Studio\2.2\visualstudio_py_launcher.py", line 25, in <module>
import visualstudio_py_debugger as vspd
"C:\Program
s (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensi... | Traceback (most recent call last):
"/usr/local/bin/powerline-shell", line 9, in <module>
load_entry_point('powerline-shell==0.4.7', 'console_scripts', 'powerline-shell')()
"build/bdist.linux-x86_64/egg/powerline_shell/__init__.py", line 194, in main
"/usr/lib/python2.7/importlib/__init__.py", line 37, in impo... | 0.725135 |
Traceback (most recent call last):
"/usr/bin/pipenv", line 11, in <module>
load_entry_point('pipenv==3.3.1', 'console_scripts', 'pipenv')()
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 560, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3... | Traceback (most recent call last):
"cura_app.py", line 10, in <module>
from UM.Platform import Platform
"/Users/kirilledelman/Uranium/UM/Platform.py", line 17
def isOSX(cls) -> bool:
^
SyntaxError: invalid syntax
| 0.793234 |
Traceback (most recent call last):
"deeplab/model_test.py", line 20, in <module>
from deeplab import common
"/home/m/models/research/deeplab/common.py", line 45, in <module>
flags.DEFINE_enum('model_variant', 'mobilenet_v2',
AttributeError: 'module' object has no attribute 'DEFINE_enum'
| 1/33 complete. (3.03%)Traceback (most recent call last):
"C:\Python27\lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
"C:\Python27\lib\site-packages\nflgame\update_players.py", line 501, in <module... | 0.696848 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: DLL load failed: 设备未就绪。
| Traceback (most recent call last):
"watcher.py", line 1, in <module>
from kubernetes import client, config, watch
"/usr/lib/python2.7/site-packages/kubernetes/__init__.py", line 22, in <module>
import kubernetes.stream
ImportError: No module named stream
| 0.681149 |
Traceback (most recent call last):
"examples/mxnet/sse/sse_batch.py", line 16, in <module>
from dgl.data import register_data_args, load_data
"/usr/local/lib/python3.5/dist-packages/dgl-0.0.1-py3.5-linux-x86_64.egg/dgl/data/__init__.py", line 6, in <module>
from .tree import *
"/usr/local/lib/python3.5/dist-... | Traceback (most recent call last):
"/usr/bin/ansible-cmdb.py", line 18, in <module>
from mako import exceptions
ImportError: No module named mako
| 0.850201 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/autosklearn/classification.py", line 1, in <module>
from autosklearn.estimators import AutoSklearnClassifier
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/autosklearn/estimators.py", l... | Traceback (most recent call last):
"/home/hll/hllhome/code/votenet/pointnet2/pointnet2_utils.py", line 26, in <module>
import pointnet2._ext as _ext
ImportError: /home/hll/miniconda3/envs/pytorch14/lib/python3.7/site-packages/pointnet2-0.0.0-py3.7-linux-x86_64.egg/pointnet2/_ext.cpython-37m-x86_64-linux-gnu.so: und... | 0.825154 |
Traceback (most recent call last):
"kosinus.py", line 7, in <module>
from gensim.matutils import softcossim
ImportError: cannot import name 'softcossim' from 'gensim.matutils' (/home/user1/.local/lib/python3.7/site-packages/gensim/matutils.py)
| Traceback (most recent call last):
"sublist3r.py", line 21, in <module>
from subbrute import subbrute
"/home/myname/Downloads/Programs/Sublist3r/subbrute/subbrute.py", line 18, in <module>
import dns.resolver
"build/bdist.linux-x86_64/egg/dns/resolver.py", line 20, in <module>
ImportError: No module named pa... | 0.791921 |
Traceback (most recent call last):
"unfollow.py", line 7, in <module>
from instapy import InstaPy
"C:\Users\Admin\InstaPy\instapy\__init__.py", line 2, in <module>
from .instapy import InstaPy
"C:\Users\Admin\InstaPy\instapy\instapy.py", line 44, in <module>
from .unfollow_util import get_given_user_followe... | Traceback (most recent call last):
"/home/travis/virtualenv/python3.4.6/bin/pydocstyle", line 7, in <module>
from pydocstyle.cli import main
"/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/pydocstyle/__init__.py", line 1, in <module>
from .checker import check
"/home/travis/virtualenv/python... | 0.791589 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1287, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 248, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=etr... | Traceback (most recent call last):
"/usr/bin/s3cmd", line 2919, in <module>
rc = main()
"/usr/bin/s3cmd", line 2841, in main
rc = cmd_func(args)
"/usr/bin/s3cmd", line 124, in cmd_ls
subcmd_all_buckets_list(s3)
"/usr/bin/s3cmd", line 129, in subcmd_all_buckets_list
response = s3.list_all_buckets()
"/usr/lib/p... | 0.79023 |
Traceback (most recent call last):
"/usr/local/bin/mkfs.s3ql", line 33, in <module>
sys.exit(load_entry_point('s3ql==3.5.0', 'console_scripts', 'mkfs.s3ql')())
"/usr/local/bin/mkfs.s3ql", line 25, in importlib_load_entry_point
return next(matches).load()
"/usr/local/lib/python3.7/dist-packages/importlib_meta... |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/Users/nateaune/.virtualenvs/mediadrop/build/formencode/setup.py", line 7, in <module>
raise ImportError('Python version not supported')
ImportError: Python version not supported | 0.727125 |
Traceback (most recent call last):
"/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/cli/main.py", line 201, in args_func
args.func(args, p)
"/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/cli/main_update.py", line 38, in execute
install.install(args, parser, 'update')
"/Users/vaidyanatk... | Traceback (most recent call last):
"/Users/cianclarke/Library/Python/3.7/bin/rasa", line 8, in <module>
sys.exit(main())
"/Users/cianclarke/Library/Python/3.7/lib/python/site-packages/rasa/__main__.py", line 76, in main
cmdline_arguments.func(cmdline_arguments)
"/Users/cianclarke/Library/Python/3.7/lib/pytho... | 0.676341 |
Traceback (most recent call last):
"/usr/lib64/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 1081, in _decrypt_signature
video_id, player_url, s
"/usr/lib64/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 969, in _extract_signature_function
raise ExtractorError('Cannot identify p... | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\extractor\common.py", line 440, in extract
"C:\Users\dst\Ap... | 0.67016 |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/home/hobs/.virtualenvs/pugtest/build/Quandl/setup.py", line 6, in <module>
import Quandl
"Quandl/**init**.py", line 13, in <module>
from .Quandl import (
"Quandl/Quandl.py", line 11, in <module>
import pandas as pd
ImportError: No module nam... | Traceback (most recent call last):
"script.py", line 13, in <module>
from csv import reader
"/usr/local/lib/python3.5/csv.py", line 7, in <module>
from _csv import Error, __version__, writer, reader, register_dialect, \
ImportError: /usr/local/lib/python3.5/lib-dynload/_csv.cpython-35m-x86_64-linux-gnu.so: file... | 0.75311 |
Traceback (most recent call last):
"/home/sean/.local/bin/molecule", line 11, in <module>
sys.exit(main())
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/cli.py", line 41, in main
cli(obj={})
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/core.py", lin... | Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/distributed/utils.py", line 662, in log_errors
yield
"/usr/local/lib/python3.7/site-packages/distributed/dashboard/components/scheduler.py", line 1692, in graph_doc
graph = TaskGraph(scheduler, sizing_mode="stretch_both")
"/usr/local/... | 0.670429 |
Traceback (most recent call last):
"/home/mcis-lap-40/raviwork/Tensorflow_Models/text-to-image-generation/train.py", line 227, in <module>
main()
"/home/mcis-lap-40/raviwork/Tensorflow_Models/text-to-image-generation/train.py", line 105, in main
loaded_data)
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"F:\SublimeText\sublime_plugin.py", line 280, in <lambda>
lambda: check_view_event_listeners(view))
"F:\SublimeText\sublime_plugin.py", line 267, in check_view_event_listeners
want = is_view_event_listener_applicable(cls, view)
"F:\SublimeText\sublime_plugin.py", line 232, ... | 0.701138 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/spyder/plugins/projects.py", line 226, in create_new_project
self.restart_consoles()
"/usr/local/lib/python3.5/site-packages/spyder/plugins/projects.py", line 385, in restart_consoles
self.main.ipyconsole.restart()
"/usr/local/lib/pyt... | Traceback (most recent call last):
"venv/bin/pytest", line 10, in <module>
sys.exit(main())
"venv/lib/python3.7/site-packages/_pytest/config/__init__.py", line 90, in main
return config.hook.pytest_cmdline_main(config=config)
"venv/lib/python3.7/site-packages/pluggy/hooks.py", line 289, in __call__
return s... | 0.709043 |
Traceback (most recent call last):
"C:\pyCraft-bots\start.py", line 6, in <module>
from networking import PacketSenderManager, NetworkManager
"C:\pyCraft-bots\networking\NetworkManager.py", line 13, in <module>
from Crypto.Random import _UserFriendlyRNG
ImportError: No module named Crypto.Random
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/akshay/chainer/chainer/__init__.py", line 10, in <module>
from chainer import backends
# NOQA
"/home/akshay/chainer/chainer/backends/__init__.py", line 1, in <module>
from chainer.backends import cuda
# NOQA
"/home/akshay/chainer/cha... | 0.774307 |
Traceback (most recent call last):
"~/.pyenv/versions/3.7.1/lib/python3.7/site-packages/tox/helper/build_requires.py", line 7, in <module>
backend = __import__(backend_spec, fromlist=[None])
ModuleNotFoundError: No module named 'pep517_backend'
| Traceback (most recent call last):
"c:\users\user\python\work\my_env\lib\site-packages\pip\_vendor\requests\packages\__init__.py", line 27, in <module>
from . import urllib3
"c:\users\user\python\work\my_env\lib\site-packages\pip\_vendor\requests\packages\urllib3\__init__.py", line 8, in <module>
from .connecti... | 0.84568 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/dallan/venv/test-intake-install/lib/python3.6/site-packages/intake/__init__.py", line 16, in <module>
from .source.base import Schema, DataSource
"/home/dallan/venv/test-intake-install/lib/python3.6/site-packages/intake/source/base.py",... | Traceback (most recent call last):
"<string>", line 63, in <module>
ModuleNotFoundError: No module named 'black'
| 0.795 |
Traceback (most recent call last):
"Veil.py", line 8, in <module>
from lib.common import helpers
"/opt/Veil/lib/common/helpers.py", line 11, in <module>
import importlib.util
ImportError: No module named util
| Traceback (most recent call last):
"run_swap.py", line 2, in <module>
from models.swapper import Swapper
"/content/impersonator/models/swapper.py", line 12, in <module>
import ipdb
"/usr/local/lib/python3.6/dist-packages/ipdb/__init__.py", line 7, in <module>
from ipdb.__main__ import set_trace, post_mortem... | 0.780852 |
Traceback (most recent call last):
".\test.py", line 1, in <module>
from pytransform import pyarmor_runtime
ImportError: cannot import name 'pyarmor_runtime'
| Traceback (most recent call last):
"/home/zulip/deployments/2017-06-25-15-22-50/zerver/worker/queue_processors.py", line 109, in consume_wrapper
"/home/zulip/deployments/2017-06-25-15-22-50/zerver/worker/queue_processors.py", line 286, in consume
"/home/zulip/deployments/2017-06-25-15-22-50/zerver/lib/error_no... | 0.70738 |
Traceback (most recent call last):
"/home/gautier/code/multibootusb/scripts/usb.py", line 370, in details
udev = details_udev(usb_disk_part)
"/home/gautier/code/multibootusb/scripts/usb.py", line 229, in details_udev
if not mount_point == '':
UnboundLocalError: local variable 'mount_point' referenced before ass... |
Traceback (most recent call last):
"/usr/lib/python3.6/asyncio/tasks.py", line 182, in _step
result = coro.throw(exc)
"/usr/lib/python3.6/site-packages/homeassistant/core.py", line 1038, in _event_to_service_call
yield from service_handler.func(service_call)
"/usr/lib/python3.6/site-packages/homeassistant/c... | 0.675156 |
Traceback (most recent call last):
"/tmp/kitchen/testing/tests/integration/output/test_output.py", line 83, in test_output_yaml
ret = self.run_call('test.ping --out=yaml')
"/tmp/kitchen/testing/tests/support/case.py", line 647, in run_call
timeout=timeout)
"/tmp/kitchen/testing/tests/support/case.py", line 3... | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/ranger/core/main.py", line 140, in main
fm.loop()
"/usr/lib/python2.7/dist-packages/ranger/core/fm.py", line 338, in loop
ui.redraw()
"/usr/lib/python2.7/dist-packages/ranger/gui/ui.py", line 265, in redraw
self.draw()
"/usr/lib/python2... | 0.825815 |
Traceback (most recent call last):
"benchmarks.py", line 132, in <module>
app.run(main)
"/home/hc/repo/python_yolo/lib/python3.6/site-packages/absl/app.py", line 303, in run
_run_main(main, args)
"/home/hc/repo/python_yolo/lib/python3.6/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))... | Traceback (most recent call last):
"d:\program files\python\lib\threading.py", line 950, in _bootstrap_inner
self.run()
"d:\program files\python\lib\threading.py", line 888, in run
self._target(*self._args, **self._kwargs)
"d:\program files\python\lib\multiprocessing\pool.py", line 576, in _handle_results
t... | 0.690338 |
Traceback (most recent call last):
"/tmp/.mount_VidCutPWACDo/usr/lib/python3.5/site.py", line 587, in <module>
main()
"/tmp/.mount_VidCutPWACDo/usr/lib/python3.5/site.py", line 573, in main
known_paths = addusersitepackages(known_paths)
"/tmp/.mount_VidCutPWACDo/usr/lib/python3.5/site.py", line 287, in addus... | Traceback (most recent call last):
"./ares.py", line 19, in <module>
from api import api
"/root/Downloads/2-undetectable payload generators/windows/Ares/server/api/__init__.py", line 16, in <module>
import pygeoip
ImportError: No module named pygeoip
| 0.780711 |
Traceback (most recent call last):
"/nfs/mercury-12/u15/sadali/anaconda3/envs/tensorflow-1.5/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/nfs/mercury-12/u15/sadali/anaconda3/envs/tensorflow-1.5/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/nfs/m... | > Traceback (most recent call last):
"/usr/local/bin/coursera-dl", line 9, in <module>
load_entry_point('coursera-dl==0.9.0', 'console_scripts', 'coursera-dl')()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(group, name... | 0.700335 |
Traceback (most recent call last):
"C:\drozer\bin\drozer", line 30, in <module>
__import__("drozer.cli.%s" % (sys.argv[1]))
ImportError: No module named drozer.cli.console
| Traceback (most recent call last):
"curiosity.py", line 1, in <module>
from tensorflow.python.keras.layers import Conv2D, MaxPooling2D, UpSampling2D, Input
"/home/ai/anaconda3/envs/drl/lib/python3.6/site-packages/tensorflow/__init__.py", line 24, in <module>
from tensorflow.python import pywrap_tensorflow
# pyl... | 0.725543 |
Traceback (most recent call last):
"/home/osmc/flexget/lib/python3.4/site-packages/flexget/plugins/modify/torrent.py", line 61, in on_task_modify
entry['torrent_info_hash'] = torrent.info_hash
"/home/osmc/flexget/lib/python3.4/site-packages/flexget/utils/bittorrent.py", line 297, in info_hash
info_data = encode... | Traceback (most recent call last):
"/content/iPERCore/iPERCore/services/preprocess.py", line 77, in run
visual=True,
"/content/iPERCore/iPERCore/tools/processors/base_preprocessor.py", line 81, in execute
self._execute_detector(processed_info, factor=factor)
"/content/iPERCore/iPERCore/tools/processors/base_... | 0.682638 |
Traceback (most recent call last):
"/home/kossak/.local/bin/pipx", line 11, in <module>
load_entry_point('pipx==0.0.0.5', 'console_scripts', 'pipx')()
"/home/kossak/.local/pipx/venvs/pipx/lib/python3.6/site-packages/pipx/main.py", line 567, in cli
run_pipx_command(args)
"/home/kossak/.local/pipx/venvs/pipx/l... | Traceback (most recent call last):
"setup.py", line 7, in <module>
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
"/usr/lib/python3.8/codecs.py", line 905, in open
file = builtins.open(filename, mode, buffering)
NotFoundError: [Errno 2] No such file or directory: '/home/santiago/Devel/autoscr... | 0.710719 |
Traceback (most recent call last):
"/content/transformers/examples/run_language_modeling.py", line 29, in <module>
from transformers import (
ImportError: cannot import name 'DataCollatorForLanguageModeling'`
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/weblate/wsgi.py", line 44, in <module>
application = get_wsgi_application()
"/usr/local/lib/python2.7/dist-packages/django/core/wsgi.py", line 13, in get_wsgi_application
django.setup(set_prefix=False)
"/usr/local/lib/python2.7/dist-p... | 0.820464 |
> Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/gensim-0.13.3-py2.7-linux-x86_64.egg/gensim/__init__.py", line 6, in <module>
from gensim import parsing, matutils, interfaces, corpora, models, similarities, summarization
"/usr/local/lib/python2.7/dis... | Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named shellphish_qemu
| 0.778501 |
Traceback (most recent call last):
"./theHarvester.py", line 3, in <module>
from discovery import *
"/root/Desktop/theHarvester/discovery/shodansearch.py", line 3, in <module>
from shodan import Shodan
ModuleNotFoundError: No module named 'shodan' | Traceback (most recent call last):
"hello.py", line 1, in <module>
"/home/pc-ia/.local/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"eel/__init__.py", line 2, in <module>
"/home/pc-ia/.local/lib/python3.6/site-packages/PyIns... | 0.67363 |
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
"/usr/local/bin/youtube-dl/__main__.py", line 19, in <module>
"/usr/local/bin/youtube-dl/you... | Traceback (most recent call last):
"run.py", line 33, in <module>
stack.loop( timeout = 0.5, discrete = 0.5 )
"/usr/local/lib/python3.5/dist-packages/yowsup2-2.5.2-py3.5.egg/yowsup/stacks/yowstack.py", line 188, in loop
asyncore.loop(*args, **kwargs)
"/usr/lib/python3.5/asyncore.py", line 203, in loop
poll_... | 0.699952 |
Traceback (most recent call last):
"aqt/addons.py", line 80, in loadAddons
"/Users//Library/Application Support/Anki2/addons21/review_heatmap/__init__.py", line 41, in <module>
from . import main
# noqa: F401
"/Users//Library/Application Support/Anki2/addons21/review_heatmap/main.py", line 40, in <module>
fr... | Traceback (most recent call last):
"eternal_checker.py", line 1, in <module>
from mysmb import MYSMB
"/home/kali/soft/AutoBlue-MS17-010/mysmb.py", line 3, in <module>
from impacket import smb, smbconnection
ImportError: No module named impacket
| 0.803476 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4jj6sgve\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Us... | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfnvjp7pc\build\youtube_dl\YoutubeDL.py", line 805, in wrapper
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfnvjp7pc\build\youtube_dl\YoutubeDL.py", line 826, in __extract_info
"C:\Users\d... | 0.732192 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.