Exporting chemical shift list for TALOS+

just had a look at the pipx change log, interpreter only appeared in version 1.5.0, if yours is older than that it won’t work…

I have have a solution though

if you do
pipx uninstall nef-pipelines
pipx install nef-pipelines
nef about --verbose

you should now get version 0.1.77 and about should give you

This is NEF-Pipelines version 0.1.77

 ... text removed for brevity!


  Environment
  -----------

  Python version:   3.11.5
  Python path:      /Users/garyt/Dropbox/nef_pipelines/nef_pipelines/venv/bin/python
  Operating system: macOS-10.16

you should now at last be able to use the path listed after Python path: as PYTHON-INTERPRETER-PATH in

PYTHON-INTERPRETER-PATH/pip install --upgrade wheel setuptools

and do

pipx uninstall nef-pipelines
pipx install nef-pipelines

again

sorry this is such a pain, I will look at modifying the program to avoid this in future…