TypeError: 'NoneType' object is not callable

Installing and setting up FaceSwap


Forum rules

Read the FAQs and search the forum before posting a new topic.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
doesnotmatter
Posts: 1
Joined: Fri Aug 28, 2020 2:24 pm

TypeError: 'NoneType' object is not callable

Post by doesnotmatter »

Code: Select all

Setting Faceswap backend to AMD
Traceback (most recent call last):
  File "C:\Users\User\faceswap/faceswap.py", line 5, in <module>
    from lib.cli import args
  File "C:\Users\User\faceswap\lib\cli\args.py", line 21, in <module>
    _GPUS = GPUStats().cli_devices
  File "C:\Users\User\faceswap\lib\gpu_stats.py", line 76, in __init__
    self._initialize(log)
  File "C:\Users\User\faceswap\lib\gpu_stats.py", line 164, in _initialize
    self._plaid = plaidlib(log_level=loglevel, log=log)
TypeError: 'NoneType' object is not callable

Can someone help me please?

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 623 times

Re: TypeError: 'NoneType' object is not callable

Post by torzdf »

It looks like plaidml Didn't get installed properly.

Please follow these steps:
app.php/faqpage#f1r1

And try again.

If you still have issues, please also provide some more information about your setup.

My word is final

Locked