text1 stringlengths 92 132k | text2 stringlengths 83 99.1k | score float64 0.01 1 |
|---|---|---|
Traceback (most recent call last):
"voting.py", line 58, in <module>
prediction_results = clf.predict(X_test)
"/home/tak/anaconda3/lib/python3.5/site-packages/sklearn/ensemble/voting_classifier.py", line 194, in predict
arr=predictions.astype('int'))
"/home/tak/anaconda3/lib/python3.5/site-packages/numpy/lib... | Traceback (most recent call last):
"categoricals_to_parquet.py", line 23, in <module>
dd.to_parquet(ddf, PARQUET_PATH, append=True)
"/Users/gavin/.local/share/virtualenvs/dask_playground-wLgMaRNp/src/dask/dask/dataframe/io/parquet.py", line 1229, in to_parquet
**kwargs)
"/Users/gavin/.local/share/virtualenvs... | 0.550263 |
Traceback (most recent call last):
"/usr/local/Cellar/azure-cli/2.0.27/libexec/lib/python3.6/site-packages/knack/cli.py", line 194, in invoke
cmd_result = self.invocation.execute(args)
"/usr/local/Cellar/azure-cli/2.0.27/libexec/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 200, in execu... | [0;31mERROR:[0m Signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1011, in _decrypt_signature
video_id, player_url, s
"/usr/local/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 925, in _extract_sign... | 0.559497 |
Traceback (most recent call last):
"<console>", line 1, in <module>
TypeError: '<' not supported between instances of 'lazyT' and 'lazyT'
| Traceback (most recent call last):
"train.py", line 99, in <module>
for batch_i, (_, imgs, targets) in enumerate(dataloader):
"/home/yyx/.local/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 582, in __next__
return self._process_next_batch(batch)
"/home/yyx/.local/lib/python3.6/site-packag... | 0.557421 |
Traceback (most recent call last):
"/sw/lib/python3.6/site-packages/matplotlib/_pylab_helpers.py", line 73, in destroy_all
manager.destroy()
"/sw/lib/python3.6/site-packages/matplotlib/backends/backend_wx.py", line 1211, in destroy
self.frame.Destroy()
"/sw/lib/python3.6/site-packages/matplotlib/backends/bac... | Traceback (most recent call last):
" \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 3523, in table_part
values[name] = df.evaluate(name)
" \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 5120, in evaluate
return self._evaluate_implementation(expression, i... | 0.536131 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 1018, in _event_to_service_call
yield from self._hass.async_add_job(execute_service)
"/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__
yield self
# This tells Task to wait for compl... | Traceback (most recent call last):
"/home/dzmitry/PycharmProjects/VkCreator/statictics.py", line 30, in <module>
main()
"/home/dzmitry/PycharmProjects/VkCreator/statictics.py", line 25, in main
vk_session.http.mount('https://', MyHTTPAdapter(max_retries=10, timeout=8))
"/home/dzmitry/PycharmProjects/VkCreato... | 0.53049 |
Traceback (most recent call last):
"test_background-matting_image.py", line 121, in <module>
bbox=get_bbox(rcnn,R=bgr_img0.shape[0],C=bgr_img0.shape[1])
"/content/drive/My Drive/background_matting/Background-Matting/functions.py", line 38, in get_bbox
x1, y1 = np.amin(where, axis=1)
"<__array_function__ inte... | Traceback (most recent call last):
"/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/local/lib/python3.4/dist-packages/homeassistant/core.py", line 1045, in execute_service
service_handler.func(service_call)
"/usr/local/lib/python3.4/dist-pac... | 0.551942 |
Traceback (most recent call last):
"/Users/fabiorosado/Documents/GitHub/opsdroid/opsdroid/core.py", line 216, in run_skill
await message.respond(_("Whoops there has been an error"))
"/Users/fabiorosado/Documents/GitHub/opsdroid/opsdroid/message.py", line 55, in respond
await self.connector.respond(response, roo... | Traceback (most recent call last):
"Mobile-Security-Framework-MobSF/StaticAnalyzer/views/android/static_analyzer.py", line 270, in static_analyzer
'security_score'] = score(context['code_analysis'])
TypeError: 'NoneType' object is not subscriptable
| 0.534224 |
Traceback (most recent call last):
"faceswap.py", line 36, in <module>
ARGUMENTS.func(ARGUMENTS)
"/home/agilebean/faceswap/lib/cli.py", line 81, in execute_script
process.process()
"/home/agilebean/faceswap/scripts/convert.py", line 42, in process
model = self.load_model()
"/home/agilebean/faceswap/scrip... | Traceback (most recent call last):
"/usr/bin/safeeyes", line 9, in <module>
load_entry_point('safeeyes==1.2.0a10', 'console_scripts', 'safeeyes')()
"/usr/lib/python3/dist-packages/safeeyes/__main__.py", line 236, in main
if not running():
"/usr/lib/python3/dist-packages/safeeyes/__main__.py", line 208, in ru... | 0.539248 |
Traceback (most recent call last):
"tst.py", line 14, in <module>
pickle.dump(tokenizer, out)
AttributeError: Can't pickle local object 'VectorizerMixin.build_tokenizer.<locals>.<lambda>'
| Traceback (most recent call last):
"/home/pi/Mycodo/env/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/home/pi/Mycodo/env/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/pi/My... | 0.555482 |
Traceback (most recent call last):
"D:\Onlyfans_Scraper\OnlyFans-5.6.1\datascraper\main_datascraper.py", line 107, in start_datascraper
setup = module.account_setup(api)
"D:\Onlyfans_Scraper\OnlyFans-5.6.1\modules\onlyfans.py", line 78, in account_setup
subscriptions = api.get_subscriptions()
"D:\Onlyfans_Sc... | Traceback (most recent call last):
"VideoWidget_vlc.py", line 866, in mediaStop
TypeError: 'method' object is not connected
| 0.496621 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: module 'pywinauto' has no attribute 'clipboard'
| Traceback (most recent call last):
"reproducer.py", line 18, in <module>
t = Test()
"reproducer.py", line 16, in __init__
at=self.attach(self.containerid, logs=True)
"/home/jonny/Src/foo/foo/npmvirt/lib/python2.7/site-packages/docker/utils/decorators.py", line 19, in wrapped
return f(self, resource_id, *arg... | 0.599759 |
Traceback (most recent call last):
"test.py", line 37, in <module>
model = tf.keras.models.load_model('MinimalExample.h5')
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/saving/save.py", line 182, in load_model
return hdf5_format.load_model_from_hdf5(filepath, custom_objects, compile)
"/usr/... | **Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<stdin>", line 3, in tryselect1
ValueError: __len__() should return >= 0**'
| 0.485534 |
'''Traceback (most recent call last):
"build.py", line 3, in <module>
from torch.utils.ffi import create_extension
"/home/longred/anaconda3/envs/CSTC/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 1, in <module>
raise ImportError("torch.utils.ffi is deprecated. Please use cpp extensions instead.... | Traceback (most recent call last):
"/opt/scl/ci/lib/python3.5/site-packages/sphinx/registry.py", line 472, in load_extension
mod = __import__(extname, None, None, ['setup'])
"/opt/scl/ci/lib/python3.5/site-packages/sphinx/transforms/post_transforms/compat.py", line 13, in <module>
from typing import TYPE_CHECKI... | 0.658226 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service
connection.context(msg),
"/usr/src/homeassistant/homeassistant/core.py", line 1247, in async_call
task.result()
"/usr/src/homeassistant/homeassistant/core.py", line... | 0.567533 |
Traceback (most recent call last):
"/home/pi/Mycodo/mycodo/inputs/ds18b20_owshell.py", line 101, in get_measurement
temperature = float(owread_output.decode("latin1"))
ValueError: could not convert string to float:
| `Traceback (most recent call last):
"/Users/erdemnohutcu/InstaPyeski/venv/lib/python3.6/site-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
"/Users/erdemnohutcu/InstaPyeski/venv/lib/python3.6/site-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle... | 0.561374 |
Traceback (most recent call last):
"/Users/mrhobot/Development/woosdev/server/src/core/auth.py", line 62, in authenticate_with_identity_token
token = auth.verify_id_token(raw_token, check_revoked=checked_revoked)
"/Users/mrhobot/.local/share/virtualenvs/server-wDDl2oy7/lib/python3.7/site-packages/firebase_admin/... | > Traceback (most recent call last):
"train.py", line 289, in <module>
nsamples
= file_lines(trainlist)
"/content/singleshotpose/utils.py", line 1011, in file_lines
count += buffer.count('\n')
TypeError: a bytes-like object is required, not 'str' | 0.505766 |
Traceback (most recent call last):
"/tmp/ansible_nSZPD5/ansible_module_ec2.py", line 1673, in <module>
main()
"/tmp/ansible_nSZPD5/ansible_module_ec2.py", line 1667, in main
(tagged_instances, instance_dict_array, new_instance_ids, changed) = enforce_count(module, ec2, vpc)
"/tmp/ansible_nSZPD5/ansible_modul... | Traceback (most recent call last):
"D:\新建文件夹\PyTorch-YOLOv3\train.py", line 42, in <module>
logger = Logger("logs")
"D:\新建文件夹\PyTorch-YOLOv3\utils\logger.py", line 7, in __init__
self.writer = tf.summary.
Writer(logdir)
AttributeError: module 'tensorboard.summary._tf.summary' has no attribute '
Writer'.
| 0.555812 |
Traceback (most recent call last):
"/usr/local/bin/subliminal", line 11, in <module>
sys.exit(subliminal())
"/usr/local/lib/python2.7/dist-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/click/core.py", line 782, in main
rv = self.invo... | Traceback (most recent call last):
"/home/graingert/.virtualenvs/pip-compile/bin/pip-compile", line 11, in <module>
sys.exit(cli())
"/home/graingert/.virtualenvs/pip-compile/lib/python3.6/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/graingert/.virtualenvs/pip-c... | 0.582429 |
Traceback (most recent call last):
"/usr/local/bin/autopkg", line 2435, in <module>
sys.exit(main(sys.argv))
"/usr/local/bin/autopkg", line 2429, in main
exit(subcommands[verb]['function'](argv))
"/usr/local/bin/autopkg", line 1686, in verify_trust_info
make_suggestions=True, search_github=False)
"/usr/l... | Traceback (most recent call last):
"/usr/local/bin/rtv", line 11, in <module>
load_entry_point('rtv==1.22.1', 'console_scripts', 'rtv')()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 564, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7... | 0.548024 |
Traceback (most recent call last):
"/home/tabbott/zulip/tools/test-backend", line 366, in <module>
failures, failed_tests = test_runner.run_tests(suites, full_suite=full_suite)
"/home/tabbott/zulip/zerver/lib/test_runner.py", line 459, in run_tests
self.test_imports(test_labels, suite)
"/home/tabbott/zulip/z... | Traceback (most recent call last):
"extract_C3D_feature.py", line 7, in <module>
import numpy as np
"/usr/local/lib/python2.7/dist-packages/numpy/__init__.py", line 142, in <module>
from . import core
"/usr/local/lib/python2.7/dist-packages/numpy/core/__init__.py", line 91, in <module>
raise ImportError(msg... | 0.601254 |
Traceback (most recent call last):
"/home/ly/.envs/xq/lib/python3.5/site-packages/jpeg4py/_py.py", line 215, in __del__
if self.decompressor is not None:
AttributeError: 'JPEG' object has no attribute 'decompressor'
| Traceback (most recent call last):
"/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/thonny/workbench.py", line 1449, in event_generate
handler(event)
"/Applications/Thonny.app/Contents/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/thon... | 0.629301 |
Traceback (most recent call last):
"C:\Users\Xin\Desktop\test_extend.py", line 37, in <module>
plt.savefig('test.png', dpi = 720)
"E:\miniconda3\envs\satpy\lib\site-packages\matplotlib\pyplot.py", line 689, in savefig
res = fig.savefig(*args, **kwargs)
"E:\miniconda3\envs\satpy\lib\site-packages\matplotlib\f... | Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/sanic/app.py", line 603, in handle_request
response = await response
"/usr/src/src/users/views.py", line 19, in get
create_user()
"/usr/src/src/users/factories.py", line 7, in create_user
user = mixer.blend(UserSchema)
"/usr/local... | 0.564406 |
Traceback (most recent call last):
"C:\Users\Alex\AppData\Local\Programs\Python\Python37\lib\site-packages\ray\tune\trial_runner.py", line 747, in _process_trial
trial.trial_id, result=flat_result)
"C:\Users\Alex\AppData\Local\Programs\Python\Python37\lib\site-packages\ray\tune\suggest\search_generator.py", line... | Traceback (most recent call last):
"/home/niko/dev/opsi/python3/python-opsi/venv/lib/python3.6/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x7f856e7a8048>, <Call l.10 at 0x7f856c7... | 0.531647 |
Traceback (most recent call last):
"/root/mailinabox/management/ssl_certificates.py", line 807, in <module>
provision_certificates_cmdline()
"/root/mailinabox/management/ssl_certificates.py", line 450, in provision_certificates_cmdline
status = provision_certificates(env, agree_to_tos_url=agree_to_tos_url, logg... | Traceback (most recent call last):
"/usr/lib/python3.6/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
TypeError: a bytes-like object is required, not 'NoneType'
| 0.555857 |
Traceback (most recent call last):
"/home/yanglu/anaconda3/lib/python3.7/site-packages/tqsdk/api.py", line 1567, in _notify_watcher
"/home/yanglu/anaconda3/lib/python3.7/site-packages/tqsdk/channel.py", line 110, in __anext__
"/home/yanglu/anaconda3/lib/python3.7/asyncio/queues.py", line 161, in get
"/home/... | Traceback (most recent call last):
"convert_onnx.py", line 65, in <module>
convert_onnx(opt)
"convert_onnx.py", line 43, in convert_onnx
torch.onnx.export(model.module, dummy_input1, "model.onnx")
"/home/unreal/anaconda3/envs/CenterTrack/lib/python3.6/site-packages/torch/onnx/__init__.py", line 148, in expor... | 0.551288 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"umqtt/simple.py", line 123, in publish
AttributeError: 'NoneType' object has no attribute 'write'
| 0.579776 |
Traceback (most recent call last):
"/usr/local/bin/ipython", line 8, in <module>
sys.exit(start_ipython())
"/usr/local/lib/python3.7/site-packages/IPython/__init__.py", line 126, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
"/usr/local/lib/python3.7/site-packages/traitlets/config/applicat... | Traceback (most recent call last):
"bin/osh", line 374, in <module>
sys.exit(main(sys.argv))
"bin/osh", line 364, in main
return OshMain(main_argv)
"bin/osh", line 274, in OshMain
InteractiveLoop(opts, ex, c_parser, w_parser, line_reader)
"bin/osh", line 100, in InteractiveLoop
status, cflow = ex.Execut... | 0.542827 |
Traceback (most recent call last):
"C:/Users/michiko/SynologyDrive/py/TopSup-master/TopSup-master/common/ocr.py", line 220, in <module>
question, choices = ocr_img_baidu(image)
TypeError: ocr_img_baidu() missing 1 required positional argument: 'config'
| Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_nonexistent() missing 1 required positional argument: 'tmpdir'
| 0.599647 |
Traceback (most recent call last):
"train.py", line 158, in <module>
_main()
"train.py", line 35, in _main
load_pretrained=True, freeze_body=True)
"train.py", line 122, in create_model
model_body.load_weights(weights_path, by_name=True, skip_mismatch=True)
TypeError: load_weights() got an unexpected keyword... | 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'
| 0.514051 |
Traceback (most recent call last):
"/opt/zato/current/bin/zato", line 11, in <module>
load_entry_point('zato-cli', 'console_scripts', 'zato')()
"/opt/zato/3.0/code/zato-cli/src/zato/cli/zato_command.py", line 362, in main
return run_command(get_parser().parse_args())
"/opt/zato/3.0/code/zato-cli/src/zato/cli... | ERROR
1527433724.50
tribler_window:89
(root)
Traceback (most recent call last):
"/var/lib/tribler/tribler/TriblerGUI/widgets/downloadspage.py", line 298, in on_play_download_clicked
self.window().video_player_page.play_media_item(self.selected_item.download_info["infohash"], -1)
"/var/lib/tribler/tribler/Tribler... | 0.490915 |
Traceback (most recent call last):
"/app/bazarr/bazarr/../libs/apscheduler/executors/base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
"/app/bazarr/bazarr/get_movies.py", line 26, in update_movies
get_profile_list()
"/app/bazarr/bazarr/get_movies.py", line 221, in get_profile_list
... | Traceback (most recent call last):
"/home/anaconda3/bin/jupyter-notebook", line 4, in <module>
import notebook.notebookapp
"/home/anaconda3/lib/python3.5/site-packages/notebook/notebookapp.py", line 45, in <module>
ioloop.install()
"/home/anaconda3/lib/python3.5/site-packages/zmq/eventloop/ioloop.py", line 2... | 0.548557 |
Traceback (most recent call last):
"./tools/embeddings_to_torch.py", line 125, in <module>
main()
"./tools/embeddings_to_torch.py", line 83, in main
enc_vocab, dec_vocab = get_vocabs(opt.dict_file)
"./tools/embeddings_to_torch.py", line 20, in get_vocabs
enc_vocab = fields['src'][0][1].vocab
AttributeError:... | Traceback (most recent call last):
"/graphite/common/webapp/graphite/readers.py", line 211, in fetch
cached_datapoints = CarbonLink().query(self.real_metric_path)
AttributeError: 'NoneType' object has no attribute 'query'
| 0.598935 |
Traceback (most recent call last):
"C:\projects\bleachbit\bleachbit\Worker.py", line 87, in execute
"C:\projects\bleachbit\bleachbit\Command.py", line 82, in execute
"C:\projects\bleachbit\bleachbit\
Utilities.py", line 350, in delete
"C:\projects\bleachbit\bleachbit\
Utilities.py", line 789, in wipe_conten... | Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/root/pupy/pupy/network/lib/servers.py", line 119, in _setup_connection
config=config
"/root/pu... | 0.517292 |
Traceback (most recent call last):
"/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
| Traceback (most recent call last):
"D:/convolutional-pose-machines-tensorflow-master/convolutional-pose-machines-tensorflow-master/demo_cpm_hand.py", line 431, in <module>
tf.app.run()
"C:\Users\Khin Sabai\PycharmProjects\PythonRun\venv\lib\site-packages\tensorflow\python\platform\app.py", line 126, in run
_sys... | 0.515737 |
Traceback (most recent call last):
"C:\Users\kvvinod\PycharmProjects\textToSpeech\venv\lib\site-packages\pyttsx3\__init__.py", line 20, in init
eng = _activeEngines[driverName]
"C:\Users\kvvinod\AppData\Local\Programs\Python\Python38-32\lib\weakref.py", line 131, in __getitem__
o = self.data[key]()
KeyError: 's... | Traceback (most recent call last):
"C:\Users\Nick\venv\foo\lib\site-packages\trio\_core\_run.py", line 1323, in run
run_impl(runner, async_fn, args)
"C:\Users\Nick\venv\foo\lib\site-packages\trio\_core\_run.py", line 1471, in run_impl
runner.task_exited(task, final_outcome)
"C:\Users\Nick\venv\foo\lib\site-p... | 0.57937 |
Traceback (most recent call last):
"/home/***/****.py", line 184, in whatsapp_web_service
driver.wait_for_login(60)
"/home/****/****/webwhatsapi/__init__.py", line 268, in wait_for_login
EC.visibility_of_element_located((By.CSS_SELECTOR, self._SELECTORS['mainPage']))
"/home/****/site-packages/selenium/webdri... | 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... | 0.588996 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/salt/utils/napalm.py", line 178, in call
out = getattr(napalm_device.get("DRIVER"), method)(*args, **kwargs)
"/usr/local/lib/python3.6/site-packages/napalm/nxos/nxos.py", line 1504, in get_environment
"cpu": _process_cpu(cpu_raw),
"/... | Traceback (most recent call last):
"/home/mkramer/tmp/pylint/pylint_venv/lib/python3.8/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x7f9218b6b9d0>, <Call l.2 at 0x7f92187faf10>)
| 0.573071 |
Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/zmq/sugar/socket.py", line 356, in send_multipart
_buffer_type(msg)
TypeError: memoryview: a bytes-like object is required, not 'str'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/marlon/Python-3.7.2/setup.py", line 30, in <module>
set_compiler_flags('LDFLAGS', 'PY_LDFLAGS_NODIST')
"/home/marlon/Python-3.7.2/setup.py", line 27, in set_compiler_flags
sysconfig.get_config_vars()[compiler_flags] = flags + ' ' + py... | 0.598496 |
Traceback (most recent call last):
"/Users/peterostendorp/Documents/XeroHome/sce_reachcodes/xerohome_engine/core.py", line 104, in construct_base_bldg_1
post_geometry_xml_file)
"/Users/peterostendorp/Documents/XeroHome/sce_reachcodes/xerohome_engine/eplus/write_geometry_to_xml.py", line 261, in write_geometry_to... |
Traceback (most recent call last):
"/Users/victor/Library/Caches/pypoetry/virtualenvs/svc-3tVC9GWN-py3.8/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py", line 280, in <module>
main()
"/Users/victor/Library/Caches/pypoetry/virtualenvs/svc-3tVC9GWN-py3.8/lib/python3.8/site-packages/pip/_vendor/pep5... | 0.542123 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/pkg_resources.py", line 2482, in _dep_map
return self.__dep_map
"/usr/lib/python3/dist-packages/pkg_resources.py", line 2344, in __getattr__
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map | Traceback (most recent call last):
"/opt/venvs/tildes/bin/prospector", line 11, in <module>
load_entry_point('prospector==1.1.2', 'console_scripts', 'prospector')()
"/opt/venvs/tildes/lib/python3.6/site-packages/prospector/run.py", line 174, in main
prospector.print_messages()
"/opt/venvs/tildes/lib/python3.... | 0.597605 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/ray/worker.py", line 854, in custom_excepthook
worker_id = global_worker.worker_id
AttributeError: 'Worker' object has no attribute 'worker_id'
| Traceback (most recent call last):
"/home/charles/anaconda2/envs/pysalt/lib/python2.7/site-packages/cherrypy/wsgiserver/wsgiserver2.py", line 1292, in communicate
req.parse_request()
"/home/charles/anaconda2/envs/pysalt/lib/python2.7/site-packages/cherrypy/wsgiserver/wsgiserver2.py", line 580, in parse_request
... | 0.552668 |
Traceback (most recent call last):
"/opt/pwndbg/pwndbg/commands/__init__.py", line 130, in __call__
return self.function(*args, **kwargs)
"/opt/pwndbg/pwndbg/commands/version.py", line 140, in bugreport
current_setup = 'Platform: %s\n' % platform()
"/usr/lib/python3.8/platform.py", line 1205, in platform
li... | Traceback (most recent call last):
"tubeup", line 238, in <module>
main()
"tubeup", line 223, in main
download(URLs, proxy_url)
"tubeup", line 98, in download
ydl.download(URLs)
"/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 1775, in download
url, force_generic_extractor=self.params.get(... | 0.59804 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/optuna/study.py", line 709, in _run_trial
result = func(trial)
"/usr/local/lib/python3.6/dist-packages/optuna/integration/_lightgbm_tuner/optimize.py", line 302, in __call__
cv_results = lgb.cv(self.lgbm_params, self.train_set, **self.lg... | Traceback (most recent call last):
"calibre\db\cache.py", line 1395, in set_metadata
"calibre\db\cache.py", line 1318, in set_cover
"calibre\db\backend.py", line 1500, in set_cover
"calibre\utils\img.py", line 285, in save_cover_data_to
"calibre\utils\img.py", line 197, in image_to_data
ValueError: Faile... | 0.525123 |
Traceback (most recent call last):
"/anaconda3/envs/conda/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
"/anaconda3/envs/conda/lib/python3.6/unittest/case.py", line 605, in run
testMethod()
"/Users/donggeun/Downloads/pysc2-examples-master/tests/scripted_test.py", line 33, in test_defeat... | Traceback (most recent call last):on ..
"udemy-dl.py", line 1453, in <module>
main()
"udemy-dl.py", line 974, in main
udemy.course_save(path=options.output, quality=options.quality, caption_only=options.caption_only, skip_captions=options.skip_captions, names_only=options.names_only, unsafe=options.unsafe)
... | 0.56886 |
Traceback (most recent call last):
"testBar.py", line 13, in <module>
print(width[0])
"/Users/jklymak/pint/pint/quantity.py", line 1404, in __getitem__
"supports indexing".format(self._magnitude))
TypeError: Neither Quantity object nor its magnitude (0.25)supports indexing
| Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/visidata/vdtui.py", line 643, in toplevelTryFunc
ret = func(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/visidata/loaders/json.py", line 100, in save_jsonl
fp.write(jsonenc.encode(rowdict) + '\n')
"/usr/local/Cellar/python... | 0.540881 |
Traceback (most recent call last):
"experiments/dff_rfcn/dff_rfcn_end2end_train_test.py", line 19, in <module>
train_end2end.main()
"experiments/dff_rfcn/../../dff_rfcn/train_end2end.py", line 171, in main
config.TRAIN.begin_epoch, config.TRAIN.end_epoch, config.TRAIN.lr, config.TRAIN.lr_step)
"experiments/d... |
Traceback (most recent call last):
"/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
"/usr/lib/python2.7/multiprocessing/util.py", line 284, in _exit_function
info('process shutting down')
TypeError: 'NoneType' object is not callable | 0.518524 |
Traceback (most recent call last):
"examples/drqa/train.py", line 178, in <module>
main(opt)
"examples/drqa/train.py", line 113, in main
train_world.parley()
"/home/ivan/ParlAI/parlai/core/worlds.py", line 505, in parley
batch_act = self.batch_act(index, batch_observations[index])
"/home/ivan/ParlAI/parl... | Traceback (most recent call last):
"/usr/bin/routersploit", line 26, in <module>
routersploit()
"/usr/bin/routersploit", line 22, in routersploit
rsf.start()
"/usr/lib/python3/dist-packages/routersploit/interpreter.py", line 116, in start
command_handler(args)
"/usr/lib/python3/dist-packages/routersploit... | 0.509859 |
Traceback (most recent call last):
"/home/jasonx/venv/local/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/home/jasonx/venv/local/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/h... | Traceback (most recent call last):
"/home/myrtle/03_django_projects/doubloon/doubloon/transactions/tests/test_models.py", line 13, in setUp
self.transaction = TransactionFactory.create(amount=Money(563, INR))
"/home/myrtle/03_django_projects/environments/doubloon/lib/python3.5/site-packages/factory/base.py", lin... | 0.576728 |
github: Traceback (most recent call last):
"train.py", line 518, in <module>
train(hyp, opt, device, tb_writer, wandb)
"train.py", line 64, in train
check_dataset(data_dict)
# check
"/home/chengyuhong/yolov3/utils/general.py", line 106, in check_dataset
val, s = dict.get('val'), dict.get('download')
Attribu... | Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/pollux/LOCAL/TLS/venv-scapy/local/lib/python2.7/site-packages/scapy/packet.py", line 336, in __str__
return str(self.build())
"/home/pollux/LOCAL/TLS/venv-scapy/local/lib/python2.7/site-packages/scapy/packet.py", line 436, in build
p =... | 0.59529 |
Traceback (most recent call last):
"/install/bin/stubgen", line 8, in <module>
sys.exit(main())
"mypy/stubgen.py", line 1564, in main
"mypy/stubgen.py", line 1457, in generate_stubs
"mypy/stubgenc.py", line 64, in generate_stub_for_c_module
"mypy/stubgenc.py", line 293, in generate_c_type_stub
"mypy/... | Traceback (most recent call last):
...
<My application's stack trace>
...
"./virtualenv/lib/python3.6/site-packages/ldap3/extend/standard/PagedSearch.py", line 63, in paged_search_generator
None if cookie is True else cookie)
"./virtualenv/lib/python3.6/site-packages/ldap3/core/connection.py", line 763, in se... | 0.620488 |
Traceback (most recent call last):
"PixivUtil2.py", line 1618, in main
np_is_valid, op_is_valid, selection = main_loop(ewd, op_is_valid, selection, np_is_valid, args)
"PixivUtil2.py", line 1359, in main_loop
menu_fanbox_download_from_artist(op_is_valid, PixivModelFanbox.FanboxArtist.SUPPORTED, args)
"PixivUt... | Traceback (most recent call last):
"experiment_planning/plan_and_preprocess_task.py", line 18, in <module>
from nnunet.paths import splitted_4d_output_dir, cropped_output_dir, preprocessing_output_dir, raw_dataset_dir
"/path/nnUNet/nnunet/paths.py", line 51, in <module>
network_training_output_dir = os.path.joi... | 0.545312 |
Traceback (most recent call last):
"scripts/01_parse.py", line 3, in <module>
from spacy.tokens import DocBin
ImportError: cannot import name 'DocBin'
| Traceback (most recent call last):
"/home/user/electrum-e299df7/lib/python3.5/site-packages/electrum_gui/qt/main_window.py", line 1722, in <lambda>
return lambda *args: f(method, args, self.password_dialog)
"/home/user/electrum-e299df7/lib/python3.5/site-packages/electrum/commands.py", line 116, in _run
result ... | 0.600051 |
Traceback (most recent call last):
"/usr/local/bin/xortool", line 399, in <module>
main()
"/usr/local/bin/xortool", line 81, in main
key_char_used) = guess_probable_keys_for_chars(ciphertext, try_chars)
"/usr/local/bin/xortool", line 265, in guess_probable_keys_for_chars
keys = guess_keys(text, c)
"/usr/local/... | dbus-call-method: D-Bus error: "Traceback (most recent call last):
\"/usr/lib/python3.8/site-packages/dbus/service.py\", line 755, in _message_cb
_method_reply_return(connection, message, method_name, signature, *retval)
\"/usr/lib/python3.8/site-packages/dbus/service.py\", line 256, in _method_reply_return
rep... | 0.598619 |
Traceback (most recent call last):
"setup.py", line 47, in <module>
license="GPL V3")
"/apps/anaconda3/conda-bld/seqmagick_1521544476937/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold... | Traceback (most recent call last):
"/anaconda/envs/ASR/lib/python3.7/site-packages/torch/multiprocessing/spawn.py", line 20, in _wrap
fn(i, *args)
"/home/rashwan/ASR/fairseq/fairseq/distributed_utils.py", line 300, in distributed_main
main(cfg, **kwargs)
"/home/rashwan/ASR/fairseq/fairseq_cli/train.py", line... | 0.570412 |
2021-01-19 18:10:45,878 ERROR libqtile manager.py:cmd_restart():L1150 Preventing restart because of a configuration error: Traceback (most recent call last):
"/home/kic/.local/lib/python3.8/site-packages/libqtile/confreader.py", line 92, in load
config = __import__(name)
# noqa: F811
"/home/kic/.config/qtile/con... | Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 818, in run_
return self.run(edit)
"php_companion.commands.find_use_command in /Users/DamonTo/Library/Application Support/Sublime Text 3/Installed Packages/PHP Companion.sublime-package", line 17, in run
... | 0.579979 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/tbelos/anaconda3/lib/python3.6/site-packages/sru/__init__.py", line 2, in <module>
from .cuda_functional import *
"/home/tbelos/anaconda3/lib/python3.6/site-packages/sru/cuda_functional.py", line 355, in <module>
class SRU_Compute_GPU(F... | Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 335, in _async_add_entity
await entity.async_device_update(warning=False)
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 456, in async_device_update
await self.hass.async_add_executor_job(
... | 0.637168 |
Traceback (most recent call last):
"picture_demo.py", line 74, in <module>
model_trt = torch2trt(model, [x])
"/usr/local/lib/python3.6/dist-packages/torch2trt/torch2trt.py", line 377, in torch2trt
outputs = module(*inputs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 532, in __ca... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/hynek/.virtualenvs/ansible-tools/lib/python3.6/site-packages/yarl/__init__.py", line 149, in __init__
val = urlsplit(val)
"/Users/hynek/.pyenv/versions/3.6.3/lib/python3.6/urllib/parse.py", line 439, in urlsplit
raise ValueError("Inval... | 0.523102 |
Traceback (most recent call last):
"/Users/eaparnell/Documents/python/ray_test.py", line 5, in <module>
ray.init(address='172.31.20.82:8100', redis_password='5241590000000000')
"/usr/local/lib/python3.7/site-packages/ray/worker.py", line 809, in init
connect_only=True)
"/usr/local/lib/python3.7/site-packages... | Traceback (most recent call last):
"/Users/anmolsingh/Documents/private_net/venv/bin/raiden", line 11, in <module>
load_entry_point('raiden', 'console_scripts', 'raiden')()
"/Users/anmolsingh/Documents/raiden/raiden/__main__.py", line 11, in main
run(auto_envvar_prefix='RAIDEN')
"/Users/anmolsingh/Documents/... | 0.577711 |
Traceback (most recent call last):
"/nix/store/m26bw7cha9cvnk4c0vy2767s1kxir1dv-lyrebird-unstable-2020-08-19/share/lyrebird/lyrebird/mainwindow.py", line 271, in close
utils.destroy_lock()
"/nix/store/m26bw7cha9cvnk4c0vy2767s1kxir1dv-lyrebird-unstable-2020-08-19/share/lyrebird/lyrebird/core/utils.py", line 101, ... | Traceback (most recent call last):
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/bin/nucypher", line 10, in <module>
sys.exit(nucypher_cli())
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main... | 0.486807 |
Traceback (most recent call last):
"/usr/bin/wallpaper-reddit", line 11, in <module>
load_entry_point('wallpaper-reddit==3.0.2', 'console_scripts', 'wallpaper-reddit')()
"/usr/lib/python3.6/site-packages/wpreddit/main.py", line 40, in run
download.download_image(valid_url, title)
"/usr/lib/python3.6/site-pac... | Traceback (most recent call last):
"/usr/local/bin/daphne", line 11, in <module>
sys.exit(CommandLineInterface.entrypoint())
"/usr/local/lib/python3.5/site-packages/daphne/cli.py", line 144, in entrypoint
cls().run(sys.argv[1:])
"/usr/local/lib/python3.5/site-packages/daphne/cli.py", line 174, in run
channe... | 0.558693 |
Traceback (most recent call last):
"../source/manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
"/webapps/preprod/env/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
"/webapps/preprod/env/lib/python3.5/site-packages/... | Traceback (most recent call last):
"/builddir/build/BUILD/MDAnalysis-0.16.0/MDAnalysisTests-0.16.0/MDAnalysisTests/analysis/test_encore.py", line 751, in test_dimensionality_reduction_two_ensembles
encore.reduce_dimensionality([self.ens1, self.ens2])
"/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i38... | 0.550078 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/tpot/base.py", line 630, in fit
features, target = self._check_dataset(features, target, sample_weight)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python... | Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: pars... | 0.545147 |
Traceback (most recent call last):
"/Users/paul/Work/raiden-p3/bin/raiden", line 11, in <module>
load_entry_point('raiden', 'console_scripts', 'raiden')()
"/Users/paul/Work/raiden/raiden/__main__.py", line 11, in main
run(auto_envvar_prefix='RAIDEN')
"/Users/paul/Work/raiden-p3/lib/python3.6/site-packages/cl... | Traceback (most recent call last):
"/home/ubuntu/samba/joycontrol/joycontrol/transport.py", line 179, in close
if self._read_thread.cancel():
AttributeError: 'NoneType' object has no attribute 'cancel'
| 0.56215 |
Traceback (most recent call last):
"C:/tmp/diaphora\diaphora_ida.py", line 1005, in import_all_auto
self.do_import_all_auto(items)
"C:/tmp/diaphora\diaphora_ida.py", line 988, in do_import_all_auto
self.import_items(new_items)
"C:/tmp/diaphora\diaphora_ida.py", line 951, in import_items
self.do_import_one(e... | Traceback (most recent call last):
"/usr/local/python/lib/python2.7/runpy.py", line 151, in _run_module_as_main
mod_name, loader, code, fname = _get_module_details(mod_name)
"/usr/local/python/lib/python2.7/runpy.py", line 109, in _get_module_details
return _get_module_details(pkg_main_name)
"/usr/local/pyth... | 0.573119 |
Traceback (most recent call last):
"test.py", line 3, in <module>
Lark('/')
"/usr/local/lib/python3.7/site-packages/lark/lark.py", line 157, in __init__
self.grammar = load_grammar(grammar, self.source)
"/usr/local/lib/python3.7/site-packages/lark/load_grammar.py", line 581, in load_grammar
raise GrammarErr... | Traceback (most recent call last):
"/Applications/Komodo IDE 11.app/Contents/Resources/python/xpcom/server/policy.py", line 274, in _CallMethod_
ret = getattr(self._obj_, name) # Let attribute error go here!
"/Applications/Komodo IDE 11.app/Contents/Resources/components/ko
Ex.py", line 72, in __getattr__
raise ... | 0.609218 |
Traceback (most recent call last):
"/Users/nathan/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 101, in
typeCompletionAvailable
self.Get
typeCompleter( filetypes )
"/Users/nathan/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 90, in Get
typeComp... | Traceback (most recent call last):
"/home/xuyan/anaconda3/envs/xlnet/lib/python2.7/site-packages/tensorflow/python/training/coordinator.py", line 297, in stop_on_exception
yield
"/home/xuyan/anaconda3/envs/xlnet/lib/python2.7/site-packages/tensorflow/python/distribute/mirrored_strategy.py", line 852, in run
sel... | 0.552095 |
Traceback (most recent call last):
"/usr/local/bin/pythem", line 24, in <module>
from pythem.core.interface import Processor
"/usr/local/lib/python2.7/dist-packages/pythem/core/interface.py", line 25, in <module>
from scapy.all import *
"/usr/local/lib/python2.7/dist-packages/scapy/all.py", line 10, in <modu... | "Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 39, in render
data = render_page_by_language(path)
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 134, in render_page_by_language
return render_page(path)
"/home/frappe/frappe-be... | 0.556718 |
Traceback (most recent call last):
"/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/providers/torrent/html/yggtorrent.py", line 141, in parse
pubdate = self.parse_pubdate(pubdate_raw, human_time=True)
"/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/providers/generic_provider.py", line 557, in ... | Traceback (most recent call last):
"app.py", line 47, in <module>
updated_parsed = entry.updated_parsed,
"/Users/ontreat/Documents/Reeti/Python/yankk/myvenv/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"/Users/... | 0.554223 |
Traceback (most recent call last):
"G:\Anaconda3\lib\site-packages\vaex\jupyter\__init__.py", line 41, in execute_debounced
await self.df.execute_async()
"G:\Anaconda3\lib\site-packages\vaex\dataframe.py", line 320, in execute_async
await self.executor.execute_async()
"G:\Anaconda3\lib\site-packages\vaex\exe... |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/5s/866_p9c16k59ygvyqnkmpv000000gn/T/pip-build-58470i2g/pywinrm/setup.py", line 10, in <module>
long_description = pypandoc.convert('README.md', 'rst')
"/usr/local/lib/python3.5/site-packages/pypandoc-1.1.3-py3.5.egg/pypandoc... | 0.486876 |
Traceback (most recent call last):
"hindsight.py", line 286, in <module>
"hindsight.py", line 172, in main
"pyhindsight\analysis.py", line 135, in run
"pyhindsight\browsers\chrome.py", line 1169, in process
"pyhindsight\browsers\chrome.py", line 1019, in get_cache
"pyhindsight\browsers\chrome.py", lin... | Traceback (most recent call last):
"/home/doug/anaconda3/bin/conda", line 13, in <module>
sys.exit(main())
"/home/doug/.local/lib/python3.8/site-packages/conda/cli/main.py", line 162, in main
return conda_exception_handler(_main, *args)
"/home/doug/.local/lib/python3.8/site-packages/conda/exceptions.py", lin... | 0.561768 |
[2020-11-19 10:30:46,446][DummyThread-34:140505328194376][task_id:default][exception_logging_middleware.py:11][ERROR]- Traceback (most recent call last):
"/data/wwwroot/Archery/Archery/common/utils/extend_json_encoder.py", line 49, in default
return convert(obj)
"/usr/lib64/python3.6/functools.py", line 807, in ... | Traceback (most recent call last):
"C:\ProgramData\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-112-fa2832916d99>", line 1, in <module>
sympy.sympify('1<zoo')
"C:\ProgramData\Anaconda3\lib\site-packages... | 0.49827 |
Traceback (most recent call last):
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
"/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/chec... | Traceback (most recent call last):
"C:\my_secret_path\venv\lib\site-packages\djongo\sql2mongo\query.py", line 819, in parse
return handler(self, statement)
"C:\my_secret_path\venv\lib\site-packages\djongo\sql2mongo\query.py", line 849, in _alter
self._query.execute()
"C:\my_secret_path\venv\lib\site-packages... | 0.578009 |
Traceback (most recent call last):
"./vydl/youtube_dl/extractor/common.py", line 429, in extract
ie_result = self._real_extract(url)
"./vydl/youtube_dl/extractor/youku.py", line 255, in _real_extract
video_urls_dict = self.construct_video_urls(data)
"./vydl/youtube_dl/extractor/youku.py", line 108, in constr... | Traceback (most recent call last):
"example/alexnet_pytorch_to_caffe.py", line 12, in <module>
pytorch_to_caffe.trans_net(net,input,name)
"./pytorch_to_caffe.py", line 612, in trans_net
out = net.forward(input_var)
"/usr/local/lib/python3.5/dist-packages/torchvision/models/alexnet.py", line 46, in forward
x... | 0.559942 |
Traceback (most recent call last):
"V:\dev\python\Pyfa\gui\esiFittings.py", line 126, in fetchFittings
raise ex
"V:\dev\python\Pyfa\gui\esiFittings.py", line 114, in fetchFittings
self.fitTree.populateSkillTree(self.fittings)
"V:\dev\python\Pyfa\gui\esiFittings.py", line 372, in populateSkillTree
if ship.na... | Traceback (most recent call last):
"apps/manage.py", line 22, in <module>
main()
"apps/manage.py", line 18, in main
execute_from_command_line(sys.argv)
"/home/juandisay/.pyenv/versions/+3KLESAVING/lib/python3.6/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
utility... | 0.652206 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/36/8b9pzfn56wd_cch3x8zx3l_w0000gn/T/pip-install-e0rq3jqa/shapely/setup.py", line 340, in <module>
import numpy
"/Users/rich/.pyenv/versions/3.8.7/lib/python3.8/site-packages/numpy/__init__.py", line 286, in <module>
rai... | Traceback (most recent call last):
"/builddir/build/BUILD/llvmlite-0.32.0/ffi/build.py", line 168, in <module>
main()
"/builddir/build/BUILD/llvmlite-0.32.0/ffi/build.py", line 158, in main
main_posix('linux', '.so')
"/builddir/build/BUILD/llvmlite-0.32.0/ffi/build.py", line 120, in main_posix
raise Runtime... | 0.570979 |
Traceback (most recent call last):
"gitless/cli/gl.py", line 73, in main
"gitless/cli/gl_commit.py", line 67, in main
"gitless/core.py", line 1179, in create_commit
"gitless/core.py", line 1152, in get_tree_and_update_index
"gitless/core.py", line 1145, in update
"pygit2/index.py", line 170, in remov... | Traceback (most recent call last):
"pupygen.py", line 415, in <module>
get_edit_apk(os.path.join(ROOT, "payload_templates","pupy.apk"), outpath, conf)
"pupygen.py", line 201, in get_edit_apk
shutil.copy(path, new_path)
"/usr/lib/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
"/usr/lib/python2... | 0.558573 |
Traceback (most recent call last):
"/usr/local/bin/mypy", line 6, in <module>
main(__file__)
"/home/dbn/.local/lib/python3.5/site-packages/mypy/main.py", line 40, in main
res = type_check_only(sources, bin_dir, options)
"/home/dbn/.local/lib/python3.5/site-packages/mypy/main.py", line 81, in type_check_only
... | Traceback (most recent call last):
"/usr/local/bin/sloth", line 15, in <module>
labeltool = LabelTool()
"/usr/local/lib/python3.5/dist-packages/sloth/core/labeltool.py", line 70, in __init__
self.n_view = len(config.VIEWS)
AttributeError: 'Config' object has no attribute 'VIEWS'
| 0.630491 |
Traceback (most recent call last):
"SickBeard.py", line 548, in <module>
SickRage().start()
"SickBeard.py", line 250, in start
sickbeard.initialize(consoleLogging=self.console_logging)
"/share/MD0_DATA/.qpkg/SickBeard-TVRage/SickBeard-TVRage/sickbeard/__init__.py", line 1316, in initialize
if x]
ValueError:... | Traceback (most recent call last):
"PackerFuzzer.py", line 26, in <module>
tt.check()
"PackerFuzzer.py", line 19, in check
t.parseStart()
"/root/Packer-Fuzzer-1.0/lib/Controller.py", line 42, in parseStart
DatabaseType(projectTag).insertTextFromDB(getTexts)
"/root/Packer-Fuzzer-1.0/lib/Database.py", line... | 0.546412 |
Traceback (most recent call last):
"C:\projects\pyfa\gui\builtinViews\fittingView.py", line 527, in fitChanged
"C:\projects\pyfa\gui\builtinViews\fittingView.py", line 481, in generateMods
TypeError: '<' not supported between instances of 'NoneType' and 'int'
| Traceback (most recent call last):
"/home/user/ven/lib/python3.8/site-packages/scapy/utils.py", line 1139, in read_packet
p = self.LLcls(s)
TypeError: 'NoneType' object is not callable
| 0.593358 |
Traceback (most recent call last):
"gam.py", line 11190, in <module>
"gam.py", line 10873, in ProcessGAMCommand
"gam.py", line 1135, in printShowDelegates
AttributeError: 'Resource' object has no attribute 'delegates'
| Traceback (most recent call last):
"/usr/local/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3021, in _dep_map
return self.__dep_map
"/usr/local/lib/python3.9/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2815, in __getattr__
raise AttributeError(attr)
AttributeError: _Di... | 0.562343 |
Traceback (most recent call last):
"c:\python\python37-64\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"c:\python\python37-64\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\python\python37-64\Scripts\pyinstaller.exe\__main__.py", line 9, in <module>
"c:\python\py... | Traceback (most recent call last):
"huh.py", line 27, in <module>
m.ref = Reference(m.v)
"/home/esjohn/src/pyomo/pyomo/core/base/reference.py", line 618, in Reference
reference = reference[...]
"/home/esjohn/src/pyomo/pyomo/core/base/indexed_component.py", line 411, in __getitem__
validated_index = self._va... | 0.634296 |
Traceback (most recent call last):
"/Users/ryan/.virtualenvs/ge-13/lib/python3.8/site-packages/great_expectations/data_context/util.py", line 84, in instantiate_class_from_config
class_instance = class_(**config_with_defaults)
"/Users/ryan/.virtualenvs/ge-13/lib/python3.8/site-packages/great_expectations/data_co... | Traceback (most recent call last):
"<ipython-input-2-62b765e41418>", line 1, in <module>
runfile('C:/Users/Fariha/Desktop/MS/CervCancer/tensorflow-resnet-master/wth.py', wdir='C:/Users/Fariha/Desktop/MS/CervCancer/tensorflow-resnet-master')
"C:\Users\Fariha\Anaconda3\envs\py36\lib\site-packages\spyder\utils\si... | 0.619677 |
Traceback (most recent call last):
"mnist.py", line 181, in <module>
main(params)
"mnist.py", line 131, in main
model = Net(hidden_size=hidden_size).to(device)
"mnist.py", line 34, in __init__
]), key='first_conv')
"C:\ProgramData\Anaconda3\lib\site-packages\nni\nas\pytorch\mutables.py", line 154, in __i... | Traceback (most recent call last):
"/home/travis/build/peterjc/biopython/Tests/test_NaiveBayes.py", line 77, in setUp
self.model = NaiveBayes.train(self.xs, self.ys)
"/home/travis/build/peterjc/biopython/build/lib.linux-x86_64-3.5/Bio/NaiveBayes.py", line 204, in train
nb.p_conditional[i][j] = _contents(values)... | 0.509255 |
Traceback (most recent call last):
"/media/Scripts/ReadableWebProxy/common/util/DbCookieJar.py", line 180, in save
with self.db.session_context("cookiejar") as sess:
"/usr/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
"/media/Scripts/ReadableWebProxy/common/db_engine.py", line 143... | Traceback (most recent call last):
"/home/vanessa/RepRap/Printrun/venv/lib/python3.9/site-packages/wx/core.py", line 3383, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
"/home/vanessa/RepRap/Printrun/printrun/gl/panel.py", line 139, in Refresh
return super().Refresh(eraseback)
RuntimeError... | 0.504437 |
Traceback (most recent call last):
"/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/basecommand.py", line 209, in main
status = self.run(options, args)
"/usr/share/python-wheels/pip-8.1.1-py2.py3-none-any.whl/pip/commands/install.py", line 317, in run
requirement_set.prepare_files(finder)
"/usr/s... | Traceback (most recent call last):
"quickstart.py", line 16, in <module>
headless_browser=False)
"/Users/MerlinW/InstaPy/instapy/instapy.py", line 226, in __init__
get_database(make=True)
"/Users/MerlinW/InstaPy/instapy/database_engine.py", line 43, in get_database
id = get_profile(name, address, logger) if... | 0.568766 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.5/dist-packages/Bio/Align/__init__.py", line 698, in __add__
return MultipleSeqAlignment(merged, alpha, annotations, column_annotations)
"/usr/local/lib/python3.5/dist-packages/Bio/Align/__init__.py", line 177, in __init... | Traceback (most recent call last):
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-6e754znd\knack\knack\cli.py", line 212, in invoke
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-6e754znd\knack\knack\output.py", line 132, in out
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-6e754znd\knack\knack\outpu... | 0.500193 |
``Traceback (most recent call last):
"cherrypy/_cprequest.pyc", line 670, in respond
"cherrypy/lib/encoding.pyc", line 220, in __call__
"cherrypy/_cpdispatch.pyc", line 60, in __call__
"sabnzbd/interface.pyc", line 468, in tapi
"sabnzbd/api.pyc", line 109, in api_handler
"sabnzbd/api.pyc", line 475, i... | Traceback (most recent call last):
"me_helper/app_run.py", line 75, in <module>
eval(function_name)(d, accountId, start_time)
"/opt/server/python/me_helper/utils/QTTHelper.py", line 241, in execute_qtt
print(d.info)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", lin... | 0.602954 |
Traceback (most recent call last):
"<ipython-input-9-38be51af18b7>", line 1, in <module>
res = trimesh.path.Path3D(trimesh.path.exchange.misc.polygon_to_path(p4_1))
"C:\Users\Emmanuel\Anaconda3\lib\site-packages\trimesh\path\path.py", line 87, in __init__
self._cache = caching.Cache(id_function=self.crc)
... | Traceback (most recent call last):
"/Users/ihor_syerkov/Library/Caches/pypoetry/virtualenvs/python-miio-HruUc-gR-py3.9/lib/python3.9/site-packages/dataclasses_json/core.py", line 263, in _decode_generic
res = _get_type_cons(type_)(xs)
"/Users/ihor_syerkov/Library/Caches/pypoetry/virtualenvs/python-miio-HruUc-gR-... | 0.5489 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/username/.local/lib/python3.6/site-packages/agate/__init__.py", line 14, in <module>
from agate.table import Table
# noqa
"/home/username/.local/lib/python3.6/site-packages/agate/table/__init__.py", line 298, in <module>
from agate.tabl... | Traceback (most recent call last):
"/home/richard/projects/sphinx/.tox/pypy/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: deco() takes exactly 1 argument (2 given)
| 0.537939 |
Traceback (most recent call last):
"D:\python_scripts\scrap_cric\venv\lib\site-packages\flask\app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
"D:\python_scripts\scrap_cric\venv\lib\site-packages\flask\app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
"D:\python... | Traceback (most recent call last):
"/home/user/.local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/home/user/.local/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/user/.local/lib/python2.7/site-packages/pipenv/vendor/click/core.... | 0.556664 |
Traceback (most recent call last):
"/home/<username>/.local/lib/python3.6/site-packages/neo4j/__init__.py", line 878, in fix_parameters
dehydrated, = dehydrator.dehydrate([parameters])
"/home/<username>/.local/lib/python3.6/site-packages/neo4j/types/__init__.py", line 134, in dehydrate
return tuple(map(dehydrat... | Traceback (most recent call last):
"<stdin>", line 1, in ?
"pygments/lexers/__init__.py", line 172, in guess_lexer_for_filename
for lexer in _iter_lexerclasses():
"pygments/lexers/__init__.py", line 147, in _iter_lexerclasses
_load_lexers(module_name)
"pygments/lexers/__init__.py", line 32, in _load_lexer... | 0.537039 |
Traceback (most recent call last):
"<stdin>", line 2, in <module>
"C:\Users\mainj\AppData\Local\Programs\Python\Python35-32\lib\encodings\cp437.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_map)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\xf0' in position 5: ... | 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.574314 |
Traceback (most recent call last):
"/home/timberners/anaconda3/envs/tensorflow/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/home/timberners/anaconda3/envs/tensorflow/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
"/media/timberners/magicae/m... | Traceback (most recent call last):
"VideoWidget_vlc.py", line 882, in setMedia
TypeError: 'method' object is not connected
| 0.478701 |
Traceback (most recent call last):
"./pupygen.py", line 7, in <module>
from pupylib.utils.network import get_listener_ip, get_listener_port
"/opt/pupy/pupy/pupylib/__init__.py", line 6, in <module>
from PupyServer import *
"/opt/pupy/pupy/pupylib/PupyServer.py", line 30, in <module>
from pupylib.PupyDnsCnc ... | Traceback (most recent call last):
"/Users/paul/Work/raiden-p3/bin/raiden", line 11, in <module>
load_entry_point('raiden', 'console_scripts', 'raiden')()
"/Users/paul/Work/raiden/raiden/__main__.py", line 11, in main
run(auto_envvar_prefix='RAIDEN')
"/Users/paul/Work/raiden-p3/lib/python3.6/site-packages/cl... | 0.641929 |
Traceback (most recent call last):
"/usr/local/Cellar/ocrmypdf/10.2.0/libexec/lib/python3.8/site-packages/ocrmypdf/_sync.py", line 356, in run_pipeline
exec_concurrent(context)
"/usr/local/Cellar/ocrmypdf/10.2.0/libexec/lib/python3.8/site-packages/ocrmypdf/_sync.py", line 293, in exec_concurrent
pdf = post_proc... | Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: __init__() got an unexpected keyword argument 'c'
| 0.542145 |
Traceback (most recent call last):
"/tmp/kitchen/testing/tests/integration/modules/test_pip.py", line 247, in test_requirements_as_list__non_absolute_file_path
self.assertEqual(ret['retcode'], 0)
TypeError: string indices must be integers
| Traceback (most recent call last):
"/usr/bin/salt-run", line 10, in <module>
salt_run()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 412, in salt_run
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/run.py", line 40, in run
ret = runner.run()
"/usr/lib/python2.7/dist-packages/salt/runn... | 0.499852 |
`Traceback (most recent call last):
"run_classifier.py", line 467, in <module>
main()
"run_classifier.py", line 420, in main
global_step, tr_loss = train(args, train_dataset, model, tokenizer)
"run_classifier.py", line 110, in train
outputs = model(**inputs)
"/home/vv/git/albert_pytorch/albert_english_py... | Traceback (most recent call last):
"src/cmds/chia.py", line 63, in <module>
"src/cmds/chia.py", line 59, in main
"click/core.py", line 1026, in __call__
"click/core.py", line 956, in main
"click/core.py", line 1518, in invoke
"click/core.py", line 1518, in invoke
"click/core.py", line 1280, in invo... | 0.609157 |
Traceback (most recent call last):
"/tmp/nix-build-python3.5-gensim-2.1.0.drv-0/gensim-2.1.0/gensim/models/wrappers/varembed.py", line 68, in load_varembed_format
import morfessor
ImportError: No module named 'morfessor'
| Traceback (most recent call last):
"//anaconda/bin/kin", line 7, in <module>
from kin.kin import main
"//anaconda/lib/python3.5/site-packages/kin/kin.py", line 5, in <module>
from verifier import Verifier
ImportError: No module named 'verifier'
| 0.647819 |
Traceback (most recent call last):
"/Users/serena/Documents/serena/incubator-superset/fix_css/lib/python2.7/site-packages/flask_appbuilder/base.py", line 462, in _add_permission
self.sm.add_permissions_view(baseview.base_permissions, baseview.__class__.__name__)
"/Users/serena/Documents/serena/incubator-superset... | Traceback (most recent call last):
"/opt/netbox/netbox/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/opt/netbox-2.9.7/venv/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
utility.execute()
"/opt/netbox-2.9.7/venv/lib/python3.8/s... | 0.618507 |
Traceback (most recent call last):
"d:/code/8/generate_wx_data.py", line 563, in <module>
group_common_in()
"d:/code/8/generate_wx_data.py", line 526, in group_common_in
bar = Bar('共同所在群聊分析')
"C:\Users\youyim\AppData\Local\Programs\Python\Python36\lib\site-packages\pyecharts\charts\chart.py", line 148, in __... | Traceback (most recent call last):
"/usr/local/bin/slicer", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python2.7/site-packages/cubes/slicer/commands.py", line 587, in main
cli(*args, **kwargs)
"/usr/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **... | 0.632963 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.