Iotic-Labs / py-ubjson

Universal Binary JSON draft-12 serializer for Python
Apache License 2.0
42 stars 12 forks source link

Please bump the version with 3.5 python support #3

Closed XVilka closed 8 years ago

XVilka commented 8 years ago

To be available from pip.

vtermanis commented 8 years ago

Hi,

v0.8.4 (which is available via pip) should work with Python 3.5 (I just tried it with 3.5.1 under Ubuntu 14.04 & Windows 7). As you can see from c1d6037e, nothing else has changed to support 3.5 (since the most recent release of py-ubjson, which is the previous commit). Do you get an error when trying to install/import/run it?

Regards, VT

XVilka commented 8 years ago

pip installs it, but says there is no such module.

vtermanis commented 8 years ago

Ah, maybe you're affected by this bug. (This sort of thing happens to me on CentOS 7 x64 - no error visible if not running pip in verbose mode but module is not installed.)

Can you try:

# In case something was installed
pip3 uninstall py-ubjson
# This will prevent usage of C extension
PYUBJSON_NO_EXTENSION=1 pip3 install py-ubjson

Edit: Corrected last command above

XVilka commented 8 years ago

Yes, this helped.

Kind regards, XVilka.

On Tue, Jul 12, 2016 at 6:56 PM, Vilnis Termanis notifications@github.com wrote:

Ah, maybe you're affected by this bug https://github.com/pypa/pip/issues/3056. (This sort of thing happens to me on CentOS 7 x64 - no error if not running in verbose mode but module is not installed.)

Can you try:

In case something was installed

pip3 uninstall py-ubjson# This will prevent usage of C extension PYUBJSON_NO_EXTENSION=1 python3 setup.py install

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Iotic-Labs/py-ubjson/issues/3#issuecomment-232093385, or mute the thread https://github.com/notifications/unsubscribe/AAMZ_RUPajI5V31S36FCLTSUk7wZP_e6ks5qU7ksgaJpZM4JKXbC .