Date: Thu, 29 Mar 2018 20:14:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226461] devel/py-spyder: Fails to start Message-ID: <bug-226461-13-TIgbwXXHiN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226461-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226461-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226461-13-TIgbwXXHiN>