Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please bump the version with 3.5 python support #3

Closed
XVilka opened this issue Jul 12, 2016 · 4 comments
Closed

Please bump the version with 3.5 python support #3

XVilka opened this issue Jul 12, 2016 · 4 comments

Comments

@XVilka
Copy link

XVilka commented Jul 12, 2016

To be available from pip.

@vtermanis
Copy link
Member

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 c1d6037, 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
Copy link
Author

XVilka commented Jul 12, 2016

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

@vtermanis
Copy link
Member

vtermanis commented Jul 12, 2016

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
Copy link
Author

XVilka commented Jul 12, 2016

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
pypa/pip#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
#3 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAMZ_RUPajI5V31S36FCLTSUk7wZP_e6ks5qU7ksgaJpZM4JKXbC
.

@XVilka XVilka closed this as completed Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants