`Import error: cannot import name 'tsp' from 'gepard.external'`: Compiling the tsp module has failed. Try compiling again or use a pre-compiled module.
`Import error: cannot import name 'tsp' from 'gepard.external'`: The tsp module has not been compiled (properly). Try compiling again or use a pre-compiled module.
`error: command 'gcc' failed with exit status 1` (Linux): Your system's C-compiler, `gcc`, is not installed or not up to date. Install the corresponding packages or update your system and try again.
`error: command 'gcc' failed with exit status 1` (Linux): Your system's C-compiler, `gcc`, is not installed or not up to date. Install the corresponding packages or update your system and try again.
\ No newline at end of file
If that doesn't work, the issue might be Anaconda not linking to the external gcc compiler. Try again after installing the Anaconda compiler with:
```
conda install gcc_linux-64
```
## Errors related to Gepard operation
`no module named gepard`: Please make sure thet you are attempting to start Gepard from it's parent folder, i.e. the location containing the folder "gepard".