AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
178 stars 70 forks source link

BUGFIX: fixed case change bug in the name of the disease #95

Closed fccoelho closed 2 years ago

MargaridaS commented 2 years ago

Hi @fccoelho

Sorry for reopening this issue. When running the command pip3 install -U git+https://github.com/AlertaDengue/PySUS.git@94-sinan-disease-not-detected, the next error appears:

Collecting git+https://github.com/AlertaDengue/PySUS.git@94-sinan-disease-not-detected
  Cloning https://github.com/AlertaDengue/PySUS.git (to revision 94-sinan-disease-not-detected) to /tmp/pip-req-build-8hsv2ii8
  Running command git clone --quiet https://github.com/AlertaDengue/PySUS.git /tmp/pip-req-build-8hsv2ii8
  WARNING: Did not find branch or tag '94-sinan-disease-not-detected', assuming revision or ref.
  Running command git checkout -q 94-sinan-disease-not-detected
  error: pathspec '94-sinan-disease-not-detected' did not match any file(s) known to git.
  error: subprocess-exited-with-error

  × git checkout -q 94-sinan-disease-not-detected did not run successfully.
  │ exit code: 1
  ╰─> See above for output.

Do you know if this error could this be solved?

Thanks a lot in advance.

Margarida

fccoelho commented 2 years ago

No problem @MargaridaS ,

this error is because this branch has already been closed as the fix has been merged into the master branch.

So now you can install it with the following command:

pip3 install -U git+https://github.com/AlertaDengue/PySUS.git

We hope to have a new release on PyPI soon.