-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensorflow not included in requirements #49
Comments
Same here. Looks like it was an unfinished attempt to support Python 3.8?! |
Thanks for sharing this issue! I hope you managed to make it work in the meantime, but I will look into this later. If you have a general solution, a PR would be welcome as well! |
@madelonhulsebos I would strongly recommend making use of pipenv or Poetry. Primarily because it makes it easy to track the dependencies the project actually needs while still pinning the versions of all transitive dependencies. This makes it easy to update dependencies while still maintaining a consistent set of versions. |
Thanks @michaelmior, I manage the packages as in the |
My point is that |
https://github.com/mitmedialab/sherlock-project/pull/29/files Addresses this part. |
In the Python 3.8 requirements file, Tensorflow is not included. Furthermore, it doesn't appear that there's a version of Tensorflow that is compatible with all the other packages that are listed there. Switching to something like Pipenv or Poetry would likely make such things much easier to manage.
The text was updated successfully, but these errors were encountered: