I am experiencing an error when I try to install mgltools. The error says that the “gzip module is not available”, even though I have the gzip.pyc file.
User Changed status to publish November 23, 2024
Download the correct file, either mgltools_i86Linux2_1.5.6.tar.gz or mgltools_x86_64Linux2_1.5.6.tar.gz and use the following commands to untar and install it.
$ tar xvzf mgltools_x86_64Linux2_1.5.6.tar.gz
$ cd mgltools_x86_64Linux2_1.5.6
$ ./install.sh -d /DESTINATION/DIR/
User Changed status to publish November 23, 2024