rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.6k stars 254 forks source link

fix installation for python 2 #120

Closed uweschmitt closed 5 years ago

uweschmitt commented 6 years ago
for Python 2 the dependency  on IPython must be restricted to
IPython < 6 as from IPython 6 on only Python 3 is supported.
This breaks "pip install line_profiler" for Python 2 unless a suitable
IPython version is already locally installed.
caethan commented 5 years ago

The plan is to remove the hard dependency on IPython for install at all.