Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

bitcoin 1.1.19 blocking install #171

Closed
ethers opened this issue Nov 3, 2014 · 3 comments
Closed

bitcoin 1.1.19 blocking install #171

ethers opened this issue Nov 3, 2014 · 3 comments

Comments

@ethers
Copy link
Member

ethers commented Nov 3, 2014

Running python setup.py install
it ends with:
Searching for bitcoin
Reading https://pypi.python.org/simple/bitcoin/
Best match: bitcoin 1.1.19
Downloading https://pypi.python.org/packages/source/b/bitcoin/bitcoin-1.1.19.tar.gz#md5=a5b42f5453f336d94387b1c341948667
Processing bitcoin-1.1.19.tar.gz
Writing /tmp/easy_install-yXPyg0/bitcoin-1.1.19/setup.cfg
Running bitcoin-1.1.19/setup.py -q bdist_egg --dist-dir /tmp/easy_install-yXPyg0/bitcoin-1.1.19/egg-dist-tmp-zUMCI_
error: Setup script exited with error: can't copy 'LICENSE': doesn't exist or not a regular file

@ethers
Copy link
Member Author

ethers commented Nov 4, 2014

It looks like https://github.com/vbuterin/pybitcointools/blob/master/setup.py needs fixing

@ethers ethers changed the title bitcoin 1.1.19 missing LICENSE bitcoin 1.1.19 blocking install Nov 4, 2014
@ethers
Copy link
Member Author

ethers commented Nov 4, 2014

In case anyone else runs into this, a workaround for now is to edit setup.py to use older bitcoin module:
url='https://github.com/ethereum/pyethereum/',
install_requires=[

  •      'bitcoin',
    
  •      'bitcoin <1.1.16',
    

@jorisbontje
Copy link
Contributor

Solved as per bitcoin==1.1.23

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

No branches or pull requests

2 participants