QT error on Ubuntu 20.04

Hi Jo,

sorry to hear you are having issues running 3.0.4
I have attached a .zip containing the scripts required to install/compile the dependencies.

Download the scripts.zip to your 3.0.4 folder ~/software/ccpnmr3.0.4 and unzip.
It should add a folder called Internal

from a terminal, navigate into the folder with

cd internal/scripts

There are a list of bash scripts in here. The main one you need is installMiniconda.sh

The environment we use is called Miniconda which supplies the specific python and its dependencies.
To run the script, type

./installMiniconda.sh

and follow the questions.
It will ask to download and install miniconda3 to your home directory as ~/miniconda3
and then create the environment by downloading the required files.

There will be a series of questions:

Do you want to download/install the latest Miniconda?

answer y, or n if you already have the ~/miniconda3 folder

Do you wish the installer to prepend the Miniconda install
location to PATH in your ~/.bash-profile?


answer y the first time (you can run the script as many times as needed) to add ~/miniconda3/bin to your PATH

Do you want to install a new environment?

answer y the first time, or if you want to replace it. answer n if you only want to change the symbolic link (the next step)
This will create ~/miniconda3/envs/ccpn-v3.0.4 which is the python environment.

Do you want to create symbolic link?

answer y to replace the miniconda folder in the AnalysisV3 folder to point to the new environment folder above,
in your case ~/software/ccpnmr3.0.4/miniconda

Before following the last step below, check if the program is working with the new environment, open a new terminal, and run

~/software/ccpnmr3.0.4/bin/assign

Finally, if the above step has worked, from the internal/scripts folder again, run

./compileCCode.sh

to compile the last bits of C code, I have not fully checked this last step on Ubuntu 20.04 yet though

Sorry this seems long, but hopefully that describes the steps you need
Kindest regards
Ed

[attachment=77]