Skip to content

Commit

Permalink
conda-install libstdcxx-ng to fix pgeof installation issue drprojects…
Browse files Browse the repository at this point in the history
  • Loading branch information
drprojects committed Jul 8, 2024
1 parent cbfa923 commit 9af049e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ echo
echo
echo "⭐ Installing Point Geometric Features"
echo
# Install libstdcxx-ng in the conda environment, to make sure pgeof
# finds its dependencies:
# https://github.com/drprojects/superpoint_transformer/issues/102
# This is a linux-only fix:
# https://stackoverflow.com/a/68845839
conda install -c conda-forge libstdcxx-ng
pip install git+https://github.com/drprojects/point_geometric_features.git

echo
Expand Down

0 comments on commit 9af049e

Please sign in to comment.