Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

0.10.0 fails to install in windows #274

Closed
yura-pakhuchiy opened this issue Jun 9, 2018 · 3 comments
Closed

0.10.0 fails to install in windows #274

yura-pakhuchiy opened this issue Jun 9, 2018 · 3 comments
Assignees
Labels

Comments

@yura-pakhuchiy
Copy link
Contributor

yura-pakhuchiy commented Jun 9, 2018

    Complete output from command c:\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\appveyor\\AppData\\Local\\Temp\\1\\pip-install-0hsdu4cd\\trezor\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\appveyor\AppData\Local\Temp\1\pip-record-v5d94big\install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    running prebuild
    error: [WinError 193] %1 is not a valid Win32 application

Downgrading to 0.9.1 fixes the problem. Full log: https://ci.appveyor.com/project/yura-pakhuchiy/znode-tool/build/build-27/job/4nel2quukdkymgik

@matejcik matejcik self-assigned this Jun 11, 2018
@matejcik matejcik added the bug label Jun 11, 2018
@matejcik
Copy link
Contributor

yes, that makes sense. I'll push a 0.10.1 to fix this. Also considering publishing a wheel that would avoid this altogether.

@prusnak
Copy link
Member

prusnak commented Jun 11, 2018

Yes, publishing wheel is always a good idea.

@matejcik
Copy link
Contributor

fix released on PyPI, along with a wheel which completely avoids it

ph4r05 added a commit to ph4r05/python-trezor that referenced this issue Jun 20, 2018
* tmaster: (38 commits)
  tests/device: stellar accounts are addresses
  vendor: update trezor-common; regenerate protobuf
  tests: disable Stellar tests for T1 too
  changelog: include stellar additions that are also unreleased
  trezorctl: drop list_coins command (closes trezor#277)
  changelog: update
  build: use package autodetection (fixes trezor#280)
  device_tests: fix test_msg_signtx_zcash
  tests/stellar: trezor core currently throws Firmware err
  device_tests: add failing tests for stellar
  trezorctl: add hexlify to stellar_get_public_key
  trezorctl/trezorlib: add show_display to StellarGetAddress/StellarGetPublicKey
  release: bump version and changelog for 0.10.1
  build: fix build on Windows (fixes trezor#274)
  trezorctl: add stellar_get_address/stellar_get_public_key
  tests/stellar: missing field annotation
  tests: stellar test for get address
  protobuf: stellar get address
  submodules: trezor-common updated
  changelog: linkify issues
  ...

# Conflicts:
#	vendor/trezor-common
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants