can't setup the requirements.txt
Hi, when I ran pip3 install -r requirements.txt in my anaconda ,an error showed up and I can't do anything moreover.
what could I do ?
@b856741 can you check your python version? is it 3.7?
Also if you are not using a non-gpu setup you can try with
tensorflow==1.15.4 on Python3.7
Hi,Thanks for replying. my python version is 3.9.12 does it cause the problem?
Can you try with 3.7 and with the following requirements
numpy
scipy
tensorflow==1.15.4
Pillow
matplotlib
jupyter
tqdm
@b856741 were you able to sort the issue?
sorry for late reply,I was busy and didn't try it 在 2022年11月17日 星期四 下午07:42:45 [GMT+8], Chamath @.***> 寫道:
@b856741 were you able to sort the issue?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
If you have tensorflow==1.15.4 on Python3.7 (upto 3.7.9) it should work.