Skip to content

Commit

Permalink
Work around pypa/setuptools#3278
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Jan 22, 2023
1 parent e9e0bd5 commit aaaa69d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ install_drc_sim() {
rm -rf ${drc_dir} &> /dev/null || return 1
mkdir ${drc_dir} &> /dev/null || return 1
cp -R "${cur_dir}/." "${drc_dir%/*}" &> /dev/null || return 1
# Work around https://github.com/pypa/setuptools/issues/3278
export SETUPTOOLS_USE_DISTUTILS=stdlib
# Install python dependencies
echo "Installing setuptools"
${python} -m pip install setuptools &> /dev/null || return 1
Expand Down

0 comments on commit aaaa69d

Please sign in to comment.