rxmxn / pycoin

0 stars 0 forks source link

Setup issue pycoin module not found #23

Closed cyberguilletell closed 4 years ago

cyberguilletell commented 4 years ago
python setup.py build
running build
running build_py
file pycoin.py (for module pycoin) not found
copying coin/websocket.py -> build/lib/coin
copying coin/coin.py -> build/lib/coin
copying coin/coinbase.py -> build/lib/coin
running egg_info
writing pycoin.egg-info/PKG-INFO
writing dependency_links to pycoin.egg-info/dependency_links.txt
writing entry points to pycoin.egg-info/entry_points.txt
writing requirements to pycoin.egg-info/requires.txt
writing top-level names to pycoin.egg-info/top_level.txt
file pycoin.py (for module pycoin) not found
reading manifest file 'pycoin.egg-info/SOURCES.txt'
writing manifest file 'pycoin.egg-info/SOURCES.txt'
file pycoin.py (for module pycoin) not found
rxmxn commented 4 years ago

I think I fixed it with a minor change in setup.py, since it was trying to find pycoin.py which does not exist.