FATE icon indicating copy to clipboard operation
FATE copied to clipboard

FATE can it be installed and run in the environment of python3.7?

Open Averryjj opened this issue 3 years ago • 2 comments

Does FATE work on environments with python version greater than 3.7? Is python3.6.5 mandatory for python version?

Averryjj avatar Aug 22 '22 03:08 Averryjj

Yes, both python3.6 & 3.7 are supported in Fate's version < 1.9.0. But in fate v1.9.0 or later, python will be upgraded to python3.8+

mgqa34 avatar Aug 22 '22 09:08 mgqa34

Hello @mgqa34,

I don't have any software engineering background, and I am having difficulties getting FATE started. I followed the standalone-docker deployment guide and executed docker container, but I am not sure how to run the example scripts within the container. I tried to open a Jupyter environment and run the files, but the Jupiter server does not work.

I tried to run below commands, but the Jupyter server cannot be found. Could you tell me how you open Jupyter notebook within the docker container?

$ pip install notebook fate-client $ jupyter notebook --ip=0.0.0.0 --port=20000 --allow-root --debug --no-browser --NotebookApp.token='' --NotebookApp.password=''

amyseoj1 avatar Aug 23 '22 16:08 amyseoj1