-
Notifications
You must be signed in to change notification settings - Fork 750
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
Failed to build lanms-neo while installing MMOCR #1263
Comments
Here's the error log for your reference
|
Could you try upgrading your MSVC to 19.xx? Our local compilation succeeded at this version. |
Can you guide me how I could upgrade it as I can't get it what you are trying to say. My Microsoft Visual C++ distribution is of version 14.xx |
Sorry for the confusion, I'm not an expert on Windows. 19.xx is the version of MSVC compiler instead of MSVC. Our unit test shows that the compilation succeeded at Windows 2022. According to the specs (https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md), you might try to upgrade your MSVC to 14.32.31332 for a successful compilation. |
Thanks It is working but while running the program, I get another error! Which is mentioned below:-
|
It's because pip uninstall mmcv-full
pip uninstall mmcv
pip install -U openmim
mim install mmcv-full which should address your issue. |
Thanks I have installed the mmcv-full package and it's working but while executing my program, I am getting an error which is related to installation I guess
Error Log:
|
If you installed |
Thank you @gaotongxiao, the issue has been resolved! |
I tried installing mmocr in every possible but I get this error stating that
When I install it in google colab its working but not in my windows system.
The text was updated successfully, but these errors were encountered: