blockchain-etl / bitcoin-etl

ETL scripts for Bitcoin, Litecoin, Dash, Zcash, Doge, Bitcoin Cash. Available in Google BigQuery https://goo.gl/oY5BCQ
https://twitter.com/BlockchainETL
MIT License
411 stars 123 forks source link

macOS installation ERROR #48

Open ghost opened 3 years ago

ghost commented 3 years ago

environment: macOS | python3.8 | pip 21.0.1

Running installation: pip install bitcoin-etl

Error:

ERROR: Could not find a version that satisfies the requirement bitcoin-etl 
ERROR: No matching distribution found for bitcoin-etl

Any suggestions? Thanks!!!

medvedev1088 commented 3 years ago

Just added support for Python 3.8 https://github.com/blockchain-etl/bitcoin-etl/commit/a6dbc2f2e0bb185538ffd64e84d245314d6ffc5a

Try the latest version of bitcoin-etl 1.5.0

ghost commented 3 years ago

Just added support for Python 3.8 a6dbc2f

Try the latest version of bitcoin-etl 1.5.0

Works now, thank you!