Install script to simplify installing packages#6
Install script to simplify installing packages#6kf106 wants to merge 3 commits intograymauser:masterfrom
Conversation
|
Hi, Would it be possible to either
Best regards |
|
Probably. But I'm not really a programmer. I just wanted a record of what I had to do to get the script to work. This might be a good opportunity for me to work out how setup.py works. |
|
(Not everything was available from pip) |
|
How can i install it today? Can i get all the BTC addresses of files you tested?(I'm not a professional programmer) thanks.. |
|
Python 2 is depreciated. Making it difficult to get the script working as imports has changed a bit. Is there any plan to update this script to Python 3.* or does anybody know of a similar script that does work in P3 and can import/pickle? |
While Python 2 end of life, the repositories still work and you can install and use this script (I recently did it successfully). There are no plans on migrating to Python3 at this moment. |
|
ghost, I got it working under Python3. see my fork. |
已经在ubuntu 20.4 和默认的py3测试通过 |
It took me about 15 minutes to resolve all the errors I got trying to install the packages required for this script (which is very useful and surprisingly fast, so thank you graymauser).
I've added an install.sh script which sets up a Python venv and runs the correct commands to install the dependencies and enable the btcposbal2csv.py script.
Tested on Ubuntu 19.04 with Python 2.7.16