I know the answer to this one hopefully, you need to do
pipx uninstall nef-pipelines
pipx interpreter -v list
this will give you something like
pipx >(setup:924): pipx version is 1.5.0
pipx >(setup:925): Default python interpreter is ‘PYTHON-INTERPRETER-PATH/python’
Standalone interpreters are in /Users/garyt/Library/Application Support/pipx/py
wherePYTHON-INTERPRETER-PATH is the path to your python interpreter, in my case /Users/garyt/miniconda3/bin
then run
run PYTHON-INTERPRETER-PATH/pipx install --upgrade wheel setuptools
pipx install nef-pipelines
just out of interest what does PYTHON-INTERPRETER-PATH/python --version give you?
explanation some older versions of the pip package installer don’t install the library pynmrstar properly and you need to upgrade the package manager before you can install this library… this seems too be a problem on older linux versions such as centos 7 and ubuntu 22LTS I will add some blurb to the program and website to help clear this up…
Hopefully this fixes things!
regards
Gary