-
Notifications
You must be signed in to change notification settings - Fork 45
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
Error using NoDB on python3 #23
Comments
which version are you using? |
Hitting the same issue with python 3.6.3 using the same sample code as above and from the readme. |
Which version of NoDB? All the has_keys were removed from the code base and other changes to make it python3 compatible in v0.4. v0.3.3 would still have them and it is not python3 compatible. |
I installed latest for python 3.6 and got v0.3.2
Thanks,
Ori
מאת: tkuster-drod
נשלח: יום שישי, 24 באוגוסט, 02:06
נושא: Re: [Miserlou/NoDB] Error using NoDB on python3 (#23)
אל: Miserlou/NoDB
עותק: ori-n, Author
Which version of NoDB? All the has_keys were removed from the code base and other changes to make it python3 compatible in v0.4. v0.3.3 would still have them and it is not python3 compatible.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#23 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AfvrAPk0GyK3-NaIiAbz4Wg1nR0Cqveeks5uTzVhgaJpZM4V1tTS>.
|
I also did a Do you have plans to push the newer version to pypi? |
I want to talk to @Miserlou before we publish to PyPI, but for now, can you:
|
Is there any progress with this issue? Thanks |
I don't have access to push this to PyPI, but for now, you can:
You can also add this to your requirements file:
|
I'm also seeing this, thanks @FlipperPA for the workaround. |
However, there's a problem with @FlipperPA 's workaround. I'm trying to deploy a Falcon app to Elastic Beanstalk with Python 3.6. However, |
I have the same problem as @antgel Using commit ID For me on AWS Lambda this doesn't work:
Issue is here: agronholm/pythonfutures#41
WorkaroundDelete |
Perhaps we should just drop support for python2 as it only has a couple of months left? |
i've removed futures from requirements.txt in the latest pull request #26 |
this will be resolved with #19 |
When I tried the basic example I got the following error:
user = {"name": "Jeff", "age": 19} nodb.save(user) # True
AttributeError: 'dict' object has no attribute 'has_key'
which seems like a python3 compatibility issue.
Anyone can help?
The text was updated successfully, but these errors were encountered: