Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install the package on MacOs #818

Closed
Pathi-rao opened this issue Apr 26, 2023 · 3 comments
Closed

Cannot install the package on MacOs #818

Pathi-rao opened this issue Apr 26, 2023 · 3 comments
Labels
type: question Request for information or clarification. Not an issue.

Comments

@Pathi-rao
Copy link

Pathi-rao commented Apr 26, 2023

Hi,
I have started my installation from this step. I have created a venv which contains python 3.11.2. For gcc, i did brew install gcc and once it's done, I did pip install google-pso-data-validator which gave an error

`
Error: pg_config executable not found.

  pg_config is required to build psycopg2 from source.  Please add the directory
  containing pg_config to the $PATH or specify the full executable path with the
  option:

      python setup.py build_ext --pg-config /path/to/pg_config build ...

  or with the pg_config option in 'setup.cfg'.

  If you prefer to avoid building psycopg2 from source, please install the PyPI
  'psycopg2-binary' package instead.

  For further information please check the 'doc/src/install.rst' file (also at
  <https://www.psycopg.org/docs/install.html>).`

I figured there might be something wrong with psycopg2, so i did pip install psycopg2 and this also gave me the same error as above. But I was not able to find any fix. I would appreciate your help in solving this

Thanks!

@helensilva14
Copy link
Contributor

Hi @Pathi-rao! Thanks for bringing this issue to us. Unfortunately we currently do not support Python 3.11, it is in our backlog (#814). Could you please try to install it with Python 3.10 and check if you still have problems?

@helensilva14 helensilva14 added the type: question Request for information or clarification. Not an issue. label Apr 26, 2023
@Pathi-rao
Copy link
Author

Hi @helensilva14
The installation is a success with python 3.10.10

Thanks again

@helensilva14
Copy link
Contributor

Great, no problem, glad to know! We hope DVT helps you, if you've other problems please open a new issue.

@helensilva14 helensilva14 closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

2 participants