1

I'm trying to setup gitlab ci pipeline, but the build task always failed because psycopg2-binary.

I did some googling and found that switch between 2.7.x and 2.8.x will be fine, but not luck for me.

However, docker-compose working fine when building on local machine.

Anyone please help!

enter image description here

Kimsea Sok
  • 140
  • 2
  • 13

1 Answers1

0

Use python:3.7 as image, that worked for me

Egor Matveev
  • 101
  • 1
  • 2