Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#55198 - [pgadmin4] 1.6-2 pgadmin4-server misses a dependency
Attached to Project:
Community Packages
Opened by RoundCube (RoundCube) - Saturday, 19 August 2017, 13:12 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 04 September 2017, 19:49 GMT
Opened by RoundCube (RoundCube) - Saturday, 19 August 2017, 13:12 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 04 September 2017, 19:49 GMT
|
DetailsSeems like pgadmin4-server misses a dependency:
Traceback (most recent call last): File "web/pgAdmin4.py", line 56, in <module> app = create_app() File "/usr/lib/pgadmin4/web/pgadmin/__init__.py", line 291, in create_app driver.init_app(app) File "/usr/lib/pgadmin4/web/pgadmin/utils/driver/__init__.py", line 40, in init_app DriverRegistry.load_drivers() File "/usr/lib/pgadmin4/web/pgadmin/utils/driver/registry.py", line 88, in load_drivers module = import_module(module_name) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/usr/lib/pgadmin4/web/pgadmin/utils/driver/psycopg2/__init__.py", line 28, in <module> from pgadmin.utils.crypto import decrypt File "/usr/lib/pgadmin4/web/pgadmin/utils/crypto.py", line 15, in <module> from Crypto import Random File "/usr/lib/pgadmin4/venv/lib/python3.6/site-packages/Crypto/Random/__init__.py", line 29, in <module> from Crypto.Random import _UserFriendlyRNG File "/usr/lib/pgadmin4/venv/lib/python3.6/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 38, in <module> from Crypto.Random.Fortuna import FortunaAccumulator File "/usr/lib/pgadmin4/venv/lib/python3.6/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", line 39, in <module> from . import FortunaGenerator File "/usr/lib/pgadmin4/venv/lib/python3.6/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", line 35, in <module> from Crypto.Util import Counter File "/usr/lib/pgadmin4/venv/lib/python3.6/site-packages/Crypto/Util/Counter.py", line 59, in <module> from Crypto.Util import _counter ImportError: cannot import name _counter |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Monday, 04 September 2017, 19:49 GMT
Reason for closing: Works for me
Additional comments about closing: This is packaged within the venv, and Crypto.Util.Counter should absolutely be able to import Crypto.Util._counter
Monday, 04 September 2017, 19:49 GMT
Reason for closing: Works for me
Additional comments about closing: This is packaged within the venv, and Crypto.Util.Counter should absolutely be able to import Crypto.Util._counter