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

Package installation #2

Open
BatV3 opened this issue Jan 15, 2019 · 2 comments
Open

Package installation #2

BatV3 opened this issue Jan 15, 2019 · 2 comments

Comments

@BatV3
Copy link

BatV3 commented Jan 15, 2019

Hi
I'm trying to install packages via pip install -r install_reqs.txt, but i get Runtime error:
RuntimeError:
Please set the ICU_VERSION environment variable to the version of
ICU you have installed.

@kjam
Copy link
Owner

kjam commented Feb 17, 2019

Hi,

Did you try installing PyICU? How to install depends on your distribution, see more here: https://pypi.org/project/PyICU/

-katharine

@AhemdMahmoud
Copy link

AhemdMahmoud commented Sep 2, 2023

Hi< ,
i found solution for this 👍 On Windows:

  • Open the Start menu and search for "Environment Variables" or "Edit the system environment variables" and click on the result that appears.
  • In the System Properties window, click the "Environment Variables" button.
  • In the Environment Variables window, under the "User variables" or "System variables" section (depending on whether you want the variable to be available only for your user or system-wide), click the "New" button.
  • In the "Variable name" field, enter ICU_VERSION.
  • In the "Variable value" field, enter the version of ICU you have installed. For example, if you have ICU version 68.2, you would enter 68.2.
  • Click "OK" to save the environment variable.
  • Close any open command prompt windows and reopen them for the changes to take effect.

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

3 participants