Skip to content

Commit 383a1e7

Browse files
juliankotrbapakoito
authored andcommitted
Add info about a possible error (#1354)
The bundle installation fails during installation of the Ruby gem http_parser, if the path to the arrow directory contains spaces. This commit adds a note about this problem to the README.
1 parent 3218a08 commit 383a1e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/docs/arrow-docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ BUNDLE_GEMFILE=modules/docs/arrow-docs/Gemfile bundle exec jekyll serve -s modul
128128

129129
This will install any needed dependencies locally, and will use it to launch the complete website in [127.0.0.1:4000](http://127.0.0.1:4000) so you can open it with a standard browser.
130130

131+
If you should get an error while installing the Ruby gem _http_parser_, please check if the path to your Arrow directory contains spaces. According to this [issue](https://github.com/tmm1/http_parser.rb/issues/47), the installation with spaces in the path is currently not working.
131132

132133
## Blog section contribution
133134

0 commit comments

Comments
 (0)