B
B
bwylla2020-05-18 16:51:00
Python
bwylla, 2020-05-18 16:51:00

Why is Python 3.8 not found when installing psycopg?

I install the psycopg adapter using the command

docker-compose exec web pipenv install psycopg2-binary==2.8.5

and results in an error like:
Warning: Python 3.8 was not found on your system…
You can specify specific versions of Python with:
  $ pipenv --python path/to/python

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem, 2020-05-19
@ulkoart

publish the dockerfile of the web service. It must start with FROM python:3.8

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question