From 7c673951a1044799b1a7f16d212e2499996a3149 Mon Sep 17 00:00:00 2001 From: paulzierep Date: Wed, 8 Mar 2023 10:40:54 +0100 Subject: [PATCH] Fix AttributeError bug Fix AttributeError: 'str' object has no attribute 'decode' bug pip install h5py==2.10.0 --force-reinstall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366a882..c99ccb6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ DeepMicro is a deep representation learning framework exploiting various autoenc ``` **Step 4:** Install required packages, then install tensorflow. ``` -~$ pip install --upgrade pip && pip install numpy==1.16.2 && pip install pandas==0.24.2 && pip install scipy==1.2.1 && pip install scikit-learn==0.20.3 && pip install matplotlib==3.0.3 && pip install psutil==5.6.1 && pip install keras==2.2.4 +~$ pip install --upgrade pip && pip install numpy==1.16.2 && pip install pandas==0.24.2 && pip install scipy==1.2.1 && pip install scikit-learn==0.20.3 && pip install matplotlib==3.0.3 && pip install psutil==5.6.1 && pip install keras==2.2.4 && pip install h5py==2.10.0 --force-reinstall ``` * If your machine is *not* equipped with GPU, install tensorflow CPU version ```