EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
241 stars 65 forks source link

Issues with setup.py for pip >=10 #15

Closed akosv closed 6 years ago

akosv commented 6 years ago

Hello,

A quick note. I had to change the following two import statements:

1) from pip.req import parse_requirements -> from pip._internal.req import parse_requirements 2) from pip.download import PipSession # pylint:disable=E0611 -> from pip._internal.download import PipSession # pylint:disable=E0611

in setup.py to make it work with pip v10.0.1

Thanks.

EtienneCmb commented 6 years ago

Hi @akosv , thanks for the feedback. Do you think you can propose a PR to fix it?

Thanks,

EtienneCmb commented 6 years ago

This issue should be solved. See c317c5f26ecf2a38dfa02fbd3805751388897ae3 and 6008f8b21ebdd5c447d7e959832824018d53ae5e