From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.2 Received: from mail.toke.dk by mail.toke.dk with LMTP id MJoQJtJ95FzwXgAAOr1fkg (envelope-from ) for ; Wed, 22 May 2019 00:38:10 +0200 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=IPQq+cnz Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 70FE8614A52 for ; Wed, 22 May 2019 00:38:07 +0200 (CEST) Received: from [::1] (port=36492 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.91) (envelope-from ) id 1hTDOY-007tR0-HL; Wed, 22 May 2019 01:38:06 +0300 Received: from out-19.smtp.github.com ([192.30.252.202]:36245) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hTDOP-007tLY-9P for flent-users@flent.org; Wed, 22 May 2019 01:38:03 +0300 Date: Tue, 21 May 2019 15:37:15 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1558478235; bh=GJL/+9l/OBDmuHm7O29fIfi+yd1rGgVNfg7A0rwPlPA=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=IPQq+cnzd6lnokLC+lgl63keEzbWxibdVhohtUVUgW3WYZsx029pHr+n3n4LSZaTf GLFoa0mN8S7lzctCa+aJCx9XGWAcLd3CNGKaZwA1LZyZ65brqgn1V8rQzUV1I16FIT O50RMnlnpNoTsa83gZxw9csPDQGRJs9+7h+dw/4A= From: rayhammerco To: tohojo/flent Message-ID: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: rayhammerco X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: [Flent-users] [tohojo/flent] Flent GUI- problems plotting output (#162) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.27 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Subscribed Content-Type: multipart/mixed; boundary="===============0302393802450170378==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============0302393802450170378== Content-Type: multipart/alternative; boundary="--==_mimepart_5ce47d9bdf8e1_74a53fc0ef8cd968203652"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5ce47d9bdf8e1_74a53fc0ef8cd968203652 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello, Im trying to run Flent on MACos and am seeing the following errors. Im hoping someone can point me in the right direction on this. Thank you. ERROR: Aborting plotting due to error: Error sending result: ''. Reason: 'AttributeError("'AxesSubplot' object has no attribute '_cachedRenderer'")' pip3 list Package Version --------------- ------- cycler 0.10.0 flent 1.2.2 kiwisolver 1.0.1 matplotlib 3.1.0 numpy 1.16.3 pip 19.0.3 pyparsing 2.4.0 python-dateutil 2.8.0 setuptools 40.8.0 six 1.12.0 wheel 0.33.1 COSML-1547213:flent user49$ flent --version Flent v1.2.2. Running on Python 3.7.3 (default, Mar 27 2019, 09:23:15) [Clang 10.0.1 (clang-1001.0.46.3)]. Using matplotlib version 3.1.0 on numpy 1.16.3. Using PyQt5 version 5.10.1. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/162 ----==_mimepart_5ce47d9bdf8e1_74a53fc0ef8cd968203652 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hello, Im trying to run Flent on MACos and am seeing the following errors. Im hoping someone can point me in the right direction on this. Thank you.

ERROR: Aborting plotting due to error: Error sending result: '<flent.plotters.BoxPlotter object at 0x118056898>'. Reason: 'AttributeError("'AxesSubplot' object has no attribute '_cachedRenderer'")'

pip3 list
Package Version


cycler 0.10.0
flent 1.2.2
kiwisolver 1.0.1
matplotlib 3.1.0
numpy 1.16.3
pip 19.0.3
pyparsing 2.4.0
python-dateutil 2.8.0
setuptools 40.8.0
six 1.12.0
wheel 0.33.1
COSML-1547213:flent user49$ flent --version
Flent v1.2.2.
Running on Python 3.7.3 (default, Mar 27 2019, 09:23:15) [Clang 10.0.1 (clang-1001.0.46.3)].
Using matplotlib version 3.1.0 on numpy 1.16.3.
Using PyQt5 version 5.10.1.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5ce47d9bdf8e1_74a53fc0ef8cd968203652-- --===============0302393802450170378== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============0302393802450170378==--