joicy / streamlit-dashboard-example

Example of app using Streamlit and data source from redfin housing market data.
0 stars 0 forks source link

where to find `https://github.com/joicy/SARS-Cov-2-Africa-dashboard` repository? #1

Open liamxg opened 2 months ago

liamxg commented 2 months ago

Dear @joicy,

Could I know where to find https://github.com/joicy/SARS-Cov-2-Africa-dashboard repository?

Thanks.

joicy commented 2 months ago

Dear Liam, this repository now is at https://github.com/CERI-KRISP/SARS-Cov-2-Africa-dashboard We also have the framework with arboviruses data at https://github.com/BIA-lab/patho-track-arbo if you are interested.

Let me know if you need anything else.

liamxg commented 2 months ago

Hi @joicy,

Thanks for your reply!

When I go to the repository at https://github.com/CERI-KRISP/SARS-Cov-2-Africa-dashboard, it has error:

conda env create -f requirements.yml
Collecting package metadata (repodata.json): failed

NotWritableError: The current user does not have write permissions to a required path.
  path: /Users/liam/opt/miniconda3/pkgs/cache/3e39a7aa.json
  uid: 501
  gid: 20

If you feel that permissions on this path are set incorrectly, you can manually
change them by executing

  $ sudo chown 501:20 /Users/liam/opt/miniconda3/pkgs/cache/3e39a7aa.json

In general, it's not advisable to use 'sudo conda'.