-
Notifications
You must be signed in to change notification settings - Fork 347
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
Building 2.1 from source on Mac (10.15.5) #361
Comments
Thanks; I'll respond individually.
|
…em is on MacOS (and maybe Windows) this filename collides with wordshape.md, because the filesystem does not differentiate cases for the files. This is purely a QOL change for anybody checking out the library on a non-Linux platform. Fix #361. PiperOrigin-RevId: 348496513
…em is on MacOS (and maybe Windows) this filename collides with wordshape.md, because the filesystem does not differentiate cases for the files. This is purely a QOL change for anybody checking out the library on a non-Linux platform. Fix #361. PiperOrigin-RevId: 348508297
|
…em is on MacOS (and maybe Windows) this filename collides with wordshape.md, because the filesystem does not differentiate cases for the files. This is purely a QOL change for anybody checking out the library on a non-Linux platform. Fix #361. PiperOrigin-RevId: 348508297
While tracking down a bug in Tensorflow, yesterday I had to build Tensorflow Text from source (2.1 branch, happened to be at the 2.1.1 tag) and wanted to report a few surprises. These could be split into separate bugs, but since I think they're relatively minor I'm including them all in one report. My environment is MacOS 10.15.5, Homebrew Python 3.7.8 (in venv), and Bazelisk (bazel 3.4.1).
patch_tool="patch"
(switching to system patch rather than Bazel's built-in algorithm) in the ICU section of WORKSPACE to successfully build ICU. Bazel's built-in function complained "the chunk content doesn't match the target". AFAICT they did match, including whitespace and line endings, so I'm not sure what went wrong. Full error message:greadlink
. I'm actually a little surprised I didn't already have coreutils on the machine, but it's probably worth mentioning in the build instructions. Fromrun_build.sh
:docs/api_docs/python/text/WordShape.md
conflicts withwordshape.md
. I was able to ignore the problem for my needs, but it can be annoying when switching branches because Git thinks the contents of one of the two files has changed (after they bash each other on checkout).The text was updated successfully, but these errors were encountered: