tarekziade / molosonic

Experiment with Arsenic
5 stars 1 forks source link

Unable to install molosonic #2

Open pdehaan opened 6 years ago

pdehaan commented 6 years ago

The README says:

$ pip install molosonic

... but when I try that locally, I get the following:

$ python --version # Python 3.6.0

$ pip install molosonic
Collecting molosonic
  Could not find a version that satisfies the requirement molosonic (from versions: )
No matching distribution found for molosonic
pdehaan commented 6 years ago

Unsurprising, but same results if I try installing via requirements.txt:

$ cat requirements.txt
molotov
molosonic

$ pip install -r requirements.txt
Requirement already satisfied: molotov in ./venv/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (1.6)
Collecting molosonic (from -r requirements.txt (line 2))
  Could not find a version that satisfies the requirement molosonic (from -r requirements.txt (line 2)) (from versions: )
No matching distribution found for molosonic (from -r requirements.txt (line 2))
rpappalax commented 6 years ago

looks like a pypi package was never uploaded (at least not yet). try,

pip install git+https://github.com/tarekziade/molosonic.git@master
tarekziade commented 6 years ago

Oh yeah,I never released it on pypi. I guess we can once I fix the pending issues you had