btcposbal2csv icon indicating copy to clipboard operation
btcposbal2csv copied to clipboard

Install script to simplify installing packages

Open kf106 opened this issue 5 years ago • 8 comments

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

kf106 avatar May 02 '19 07:05 kf106

Hi, thank you for the PR. Sorry for the response time, I had a lot of other work.

Would it be possible to either

  • do not require root (run pip with --user option)
  • don't mix pip and easy_install (to my knowledge everything should be avalible from pip)
  • or maybe better, use disutils and build proper setup.py?

Best regards

graymauser avatar Jun 08 '19 10:06 graymauser

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.

kf106 avatar Jun 08 '19 11:06 kf106

(Not everything was available from pip)

kf106 avatar Jun 08 '19 16:06 kf106

How can i install it today? Can i get all the BTC addresses of files you tested?(I'm not a professional programmer) thanks..

RedGuitar0 avatar Nov 19 '19 07:11 RedGuitar0

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?

ghost avatar Jan 26 '21 12:01 ghost

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.

graymauser avatar Feb 01 '21 19:02 graymauser

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/

jcomeauictx avatar Feb 23 '21 20:02 jcomeauictx

鬼,我让它在 Python3 下工作。看到我的叉子。 [稍后] 等等,不,我没有。致力于它。 [稍后...] 它目前在 Python3 下运行,没有选项。当它尝试写入输出时它可能会失败,我们将看到。 [最终更新] 现在可以使用了。https://github.com/jcomeauictx/btcposbal2csv/

已经在ubuntu 20.4 和默认的py3测试通过 on ubuntu20.04 and py3 test pass

hang2ran avatar May 28 '21 18:05 hang2ran