howardjack / distorm

Automatically exported from code.google.com/p/distorm
GNU General Public License v3.0
0 stars 0 forks source link

pip version is a pre-release version #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide any additional information below.

I can't install distorm using pip on an ubuntu machine. Here's the errors:

https://gist.github.com/dionyziz/12a70dee1350380ddd09

Here's a more detailed error including system information:

https://gist.github.com/dionyziz/e84b7773fab6c6dbdddd

This seems to be related to this grr issue. Grr depends on distorm and has to 
pay special attention to the installation of distorm:

https://github.com/google/grr/issues/36

Sounds to me like the problem with distorm is that it uses a version numbering 
scheme that is incompatible with PEP426 as described here:

https://stackoverflow.com/questions/18230956/could-not-find-a-version-that-satis
fies-the-requirement-pytz

The installation works fine under certain Ubuntu installations using --pre:

http://pastebin.com/8CMGt2ve

However, it doesn't work on the latest Ubuntu on a clean system as shown above. 
Furthermore, it works fine on a mac with --pre.

Please advise on how to properly install distorm for python. Does it make sense 
to change the versioning scheme also? Thanks!

Original issue reported on code.google.com by diony...@gmail.com on 30 Dec 2014 at 12:43

GoogleCodeExporter commented 9 years ago
Hi,

I'm playing with this thing, haven't touched it for a long while now.
I will change the version too, if that's what required to make it working.

Let's see.

Original comment by distorm@gmail.com on 3 Jan 2015 at 11:22

GoogleCodeExporter commented 9 years ago
I added distorm3-pypi package to PYPI, as a temporary test.
Could you please tell me if it works for you?

I will remove it and update distorm3 package itself once Mario will give me 
ownership.

Thanks

Original comment by distorm@gmail.com on 3 Jan 2015 at 12:14

GoogleCodeExporter commented 9 years ago
Ok, retry with install distorm3 and let me know whether it works.

Original comment by da...@north-bit.com on 3 Jan 2015 at 3:40

GoogleCodeExporter commented 9 years ago
This works, thanks for the fix! :)

Original comment by diony...@gmail.com on 5 Jan 2015 at 1:36

GoogleCodeExporter commented 9 years ago
Great.

Original comment by distorm@gmail.com on 6 Jan 2015 at 7:20