Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

henrywojnicki2
5,095 Pointswhy can't i install pg gem in workspaces
I was trying to install the pg gem in workspaces so I can interact with the postgre sql database. I was receiving an error saying it was unable to download. Can you please help.

henrywojnicki2
5,095 PointsI used the command "gem install pg" and I received an error saying: " ERROR: Error installing pg: ERROR: failed to build native gem extension."
I'm not sure why this happened because it fetched the gem almost immediately
1 Answer

Brandon McClelland
4,645 PointsMake sure you have POSTGRES installed in the Workspace prior to installing any gems that utilize it. I get a similar error when installing the gem straight to a fresh Workspace. In the error it mentions not being able to create the Makefile. This usually indicates the main application the gem works with is not installed properly, or that the tools needed to compile parts of the gem are not installed. Good luck!
Brandon McClelland
4,645 PointsBrandon McClelland
4,645 PointsWhat's the exact command you are using to do the install and what's the exact error message you're getting? Also, which Workspace are you using?