[Bug 226461] devel/py-spyder: Fails to start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 29 20:14:38 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226461

adam.day at outlook.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adam.day at outlook.com

--- Comment #18 from adam.day at 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 dependency
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,>=2.1"
Collecting python-dateutil<2.7.0,>=2.1

which should result in: Downloading python_dateutil-2.6.1-py2.py3-none-any.whl
(194kB)
    100% |████████████████████████████████| 194kB 1.6MB/s 
Requirement already satisfied: six>=1.5 in
/usr/local/lib/python3.6/site-packages (from python-dateutil<2.7.0,>=2.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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list