AttributeError:模块“ tensorflow”在syft导入中没有属性“ __version__”

时间:2020-11-03 18:17:36

标签: python tensorflow attributeerror

我正在尝试导入syft,但弹出以下错误

Traceback (most recent call last):

  File "<ipython-input-5-281ee5c8ca5f>", line 1, in <module>
    import syft as sy

  File "C:\Users\neeraj bansal\Downloads\syft-0.2.9\syft-0.2.9\syft\__init__.py", line 7, in <module>
    from syft import dependency_check

  File "C:\Users\neeraj bansal\Downloads\syft-0.2.9\syft-0.2.9\syft\dependency_check.py", line 10, in <module>
    if LooseVersion(tensorflow.__version__) < LooseVersion("2.0.0"):    
**AttributeError: module 'tensorflow' has no attribute '__version__'**

我安装了最新的tensorflow版本

0 个答案:

没有答案