gdabah / distorm

Powerful Disassembler Library For x86/AMD64
Other
1.26k stars 238 forks source link

pypi not available anymore ? #99

Closed juju4 closed 8 years ago

juju4 commented 8 years ago

https://pypi.python.org/pypi/distorm3/3.3.0 = Not found

$ pip install distorm3 
Downloading/unpacking distorm3
  Could not find any downloads that satisfy the requirement distorm3
Cleaning up...
No distributions at all found for distorm3
Storing debug log for failure in /tmp/tmpqY1G1j
$ pip install distorm3 --pre
Downloading/unpacking distorm3
  Could not find any downloads that satisfy the requirement distorm3
Cleaning up...
No distributions at all found for distorm3
Storing debug log for failure in /tmp/tmpRYPxmw

installing through github works

pip install -e git+https://github.com/gdabah/distorm#egg=distorm3

Any problem?

Thanks

gdabah commented 8 years ago

https://pypi.python.org/simple/distorm3/ I removed the bogus version for good. It's 3.3.3 now.