defichain-api / masternode-health-server

Server part to send data to the masternode-health-api
MIT License
2 stars 4 forks source link

Can't install #28

Closed GuybrushX closed 3 years ago

GuybrushX commented 3 years ago

I get the following error: $ pip install masterhode-health Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement masterhode-health (from versions: none) ERROR: No matching distribution found for masterhode-health

pip and pip3 was tried. $ pip -V pip 21.2.4 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)

~$ pip3 -V pip 21.2.4 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)

Any ideas?

sandrich commented 3 years ago

Hey, there is a typo in masternode-health :-)

'masterhode-health'

GuybrushX commented 3 years ago

@adrian-schnell will fix the README, there is the mistake - I thought it was my typo... ;-)

Did install successfully now. Thanks for the fast reply :-)