search for: load_entry_point

Displaying 16 results from an estimated 16 matches for "load_entry_point".

2020 Oct 05
2
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
...s no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release. from cryptography.hazmat.primitives.asymmetric import rsa Traceback (most recent call last): File "/usr/bin/certbot", line 9, in <module> load_entry_point('certbot==1.7.0', 'console_scripts', 'certbot')() File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python2.7/site-packages/pkg_resources.p...
2020 Oct 05
0
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
...e > Python core team. Support for it is now deprecated in cryptography, and > will be removed in a future release. > from cryptography.hazmat.primitives.asymmetric import rsa > Traceback (most recent call last): > File "/usr/bin/certbot", line 9, in <module> > load_entry_point('certbot==1.7.0', 'console_scripts', 'certbot')() > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in > load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/usr/lib/python2.7/site-package...
2019 May 08
3
youtube-dl No module named 'pkg_resources'
youtube-dl doesn't work for me after a recent update. I do not use it often, so do not know whether the update matters. It gives the error message: Traceback (most recent call last): File "/usr/bin/youtube-dl", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources' I've tried reinstalling python-setuptools, installing python34-setuptools and reinstalling youtube-dl . I'm aware there is a bugzilla on it. That and stackoverflow are where I got the ideas above. How do I make youtube-dl work...
2012 Sep 06
2
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...checking source versions compilers.py:81: error: unable to determine compiler version: '/home/sean/pg/others/llvm/release/bin/clang': 'clang version 3.2 ' Traceback (most recent call last): File "/home/sean/pg/others/llvm/mysandbox/bin/lnt", line 9, in <module> load_entry_point('LNT==0.4.1dev', 'console_scripts', 'lnt')() File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 281, in main commands[cmd](cmd, args[1:]) File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149, in action_runtest report...
2011 Jan 23
1
Trouble installing SWAT on a Samba 4 Alpha 13 build on Ubuntu Server
...t https://github.com/rvelhote/GSoC-SWAT but I am having a few problems. When I run ./run I get the following errors: jenfab at dc:~/GSoC-SWAT$ sudo ./run Starting subprocess with file monitor Traceback (most recent call last): File "/usr/local/bin/paster", line 9, in <module> load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')() File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 84, in run invoke(command, command_name, options, args[1:]) File "/usr/lib/pymodules/python2.6/paste/script/command.py", line 12...
2012 Sep 06
0
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...> compilers.py:81: error: unable to determine compiler version: > '/home/sean/pg/others/llvm/release/bin/clang': 'clang version 3.2 ' > Traceback (most recent call last): > File "/home/sean/pg/others/llvm/mysandbox/bin/lnt", line 9, in <module> > load_entry_point('LNT==0.4.1dev', 'console_scripts', 'lnt')() > File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 281, in main > commands[cmd](cmd, args[1:]) > File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149, > in action...
2019 May 08
0
youtube-dl No module named 'pkg_resources'
...dl doesn't work for me after a recent update. > I do not use it often, so do not know whether the update matters. > It gives the error message: > Traceback (most recent call last): > File "/usr/bin/youtube-dl", line 6, in <module> > from pkg_resources import load_entry_point > ModuleNotFoundError: No module named 'pkg_resources' > > I've tried reinstalling python-setuptools, > installing python34-setuptools and reinstalling youtube-dl . > > I'm aware there is a bugzilla on it. > That and stackoverflow are where I got the ideas abo...
2012 Sep 06
1
[LLVMdev] LNT: failing to parse compiler info: what am I doing wrong?
...y:81: error: unable to determine compiler version: >> '/home/sean/pg/others/llvm/release/bin/clang': 'clang version 3.2 ' >> Traceback (most recent call last): >> File "/home/sean/pg/others/llvm/mysandbox/bin/lnt", line 9, in <module> >> load_entry_point('LNT==0.4.1dev', 'console_scripts', 'lnt')() >> File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 281, in main >> commands[cmd](cmd, args[1:]) >> File "/home/sean/pg/others/llvm/lnt/lnt/lnttool/main.py", line 149, &g...
2019 May 08
1
youtube-dl No module named 'pkg_resources'
...for me after a recent update. >> I do not use it often, so do not know whether the update matters. >> It gives the error message: >> Traceback (most recent call last): >> File "/usr/bin/youtube-dl", line 6, in <module> >> from pkg_resources import load_entry_point >> ModuleNotFoundError: No module named 'pkg_resources' >> >> I've tried reinstalling python-setuptools, >> installing python34-setuptools and reinstalling youtube-dl . >> >> I'm aware there is a bugzilla on it. >> That and stackoverflow are...
2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
...rror: test suite u'nightlytest' not present in this database! -- ]] If I use "--test-style=simple" to run the test-suite I get another error at the end: [[ Traceback (most recent call last): File "/home/simon/work/python.sandbox/bin/lnt", line 9, in <module> load_entry_point('LNT==0.4.1dev', 'console_scripts', 'lnt')() File "/home/simon/work/lnt.svn/lnt/lnttool/main.py", line 281, in main commands[cmd](cmd, args[1:]) File "/home/simon/work/lnt.svn/lnt/lnttool/import_data.py", line 56, in action_import opts.no_emai...
2011 Jan 24
4
Trouble installing SWAT on a Samba 4 Alpha 13 build onUbuntu Server
...lems. >> >> When I run ./run I get the following errors: >> jenfab at dc:~/GSoC-SWAT$ sudo ./run >> Starting subprocess with file monitor >> Traceback (most recent call last): >> File "/usr/local/bin/paster", line 9, in <module> >> load_entry_point('PasteScript==1.7.3', 'console_scripts', >> 'paster')() >> File "/usr/lib/pymodules/python2.6/paste/script/command.py", line >> 84, in >> run >> invoke(command, command_name, options, args[1:]) >> File "/usr/l...
2016 Apr 01
3
Asterisk 13.8.0 alembic database update fails.
...[alembic.migration] Running upgrade 26d7f3bf0fa5 -> 136885b81223, add regcontext to pjsip INFO [alembic.migration] Running upgrade 136885b81223 -> 423f34ad36e2, fix pjsip qualify timeout Traceback (most recent call last): File "/usr/bin/alembic", line 9, in <module> load_entry_point('alembic==0.6.5', 'console_scripts', 'alembic')() File "/usr/lib/python2.7/dist-packages/alembic/config.py", line 298, in main CommandLine(prog=prog).main(argv=argv) File "/usr/lib/python2.7/dist-packages/alembic/config.py", line 293, in main...
2011 Jan 24
1
Trouble installing SWAT on a Samba 4 Alpha 13 buildonUbuntu Server
...nfab at dc:~/GSoC-SWAT$ sudo ./run >>>> >> Starting subprocess with file monitor >>>> >> Traceback (most recent call last): >>>> >> File "/usr/local/bin/paster", line 9, in <module> >>>> >> load_entry_point('PasteScript==1.7.3', >>>> 'console_scripts', 'paster')() >>>> >> File >>>> "/usr/lib/pymodules/python2.6/paste/script/command.py", >>>> line 84, in >>>&g...
2020 May 29
3
Extended attributes not working on mac
...ly = No valid users = martin --------------------------------------------------------- Maybe it is related to the xattr binary (also tried different versions) which tells me a unicode issue: Traceback (most recent call last): File "/usr/local/bin/xattr", line 11, in <module> load_entry_point('xattr==0.9.7', 'console_scripts', 'xattr')() File "/usr/local/lib/python3.8/dist-packages/xattr-0.9.7-py3.8-linux-x86_64.egg/xattr/tool.py", line 196, in main attr_value = attr_value.decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't...
2015 Sep 24
2
problems with PJSIP install on UBUNTU 14.04
On 15-09-24 04:42 PM, Ryan, Travis wrote: > Did something change DB-wise with PJSIP and realtime between 13.3.2 > and 13.5.0? I'm getting an unknown column error and unsure where I > need that column and the type it needs to be. Yes, the schema can change between versions. Following the instructions on
2019 Feb 19
2
samba acl it
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Andrew Bartlett via samba > Verzonden: dinsdag 19 februari 2019 18:40 > Aan: Rowland Penny; samba at lists.samba.org > Onderwerp: Re: [Samba] samba acl it > > On Tue, 2019-02-19 at 17:29 +0000, Rowland Penny wrote: > > On Wed, 20 Feb 2019 06:15:17 +1300 > >