DeepTrackAI / DeepTrack2

DeepTrack2
MIT License
162 stars 50 forks source link

Import error #196

Closed larstornberg closed 12 months ago

larstornberg commented 12 months ago

When I try to import deeptrack I get the following error: ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.11; Detected an installation of version 2.6.2. Please upgrade TensorFlow to proceed.

I guess that I can update tensorflow myself but I just want to make sure that this won't lead to a bunch more dependency issues. Maybe you could update the requirements file to reflect the appropriate versions?

larstornberg commented 12 months ago

I think that I had an issue w python versions which made me download the wrong tf version. Sorry about that.