I have spent the last three days trying to get Dedalus installed on my machine without success. I am very new to Linux, so I'm sure my problems are ignorance/user error, but I would very much appreciate some help. I've tried installation using the script and manually, but nothing has worked. I've deleted the files and started over a few times, so this question is specifically regarding the install script installation method.
When trying to use the install script, I encounter the following error:
---
Installing FFTW.
pip installing cython.
********************************************
FAILURE REPORT:
********************************************
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
make[1]: Leaving directory '/home/seventyxseven/dedalus/src/fftw-3.3.4/tools'
Making clean in m4
make[1]: Entering directory '/home/seventyxseven/dedalus/src/fftw-3.3.4/m4'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory '/home/seventyxseven/dedalus/src/fftw-3.3.4/m4'
install.sh: line 718: /home/seventyxseven/dedalus/bin/pip3: No such file or directory
---
I've read through several other threads on this group and saw the explanation for this error is that SSL headers must be installed, but I did run the apt-get script for the required packages. After executing the apt-get install line for the required packages, everything installed fine except for libzmq-dev, which gave me the following error:
---
Package libzmq-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
---
I've made sure my system is updated/updated, but I still get the error. I found libzmq3-dev and installed that package without a problem, but still can't get libzmq-dev, nor do I know if that's the problem with the installation.
Install log is attached. I'm so sorry if this question has been asked/answered but I greatly appreciate any help/assistance.
Colleen