data-cleaning-101 icon indicating copy to clipboard operation
data-cleaning-101 copied to clipboard

Package installation

Open BatV3 opened this issue 6 years ago • 2 comments

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.

BatV3 avatar Jan 15 '19 19:01 BatV3

Hi,

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

-katharine

kjam avatar Feb 17 '19 16:02 kjam

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.

AhemdMahmoud avatar Sep 02 '23 14:09 AhemdMahmoud