roboflow / tao-toolkit-with-roboflow

1 stars 0 forks source link

Installation disables Jupyter Notebook #1

Open kwayne-08 opened 4 months ago

kwayne-08 commented 4 months ago

After cloning the Roboflow + NVIDIA TAO Toolkit and beginning to run the Notebook file, I got to the 2nd cell which installs nvidia-tao & roboflow and the process reported a conflict with the chardet module wanting to down grade that module from the 4.0.0 version I had installed to 3.0.4. When I attempted to reload the file to continue running it, Jupyter Notebook would not function, reporting that it could not find six.moves module. There was no work-around I could find that worked.

Since I installed the notebook in a virtual environment I deleted the venv, created a new one and re-installed jupyter. Now the notebook is running again, and I hope I can skip the second cell and everything will proceed well.

AnanthVivekanand commented 4 months ago

Hey! Thanks for making the issue. I took a look and I'm running into a similar problem with the dependencies but I think I get around it by using python version 3.10. Could you try making a venv with python 3.10 and trying that? Let me know how it goes!