You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/06 06:32:38 UTC

[GitHub] [incubator-mxnet] Kongsea commented on issue #3432: OSError: /usr/lib/libgdal.so.1: undefined symbol: sqlite3_column_table_name

Kongsea commented on issue #3432: OSError: /usr/lib/libgdal.so.1: undefined symbol: sqlite3_column_table_name
URL: https://github.com/apache/incubator-mxnet/issues/3432#issuecomment-571022350
 
 
   In conda environment, run:
   ```
   make clean
   
   > rm -rf 3rdparty/
   > git checkout 3rdparty
   > git submodule update --init --recursive
   
   make -j$(nproc)
   cd python
   python setup.py install
   conda install gdal
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services