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

Not working with python 3.6 #195

Closed
lucianosb opened this issue Feb 9, 2017 · 3 comments
Closed

Not working with python 3.6 #195

lucianosb opened this issue Feb 9, 2017 · 3 comments

Comments

@lucianosb
Copy link

The binding is constantly giving me the following error when loading a remote topic_model or even a remote dataset:

\bigml\bigmlconnection.py in json_load(content)
118 
119     """
--> 120     return json.loads(content.decode('utf-8'), 'utf-8')
121 
122 

TypeError: loads() takes 1 positional argument but 2 were given

I'm running Anaconda Python 3.6 under Windows 10. I created then a virtualenv with Python 3.5 and calling the topic_model worked fine. So it seems to be an issue with Python 3.6.

@mmerce
Copy link
Member

mmerce commented Feb 10, 2017

Solved in version 4.8.2. Please reopen if it does not work for you.

@mmerce mmerce closed this as completed Feb 10, 2017
@lucianosb
Copy link
Author

Just tested. Everything working fine now.

Thanks @mmerce !

@mmerce
Copy link
Member

mmerce commented Feb 13, 2017

Thanks @lucianosb for the feedback!

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