submit-paper / Danzero_plus

33 stars 7 forks source link

Asking about the configuration to run the program #3

Open StevenUST opened 11 months ago

StevenUST commented 11 months ago

I am trying to run the program and I use Ubuntu 20.04.06 as the environment. Now I am installing anaconda and other libraries such as numpy and tensorflow.

However, after I initialize a python 3.8 environment, I cannot install tensorflow 1.15.5 as it says the compatible python version is 3.7, which is not 3.8 shown in the README.md file.

So is it fine to use tensorflow with later version?

submit-paper commented 11 months ago

Well, I think as long as the functions in the code are still supported in the later version, it should be OK. If you encounter some questions, maybe you can try python 3.6 environment. We make some changes in readme file for more description of installation.