dnvgl / qats

Python library and GUI for efficient processing and visualization of time series.
MIT License
38 stars 10 forks source link

Fatal Error in Launcher #75

Closed ArazPishdad closed 4 years ago

ArazPishdad commented 4 years ago

Hello,

I have just installed the GUI. However I am getting an error called Fatal Error in Launcher! The error mentions Unable to Create Process.

It would be highly appreciated if you could possibly provide me with some advise on the issue.

Thanks very much in advance.

Best Regards

eneelo commented 4 years ago

Hi, We will advise if possible, however some more details would be needed to do so. At which stage did it fail? When trying to launch the GUI? What is the detailed error message?

ArazPishdad commented 4 years ago

Hi,

Thanks very much for your prompt response.

The error happens when I try to launch the GUI. Below is a snapshot of the error:

QATS_GUI

eneelo commented 4 years ago

Hi, It puzzles me a bit, I haven't experienced this one before. This is somewhat a longshot, but I would suggest that you create a new, fresh conda environment and install qats there to see if it helps. Command line commands (with py37qats as the environment name):

  1. conda create -n py37qats python=3.7
  2. conda activate py37qats
  3. python -m pip install qats (basically the same as pip install qats but slightly more robust)
  4. python -m pip install pyqt5
  5. qats app

How does it look then?

ArazPishdad commented 4 years ago

Hi,

Thanks very much for your instructions, it's working now.

How could I use qats for fatigue analysis?

eneelo commented 4 years ago

Hi,

Thanks very much for your instructions, it's working now.

How could I use qats for fatigue analysis?

That's good to hear. The fatigue calculation example should get you started on fatigue analysis: https://qats.readthedocs.io/en/latest/examples.html#calculate-fatigue-damage-in-mooring-lines