You are not logged in.

#1 2020-12-22 16:28:11

myrlin
Member
Registered: 2010-06-11
Posts: 300

[SOLVED] Pysolfc Fails After Recent Update

Following a recent system update, Pysolfc 2.10.1-2  is failing  with these error messages.

 Traceback (most recent call last):
  File "/usr/bin/pysol", line 36, in <module>
    from pysollib.main import main  # noqa: E402,I202
  File "/usr/lib/python3.9/site-packages/pysollib/main.py", line 30, in <module>
    from pysollib.app import Application
  File "/usr/lib/python3.9/site-packages/pysollib/app.py", line 45, in <module>
    from pysollib.options import Options
  File "/usr/lib/python3.9/site-packages/pysollib/options.py", line 40, in <module>
    import validate
ModuleNotFoundError: No module named 'validate' 

Any advice would be welcome.

Last edited by myrlin (2020-12-23 12:29:04)

Offline

#2 2020-12-22 17:33:21

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,536

Re: [SOLVED] Pysolfc Fails After Recent Update

I'd add pip as well

 $  pip search validate
ERROR: Exception:
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 216, in _main
    status = self.run(options, args)
  File "/usr/lib/python3.9/site-packages/pip/_internal/commands/search.py", line 60, in run
    pypi_hits = self.search(query, options)
  File "/usr/lib/python3.9/site-packages/pip/_internal/commands/search.py", line 80, in search
    hits = pypi.search({'name': query, 'summary': query}, 'or')
  File "/usr/lib/python3.9/xmlrpc/client.py", line 1116, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python3.9/xmlrpc/client.py", line 1456, in __request
    response = self.__transport.request(
  File "/usr/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py", line 45, in request
    return self.parse_response(response.raw)
  File "/usr/lib/python3.9/xmlrpc/client.py", line 1348, in parse_response
    return u.close()
  File "/usr/lib/python3.9/xmlrpc/client.py", line 662, in close
    raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault -32500: "RuntimeError: PyPI's XMLRPC API has been temporarily disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information.">

do it good first, it will be faster than do it twice the saint wink

Offline

#3 2020-12-23 12:26:33

myrlin
Member
Registered: 2010-06-11
Posts: 300

Re: [SOLVED] Pysolfc Fails After Recent Update

Looks like this is the same problem described in this post:
https://bbs.archlinux.org/viewtopic.php?id=261940
Thanks to everyone for the advice given there.

Offline

#4 2020-12-23 16:40:18

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,536

Re: [SOLVED] Pysolfc Fails After Recent Update

python-configobj-5.0.6-9-any.pkg downgrade has fixed mine too.


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB