From owner-freebsd-ports-bugs@freebsd.org Thu Mar 29 20:14:38 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 104EBF73567 for ; Thu, 29 Mar 2018 20:14:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9DC2D829A6 for ; Thu, 29 Mar 2018 20:14:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D668F26E1D for ; Thu, 29 Mar 2018 20:14:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w2TKEadI087950 for ; Thu, 29 Mar 2018 20:14:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w2TKEaCW087949 for freebsd-ports-bugs@FreeBSD.org; Thu, 29 Mar 2018 20:14:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226461] devel/py-spyder: Fails to start Date: Thu, 29 Mar 2018 20:14:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: adam.day@outlook.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 20:14:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226461 adam.day@outlook.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adam.day@outlook.com --- Comment #18 from adam.day@outlook.com --- This is likely caused by the python-dateutil v2.7.0 or greater which was released on 3/18. If you downgrade python-dateutil to 2.6.1, these dependen= cy errors should go away. This is a known issue https://github.com/boto/botocore/pull/1402 Command to downgrade is: $ pip install "python-dateutil<2.7.0,>=3D2.1" Collecting python-dateutil<2.7.0,>=3D2.1 which should result in: Downloading python_dateutil-2.6.1-py2.py3-none-any.= whl (194kB) 100% |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88= =E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2= =96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96= =88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88= | 194kB 1.6MB/s=20 Requirement already satisfied: six>=3D1.5 in /usr/local/lib/python3.6/site-packages (from python-dateutil<2.7.0,>=3D2.1) Installing collected packages: python-dateutil Found existing installation: python-dateutil 2.7.2 Uninstalling python-dateutil-2.7.2: Successfully uninstalled python-dateutil-2.7.2 Successfully installed python-dateutil-2.6.1 --=20 You are receiving this mail because: You are the assignee for the bug.=