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

Error installing zendesk_apps_tools #343

Open
rafaelsandroni opened this issue Jul 9, 2020 · 5 comments
Open

Error installing zendesk_apps_tools #343

rafaelsandroni opened this issue Jul 9, 2020 · 5 comments

Comments

@rafaelsandroni
Copy link

rafaelsandroni commented Jul 9, 2020

Hi! I can' install zendesk_apps_tools with gem.

zendesk_tools and zendesk_api work well but zendesk_apps_tools not.

Trying to install I get above error:


sudo gem install zendesk_apps_tools
Building native extensions. This could take a while...
ERROR:  Error installing zendesk_apps_tools:
	ERROR: Failed to build gem native extension.

    current directory: /var/lib/gems/2.7.0/gems/eventmachine-1.2.7/ext
/usr/bin/ruby2.7 -I /usr/lib/ruby/2.7.0 -r ./siteconf20200709-15741-1553hej.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

You might have to install separate package for the ruby development
environment, ruby-dev or ruby-devel for example.

extconf failed, exit code 1

Gem files will remain installed in /var/lib/gems/2.7.0/gems/eventmachine-1.2.7 for inspection.
Results logged to /var/lib/gems/2.7.0/extensions/x86_64-linux/2.7.0/eventmachine-1.2.7/gem_make.out

I'm missing anything from ruby or gem setup?

@rafaelsandroni
Copy link
Author

And also another question, I'm researching to develop an app to tag automatically tickets and chat from Zendesk Chat. Is zendesk_apps_tools the best way to do this? What you recommend?

@gabe-haff-io
Copy link

Try running the below and then installing the Zendesk app tools:
sudo apt-get install ruby-all-dev
sudo apt-get update

@KuhnDom
Copy link

KuhnDom commented Dec 13, 2021

I am experiencing the same issue using bash and Ubuntu in Windows 10. Your suggestion @gabe-haff-io did not solve it for me. What else could I try?

@ComradeBaz
Copy link

Hi - I'm also facing the same issue

@naigu
Copy link

naigu commented Oct 23, 2022

Try running the below and then installing the Zendesk app tools: sudo apt-get install ruby-all-dev sudo apt-get update

thx it solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants