0

当我关注https://github.com/FusionAuth/fusionauth-python-client并尝试让 fusionauth-client 工作时,它无法缺少 python 模块。你能指出我正确的方向吗?

$ sudo pip3 install fusionauth-client
[sudo] heslo pro mlich:
Collecting fusionauth-client
  Downloading https://files.pythonhosted.org/packages/d6/88/da201734fb5898beb0ec34cc4dd132296f3465da85768ea1979669ef2103/fusionauth-client-1.6.0.tar.gz
Installing collected packages: fusionauth-client
  Running setup.py install for fusionauth-client ... done
Successfully installed fusionauth-client-1.6.0

$ python3
Python 3.7.0 (default, Sep 20 2018, 07:47:02) 
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from fusionauth.fusionauth_client import FusionAuthClient
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'fusionauth'

我使用 Ubuntu 16.04

4

1 回答 1

1

这个问题是最近发现的,已经解决了。您可以尝试卸载并重新安装软件包吗?

于 2019-05-30T16:18:25.793 回答