Senaite Health Version Compatibility- How do I install senaite.health?

How do I install senaite.health with plone v5.2.9?

While trying to install senaite.health, I get this error message:

While:
  Installing instance.
Error: There is a version conflict.
We already have: senaite.lims 2.3.0
but senaite.health 1.2.5 requires 'senaite.lims<1.4.0'.

I belive it is pointing me to a disconnect in the versions of plone, lims and health that I have installed. Here is a longer version of the error message:

(senaite) senaite@knh-micropath-senaite:~/senaitelims$ bin/buildout 
Uninstalling unifiedinstaller.
Uninstalling zopepy.
Uninstalling zopescripts.
Uninstalling backup.
Uninstalling repozo.
Uninstalling instance.
Unused options for buildout: 'deprecation-warnings'.
Installing instance.
Getting distribution for 'senaite.health'.
WARNING: The easy_install command is deprecated and will be removed in a future version.
Got senaite.health 1.2.5.
Getting distribution for 'senaite.panic<1.2.0'.
WARNING: The easy_install command is deprecated and will be removed in a future version.
Got senaite.panic 1.0.1.
Version and requirements information containing senaite.lims:
  Base installation request: 'Plone', 'Pillow', 'simplejson', 'senaite.lims', 'senaite.health', 'plone.recipe.zope2instance'
  Requirement of senaite.health: senaite.lims<1.4.0
  Requirement of senaite.health: senaite.lims>=1.3.5
  Requirement of senaite.lims: setuptools
  Requirement of senaite.lims: senaite.jsonapi==2.3.0
  Requirement of senaite.lims: senaite.impress==2.3.0
  Requirement of senaite.lims: senaite.app.supermodel==2.3.0
  Requirement of senaite.lims: senaite.app.spotlight==2.3.0
  Requirement of senaite.lims: senaite.app.listing==2.3.0
  Requirement of senaite.lims: senaite.core==2.3.0
  Requirement of senaite.lims: Plone==5.2.9
  Requirement of senaite.panic<1.2.0: senaite.lims>=1.3.4
While:
  Installing instance.
Error: There is a version conflict.
We already have: senaite.lims 2.3.0
but senaite.health 1.2.5 requires 'senaite.lims<1.4.0'.

Finally, here are the eggs and versions info you might find important in helping me figure out how to pull through:

eggs =
    Plone
    simplejson
    senaite.lims
[versions]
# other pins not in plone
plone.recipe.unifiedinstaller = 5.2b1
buildout.sanitycheck = 1.0.2
collective.recipe.backup = 4.1.0

# only for Windows
nt-svcutils = 2.13.0

Hi @wwangwe,

the senaite.health add-on is discontinued for SENAITE 2.x, therefore the message:

senaite.health 1.2.5 requires 'senaite.lims<1.4.0'

You can use the senaite.patient add-on if you need to manage patients only.

Best regards
Ramon

1 Like

Thank You, @ramonski!