Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECPy requires Python '>=3' but the running Python is 2.7.12 #29

Closed
mandelmonkey opened this issue Feb 15, 2018 · 4 comments
Closed

ECPy requires Python '>=3' but the running Python is 2.7.12 #29

mandelmonkey opened this issue Feb 15, 2018 · 4 comments

Comments

@mandelmonkey
Copy link

Readme specifies to use python 2.7 however it wont install ledgerblue
I used python 3.5 to install but having issues when installing the icon on the blue-app-btc

which python should be used?

@couillardcharles
Copy link

you can try to run pip install ECPy==0.8.1 before

@NicolasDorier
Copy link
Contributor

Same issue, followed by,

PS C:\Users\NicolasDorier\Documents\Sources\Ledger\ledgerapps\blue-app-btc> pip install ECPy==0.8.1
Traceback (most recent call last):
  File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "c:\python27\lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "C:\Python27\Scripts\pip.exe\__main__.py", line 5, in <module>
  File "c:\python27\lib\site-packages\pip\__init__.py", line 45, in <module>
    from pip.vcs import git, mercurial, subversion, bazaar  # noqa
  File "c:\python27\lib\site-packages\pip\vcs\mercurial.py", line 9, in <module>
    from pip.download import path_to_url
  File "c:\python27\lib\site-packages\pip\download.py", line 37, in <module>
    from pip.utils.ui import DownloadProgressBar, DownloadProgressSpinner
  File "c:\python27\lib\site-packages\pip\utils\ui.py", line 57, in <module>
    _BaseBar = _select_progress_class(IncrementalBar, Bar)
  File "c:\python27\lib\site-packages\pip\utils\ui.py", line 50, in _select_progress_class
    six.text_type().join(characters).encode(encoding)
LookupError: unknown encoding: cp65001

@mandelmonkey
Copy link
Author

latest python loader works for me using pip install ECPy==0.8.1

@ops-gaurav
Copy link

You can use aliyun-python-sdk-core-v3 to solve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants