You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to install postgresql prior to installing hgvs due to psycopg2 failing to compile. I'm not sure if this is a code or doc bug. It was simply fixed by using Homebrew:
Original comment byReece Hart (Bitbucket: reece, GitHub: reece):
I agree that this is not ideal. We will soon provide a REST interface to eliminate this dependency. Please monitor #199 for progress if you wish. Marking this ticket as wontfix (but will!).
Originally reported by: Kevin Jacobs (Bitbucket: bioinformed, GitHub: bioinformed)
I needed to install postgresql prior to installing hgvs due to psycopg2 failing to compile. I'm not sure if this is a code or doc bug. It was simply fixed by using Homebrew:
brew install postgresql
The text was updated successfully, but these errors were encountered: