ukaea / parallel-preprocessor

Parallel-preprocessor: a prototype of parallel CAE geometry preprocessing framework
Other
19 stars 10 forks source link

errors when running geompipline #2

Closed shimwell closed 3 years ago

shimwell commented 3 years ago

When trying to use the geomPipeline.py in ubuntu 18.04 Conda env I get an error and was wondering

Screenshot from 2020-10-07 14-58-36

I have tried installing additional software sudo apt-get install libstdc++6 but this has not helped

Here are the commands I used to install and run the PPP

sudo add-apt-repository -y ppa:freecad-maintainers/freecad-stable
sudo apt update
sudo install -y freecad
sudo apt-get install -y libtbb2 libocct-foundation-7.3  libocct-data-exchange-7.3  libocct-modeling-data-7.3 libocct-modeling-algorithms-7.3  libocct-ocaf-7.3
wget https://github.com/ukaea/parallel-preprocessor/releases/download/dev/parallel-preprocessor-0.3-dev_ubuntu-20.04.deb
sudo dpkg -i parallel-preprocessor-0.3-dev_ubuntu-20.04.deb 
geomPipeline.py config.json
/home/jshim/anaconda3/bin/python /usr/bin/geomPipeline.py config.json
qingfengxia commented 3 years ago

the package you downloaded is for ubuntu 20.04, there is another one ubuntu 18.04 https://github.com/ukaea/parallel-preprocessor/releases/download/dev/parallel-preprocessor-0.3-dev_ubuntu-18.04.deb

Currently C-extension ppp is optionally, it means you should be able to use conda python to run geomPipeline.py

qingfengxia commented 3 years ago

but there is still some other issues, some unit test failed, I had made some big refactoring recently, move files around.

shimwell commented 3 years ago

Ah sorry for my silly mistake, retrying with version for 18.04 :-)