Nkap23 / TensorFlow_with_Colab_tutorial

TensorFlow 2 Object Detection API with Google Colab!
MIT License
15 stars 23 forks source link

cant move past Step 9 #6

Closed IrfanAnNaufal closed 3 years ago

IrfanAnNaufal commented 3 years ago

Hi, I'm currently stuck at Step 9 which I should run !python setup.py build !python setup.py install

but i get this in return python3: can't open file 'setup.py': [Errno 2] No such file or directory python3: can't open file 'setup.py': [Errno 2] No such file or directory

How or what should i do?

Nkap23 commented 3 years ago

Hello. The core tensorflow repo was updated. They changed the location of setup.py file. I have updated the tutorial and the notebook. Try running it now.

Let me know if the issue persists.

IrfanAnNaufal commented 3 years ago

Hi Nkap23, thank you for the fast response. It's working now.