Open kf106 opened 5 years ago
Hi, thank you for the PR. Sorry for the response time, I had a lot of other work.
Would it be possible to either
pip
with --user
option)pip
and easy_install
(to my knowledge everything should be avalible from pip
)disutils
and build proper setup.py
?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?
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. [later] wait, no I didn't. working on it. [still later...] it's running under Python3 at the moment, with no options. It may yet fail when it attempts to write the output, we shall see. [final update] it's working now. https://github.com/jcomeauictx/btcposbal2csv/
鬼,我让它在 Python3 下工作。看到我的叉子。 [稍后] 等等,不,我没有。致力于它。 [稍后...] 它目前在 Python3 下运行,没有选项。当它尝试写入输出时它可能会失败,我们将看到。 [最终更新] 现在可以使用了。https://github.com/jcomeauictx/btcposbal2csv/
已经在ubuntu 20.4 和默认的py3测试通过 on ubuntu20.04 and py3 test pass
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