You are not logged in.
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
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 ![]()
Offline
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
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 ![]()
Offline