python3 pip not working

0 votes

Here is a little library that I'm trying to make available on PyPi for others to use.

https://github.com/rojavacrypto/python-libbitcoin

I use this command to upload the package:

$ python setup.py sdist bdist_wheel upload

I also tried this:

$ python setup.py sdist bdist_egg upload

Both seem to run fine without errors, and it's even listed on PyPi

But for some reason when I try to pip install on Ubuntu, it gives me an error.

# pip3 install libbitcoin
Collecting libbitcoin
  Could not find a version that satisfies the requirement libbitcoin (from versions: )
No matching distribution found for libbitcoin

Please help me with this.

Sep 4, 2018 in Blockchain by digger
• 26,740 points
911 views

1 answer to this question.

0 votes

The name of your package in PyPI is "python-libbitcoin":

pip3 install python-libbitcoin

Now it works:

Downloading/unpacking python-libbitcoin
  http://pypi.python.org/simple/python-libbitcoin/ uses an insecure transport scheme (http). Consider using https if pypi.python.org has it available
  Downloading python-libbitcoin-1.2.2.tar.gz
  Running setup.py (path:/home/lukas/x/build/python-libbitcoin/setup.py) egg_info for package python-libbitcoin
answered Sep 4, 2018 by slayer
• 29,350 points

Related Questions In Blockchain

0 votes
1 answer

Geth 'sendTransaction' not working

When transactions are put in a loop, ...READ MORE

answered Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,200 views
0 votes
1 answer

My first Hyperledger fabric network is not working

Delete as admin the channel-artifacts folder, down ...READ MORE

answered Aug 10, 2018 in Blockchain by Johnathon
• 9,090 points
1,629 views
0 votes
1 answer

Function not working from class

Try this code:  // Add new block ...READ MORE

answered Aug 16, 2018 in Blockchain by digger
• 26,740 points
431 views
0 votes
1 answer

OpenSSL i2o_ECPublicKey not working

When your right something in the buffer, ...READ MORE

answered Aug 17, 2018 in Blockchain by digger
• 26,740 points
920 views
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

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,706 views
+1 vote
3 answers

Removing double quotes from a string from JSON response in PHP

Just remove the json_encode call, and it should work: $resp ...READ MORE

answered Sep 12, 2018 in Blockchain by digger
• 26,740 points
43,999 views
0 votes
1 answer

Bitcoin payment system not working

I found the problem, it was actually ...READ MORE

answered Aug 30, 2018 in Blockchain by slayer
• 29,350 points
641 views
0 votes
1 answer

mingw32 set command not working

From standard cmd, the unquoted original works just ...READ MORE

answered Aug 31, 2018 in Blockchain by slayer
• 29,350 points
421 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