search for: modulenotfounderror

Displaying 20 results from an estimated 20 matches for "modulenotfounderror".

2019 May 08
3
youtube-dl No module named 'pkg_resources'
...utube-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 on Centos 7? -- Mi...
2020 Aug 03
2
State-of-the-art NLP models from R
...; > > transformer <- reticulate::import(module = "transformers", > + as = NULL, > + convert = TRUE, > + delay_load = FALSE) > Error in py_module_import(module, convert = convert) : > ModuleNotFoundError: No module named 'transformers' > > Había yo creído que, habiendo ido bien > py_install, con el *package* transformers, no podría decirme ahora > import, que no hay un módulo llamado 'transformers'. De hecho vi como tras > acabar py_insta...
2020 Aug 02
2
State-of-the-art NLP models from R
Estimados Una pregunta, ¿Que posibilidad hay que esté instalado todo correctamente, pero algo cambie en entorno de python, el cual al ser buscado por R esté dando problemas? Hace años que no utilizo macOS, pero se me ocurre que un programa coloque en entorno adecuado para él, pero al mismo tiempo este toque al entorno requerido por R. Javier Rubén Marcuzzi El dom., 2 ago. 2020 a las 15:59,
2023 Jan 18
1
Problem installing gdb into Rtools42
...efore (missing DLL's). Then I tried to run the command you suggested again, and there was a warning from the package manager about a cycle detected, but now gdb starts with the following messages... Traceback (most recent call last): File "<string>", ine 3, in <module> ModuleNotFoundError: No module named 'libstdcxx' /etc/gdbinit:5: Error in sourced command file: Error while executing Python code. There is also a line... This GDB was configured as "x86_64_pc-msys". (Shouldn't that be msys2?) If I ignore the messages and try to debug a terminal application,...
2020 Jul 13
5
net rpc rights grant fail to connect 127.0.0.1
..._runcmd_io_handler) jul 13 08:58:09 dclinux samba[2146]: /usr/sbin/samba_dnsupdate: import dns.resolver jul 13 08:58:09 dclinux samba[2146]: [2020/07/13 08:58:09.800972, 0] ../../lib/util/util_runcmd.c:352(samba_runcmd_io_handler) jul 13 08:58:09 dclinux samba[2146]: /usr/sbin/samba_dnsupdate: ModuleNotFoundError: No module named 'dns' jul 13 08:58:09 dclinux samba[2146]: [2020/07/13 08:58:09.818318, 0] ../../source4/dsdb/dns/dns_update.c:331(dnsupdate_nameupdate_done) jul 13 08:58:09 dclinux samba[2146]: * dnsupdate_nameupdate_done: Failed DNS update with exit code 1* I am lost and do not know w...
2018 Jan 25
0
Re: python 3 bindings on libguestfs
...39;] > >>> import guestfs > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/opt/libguestfs/x86_64/1.32.10/lib/python3.6/site-packages/guestfs.py", line 73, in <module> > import libguestfsmod > ModuleNotFoundError: No module named 'libguestfsmod' I guess you need to find where libguestfsmod* was installed and add that to the PYTHONPATH as well. In my python3 install both libraries are in the same directory, I don't know why it's different for you. Rich. -- Richard Jones, Virtualization G...
2019 May 08
0
youtube-dl No module named 'pkg_resources'
...r 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 m...
2020 Jun 01
2
Error change DNS backend
...al to DLZ) and have the next error: [..................] [root at sambadc03 ~]# /usr/local/samba/sbin/samba_upgradedns --dns-backend=BIND9_DLZ Traceback (most recent call last): File "/usr/local/samba/sbin/samba_upgradedns", line 72, in <module> import dns.zone, dns.rdatatype ModuleNotFoundError: No module named 'dns' [..................] Python version [..................] [root at sambadc03 ~]# python -V Python 3.6.9 [..................] Samba version [..................] [root at sambadc03 ~]# /usr/local/samba/sbin/samba -V Version 4.11.9 [..................] S.O version [......
2023 Jan 18
1
Problem installing gdb into Rtools42
On 1/18/23 04:33, Dominick Samperi wrote: > Hello, > > I tried installing gdb into Rtools42 following the instructions here > https://cran.r-project.org/bin/windows/base/howto-R-4.2.html > > I ran 'pacman -Sy gdb', and the installation seemed to complete without > problems. > > But gdb could not be started because incorrect DLL versions were installed, > in
2019 May 08
1
youtube-dl No module named 'pkg_resources'
...te. >> 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....
2023 Jan 18
1
Problem installing gdb into Rtools42
...Msys2 installation, getting a new version of gdb depending on some new runtime shared libraries. By updating Msys2, you got the new shared libraries gdb needed and you could run it. > > Traceback (most recent call last): > ? File "<string>", ine 3, in <module> > ModuleNotFoundError: No module named 'libstdcxx' > /etc/gdbinit:5: Error in sourced command file: > Error while executing Python code. It is safe and best to ignore this. It is a bug in Msys2 which has been reported. https://github.com/msys2/MSYS2-packages/issues/2923 Please also note it is documented...
2023 Jan 18
1
Problem installing gdb into Rtools42
...lation, getting a new version of gdb depending on some new runtime > shared libraries. By updating Msys2, you got the new shared libraries gdb > needed and you could run it. > > > Traceback (most recent call last): > File "<string>", ine 3, in <module> > ModuleNotFoundError: No module named 'libstdcxx' > /etc/gdbinit:5: Error in sourced command file: > Error while executing Python code. > > It is safe and best to ignore this. It is a bug in Msys2 which has been > reported. > https://github.com/msys2/MSYS2-packages/issues/2923 > > Please...
2020 Jul 13
0
net rpc rights grant fail to connect 127.0.0.1
...3 08:58:09 dclinux samba[2146]: /usr/sbin/samba_dnsupdate: > import dns.resolver > jul 13 08:58:09 dclinux samba[2146]: [2020/07/13 08:58:09.800972, 0] > ../../lib/util/util_runcmd.c:352(samba_runcmd_io_handler) > jul 13 08:58:09 dclinux samba[2146]: /usr/sbin/samba_dnsupdate: > ModuleNotFoundError: No module named 'dns' > jul 13 08:58:09 dclinux samba[2146]: [2020/07/13 08:58:09.818318, 0] > ../../source4/dsdb/dns/dns_update.c:331(dnsupdate_nameupdate_done) > jul 13 08:58:09 dclinux samba[2146]: * > dnsupdate_nameupdate_done: Failed > DNS update with exit code 1* &g...
2023 Jan 18
2
Problem installing gdb into Rtools42
...> depending on some new runtime shared libraries. By updating Msys2, > you got the new shared libraries gdb needed and you could run it. > >> >> Traceback (most recent call last): >> ? File "<string>", ine 3, in <module> >> ModuleNotFoundError: No module named 'libstdcxx' >> /etc/gdbinit:5: Error in sourced command file: >> Error while executing Python code. > > It is safe and best to ignore this. It is a bug in Msys2 which has > been reported. > https://github.com/msys2/MSYS2-packages/...
2023 Jan 19
2
Problem installing gdb into Rtools42
...ew runtime >>> shared libraries. By updating Msys2, you got the new shared libraries gdb >>> needed and you could run it. >>> >>> >>> Traceback (most recent call last): >>> File "<string>", ine 3, in <module> >>> ModuleNotFoundError: No module named 'libstdcxx' >>> /etc/gdbinit:5: Error in sourced command file: >>> Error while executing Python code. >>> >>> It is safe and best to ignore this. It is a bug in Msys2 which has been >>> reported. >>> https://github.com/m...
2020 Oct 18
2
samba start issues after classic upgrade
...18 16:46:09 maxwell samba[3523]: /usr/local/samba/sbin/samba_dnsupdate: import dns.resolver Oct 18 16:46:09 maxwell samba[3523]: [2020/10/18 16:46:09.560991, 0] ../../lib/util/util_runcmd.c:352(samba_runcmd_io_handler) Oct 18 16:46:09 maxwell samba[3523]: /usr/local/samba/sbin/samba_dnsupdate: ModuleNotFoundError: No module named 'dns' Oct 18 16:46:09 maxwell samba[3523]: [2020/10/18 16:46:09.572867, 0] ../../source4/dsdb/dns/dns_update.c:86(dnsupdate_nameupdate_done) Oct 18 16:46:09 maxwell samba[3523]: dnsupdate_nameupdate_done: Failed DNS update with exit code 1 Oct 18 16:46:09 maxwell winbind...
2020 Jul 13
3
net rpc rights grant fail to connect 127.0.0.1
...3 08:58:09 dclinux samba[2146]:? ?/usr/sbin/samba_dnsupdate: > import dns.resolver > jul 13 08:58:09 dclinux samba[2146]: [2020/07/13 08:58:09.800972,? 0] > ../../lib/util/util_runcmd.c:352(samba_runcmd_io_handler) > jul 13 08:58:09 dclinux samba[2146]:? ?/usr/sbin/samba_dnsupdate: > ModuleNotFoundError: No module named 'dns' > jul 13 08:58:09 dclinux samba[2146]: [2020/07/13 08:58:09.818318,? 0] > ../../source4/dsdb/dns/dns_update.c:331(dnsupdate_nameupdate_done) > jul 13 08:58:09 dclinux samba[2146]:? * > dnsupdate_nameupdate_done: Failed > DNS update with exit code 1* &g...
2017 Sep 19
2
nVidia GT218M [GeForce 315M] issues on kUbuntu 17.04 x86-64.
Generically, yes, the hardware is supported. On Mon, Sep 18, 2017 at 11:42 PM, <ygrishin-lists at mail2.ca> wrote: > I will update the thread as soon as I get the hardware back. It was > something serious like artifacts or no video in X so that I had to resort to > proprietary drivers. > So the question is whether this hardware is supported or not. > > > On 2017-09-18
2020 Jul 06
2
failed to compile samba-4.12.5
...is deprecated python3: WARNING: The "server schannel" option is deprecated python3: Traceback (most recent call last): python3: File "/home/alex/workspace/samba-4.12.5/source4/scripting/bin/samba_dnsupdate", line 56, in <module> python3: import dns.resolver python3: ModuleNotFoundError: No module named 'dns' dnsupdate_nameupdate_done: Failed DNS update with exit code 1 [6(1757)/2659 at 5m8s, 1 errors] samba.tests.credentials [7(1794)/2659 at 5m12s, 1 errors] samba.tests.registry RWRAP_ERROR(4544) - rwrap_get_record: Opening /home/alex/workspace/samba-4.12.5/st/dns_host_fi...
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
..._handler) Nov 19 05:09:52 pluto samba[1096]: /usr/local/sbin/samba_dnsupdate: import dns.resolver Nov 19 05:09:52 pluto samba[1096]: [2020/11/19 05:09:52.104507, 0] ../../lib/util/util_runcmd.c:352(samba_runcmd_io_handler) Nov 19 05:09:52 pluto samba[1096]: /usr/local/sbin/samba_dnsupdate: ModuleNotFoundError: No module named 'dns' Nov 19 05:09:52 pluto samba[1096]: [2020/11/19 05:09:52.224499, 0] ../../source4/dsdb/dns/dns_update.c:85(dnsupdate_nameupdate_done) Nov 19 05:09:52 pluto samba[1096]: dnsupdate_nameupdate_done: Failed DNS update with exit code 1 Nov 19 05:10:00 pluto samba[1066]:...