Ubuntu – Error : ModuleNotFoundError: No module named 'packaging
I am trying to run this repository: https://github.com/facebookresearch/CodeGen I tried running it on both Windows and Ubuntu, but I am facing same error in both when I run this command present in install_env.sh. pip install -v --disable-pip-version-check --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext"…