Cant install python module for python3 6 to use Jsonrpc for altcoin

0 votes

Hi I want to install a module on python 3.6 on Ubuntu I want to install this https://github.com/dpifke/pifkoin because you can you altcoins with it and i cant find a way to use altcoins only btc any help.

    python3 setup.py install
    Traceback (most recent call last):
    File "setup.py", line 32, in <module>
    version=os.environ['VERSION'],
     File "/usr/local/lib/python3.6/os.py", line 669, in __getitem__
    raise KeyError(key) from None
    KeyError: 'VERSION'
Sep 7, 2018 in Blockchain by slayer
• 29,350 points
737 views

1 answer to this question.

0 votes

Try this 

VERSION=0.1 python3 setup.py install

and there's also a Makefile:

make all
sudo dpkg -i deb_dist/python-pifkoin_$(VERSION)-1_all.deb
answered Sep 7, 2018 by digger
• 26,740 points

Related Questions In Blockchain

0 votes
1 answer

What could be the best term to use for the collection of contracts in a .sol file?

module - don't think so. Because module ...READ MORE

answered Jun 2, 2018 in Blockchain by Shashank
• 10,400 points
533 views
0 votes
1 answer
0 votes
1 answer

Python request module for bitcoin json rpc

This should work: #!/usr/bin/env python import getpass import json import requests ...READ MORE

answered Aug 28, 2018 in Blockchain by digger
• 26,740 points
2,191 views
0 votes
1 answer

Cant locate english.txt file while intalling Python Bitcoin module

This is related to a pybitcointools bug where the ...READ MORE

answered Aug 30, 2018 in Blockchain by slayer
• 29,350 points
608 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,152 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,709 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,241 views
0 votes
1 answer

Cant connect Jsonrpc to bitcoin.

I tried the following code and it ...READ MORE

answered Aug 20, 2018 in Blockchain by digger
• 26,740 points
801 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP