Closed ickc closed 3 years ago
recipe to produce this problem that backport.csv is installed in Python 3:
$ conda create -n testing python=3 -y
$ pip install pantable
Collecting pantable
Using cached pantable-0.11.1-py3-none-any.whl
Collecting backports.csv (from pantable)
Using cached backports.csv-1.0.5-py2.py3-none-any.whl
Collecting panflute>=1.8.2 (from pantable)
Using cached panflute-1.10.6-py3-none-any.whl
Collecting shutilwhich (from panflute>=1.8.2->pantable)
Collecting future (from panflute>=1.8.2->pantable)
Collecting pyyaml (from panflute>=1.8.2->pantable)
Installing collected packages: backports.csv, shutilwhich, future, pyyaml, panflute, pantable
Successfully installed backports.csv-1.0.5 future-0.16.0 panflute-1.10.6 pantable-0.11.1 pyyaml-3.12 shutilwhich-1.1.0
Note that Collecting backports.csv (from pantable)
.
@reenberg, do you have an idea why the backports.csv is installed under Python 3?
We don't support Python 2 now.
Dump of the error for further investigation.
Note that while installing in a conda, python3 env., backport.csv is still installed.
And note the final error about setuptools