Unlisted dependancy psycopg2
See original GitHub issueTrying to use drf-extra-fields
after being installed with just pip install drf-extra-fields
fails because psycopg2
in not listed in requirements.txt
(psycopg2
is used as an import in your fields.py
file). After manually installing psycopg2
from pip it all works fine.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:16 (12 by maintainers)
Top Results From Across the Web
Build-dependencies for psycopg2 could not be satisfied
Done The following packages have unmet dependencies: libpq-dev : Depends: libkrb5-dev but it is not going to be installed Depends: comerr-dev ...
Read more >Runtimes - IBM Cloud Docs
\n While other Python packages might be part of the runtime, they are included only as indirect dependencies of the other listed packages....
Read more >Evaluating the Executability of Python Code Snippets on GitHub
Unlisted or unknown dependencies. Developers reported several instances where they had difficulty determining the provenance of a dependency. 1. Git clone basic ...
Read more >Release 3.2.3-dev Indico Team
version of the PostgreSQL client library (psycopg2): ... First of all, you will need to install some dependencies so that all TeX formats ......
Read more >ELBA-2021-14423 - linux.oracle.com
remove dependency on python3-configparser [1.93-1] ... --unlisted-on-hp option add for create/modify commands of copr-cli ... require python-psycopg2
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@gabn88 I’ve merged the PR to master. I will try this on one of our active projects and take a new release later next week if everything goes well.
Agreed, there is an active PR to fix the issue.