Hi Guillaume,
Thanks for the response.
I can confirm that both python 3.7.3 are being used during install and runtime.
I've check the python version during install with python --version
During runtime, I use ipython and it showed that I'm using python 3.7.3
Since I'm using it in conda environment, all the dependencies are from conda as well.
The conda environment I'm using is running on Ubuntu 20.04.1 LTS.
When I invoke which python, the output is /home/mark/anaconda3/bin/python
As for ipython, the output is /home/mark/anaconda3/bin/ipython
On the first install with the command python setup.py install --user
ModuleNotFoundError: No module named 'openmoc.openmoc'
On the second install with python setup.py install --user
ImportError: /home/mark/.local/lib/python3.7/site-packages/openmoc-0.4.0-py3.7-linux-x86_64.egg/_openmoc.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNSt7__cxx1118basic_stringstreamIcSt11char_trait
sIcESaIcEEC1Ev
Afterwards, all subsequent install suffer from the same issue.
It does seem related to swig.
Do you know when is the last working commit or branch with python 2.7 ?
Since we're using git anyway, it should not be too difficult for me to just revert to the last working commit.
regards,
Mark