rcvis icon indicating copy to clipboard operation
rcvis copied to clipboard

Installation requirements

Open iankevinmcdonald opened this issue 2 years ago • 0 comments

I figured I should post what I needed to install to get it working, in case it's worth including in docs.

Installing on WSL Ubuntu, I'm finding another couple of things I need to make sure are there, in addition to the two you mention.

  • curl-config
  • pg_config

I suspect that source compilation is not the only way to finish "Building wheel for pycurl", but it was the first route suggested, so I took it. I had to install these packages.

  • gcc
  • libcurl4-openssl-dev
  • libcurl4-gnutls28-dev
  • libpq-dev
  • python3-dev

iankevinmcdonald avatar Nov 16 '22 21:11 iankevinmcdonald