microsoft / tensorflow-directml-plugin

DirectML PluggableDevice plugin for TensorFlow 2
Apache License 2.0
179 stars 23 forks source link

ERROR: Could not find a version that satisfies the requirement tensorflow-directml-plugin (from versions: none) #358

Closed Swaggy23 closed 1 year ago

Swaggy23 commented 1 year ago

ERROR: Could not find a version that satisfies the requirement tensorflow-directml-plugin (from versions: none when i try to install

NateAGeek commented 1 year ago

Same here...

mmalek06 commented 1 year ago

And here...

maggie1059 commented 1 year ago

Hi @Swaggy23, @NateAGeek, @mmalek06, Are you seeing this when installing the plugin from PyPI (i.e. pip install tensorflow-directml-plugin) in a clean environment? I'm unable to repro this locally-- if anyone has output/error logs they can share with more info I can take a look!

NateAGeek commented 1 year ago

I think it is due to using Python 3.11, I ended up using the current PR for updating the versioning and it worked.

maggie1059 commented 1 year ago

Thanks for the update @NateAGeek! Python 3.11 support was added for TF 2.12, which isn't in the official PyPI release for our plugin yet, so if anyone else was using a python 3.11 environment, please switch to python 3.7-3.10 until the next version of the plugin is released.