-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
"Warning cannot install the regex module. Unicode will not be fully supported." during installation on MacOS #3007
Comments
Take a look at #3001. YouCompleteMe will work even without the regex module. |
This is related to issue pypa/pip#4106. Relying on pip to install the regex module was definitely a bad idea. We are working on a better solution. See PR ycm-core/ycmd#1017. |
Thanks for the information. I will have a look at that thread. |
Create a file ~/.pydistutils.cfg
Now, you'll be able to install YCM with regex. |
[READY] Update ycmd Include the following changes: - PR ycm-core/ycmd#919: cache include paths; - PR ycm-core/ycmd#1013: increase Python 2 requirement to 2.7.1; - PR ycm-core/ycmd#1015: force MSVC to treat source files as UTF-8 encoded; - PR ycm-core/ycmd#1017: bundle and compile the regex module; - PR ycm-core/ycmd#1020: use `sysconfig` instead of `distutils.sysconfig` in build script. Fixes #3001. Fixes #3007. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/3010) <!-- Reviewable:end -->
It was necessary due to ycm-core/YouCompleteMe#3007 That issue has long been fixed.
Issue Prelude
Please complete these steps and check these boxes (by putting an
x
insidethe brackets) before filing your issue:
Frequently Asked Questions section.
about to report and couldn't find an answer to my problem. (Example Google
search.)
vim --version
.:YcmDebugInfo
.the
:YcmToggleLogs
command.version) I am using.
my issue, including what I expected to happen and what actually happened.
of
install.py
(orcmake
/make
/ninja
) including its invocationthat any help I receive is a selfless, heartfelt gift of their free time. I
know I am not entitled to anything and will be polite and courteous.
actually perform all of these steps.
Thank you for adhering to this process! It ensures your issue is resolved
quickly and that neither your nor our time is needlessly wasted.
Issue Details
During upgrade to the latest version now there is a warning
In order to upgrade I used the standard procedure
There should not be a warning
Diagnostic data
Output of
vim --version
vim version.
Output of
YcmDebugInfo
Contents of YCM, ycmd and completion engine logfiles
log files
OS version, distribution, etc.
MacOS High Sierra 10.13.4 (17E202)
Output of build/install commands
install log
The text was updated successfully, but these errors were encountered: