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

AttributeError: 'datetime.datetime' object has no attribute 'timestamp' #3

Closed
zero76114 opened this issue Jun 6, 2016 · 1 comment

Comments

@zero76114
Copy link

zero76114 commented Jun 6, 2016

Please help me,
I try to run preprocess.py, but i met error
AttributeError: 'datetime.datetime' object has no attribute 'timestamp'

I try to change :
--->import datetime as dt
To:
--->from datetime import datetime as dt
But none Efficience
Anyone any idea?

@zero76114
Copy link
Author

zero76114 commented Jun 6, 2016

I knew the reason why, That I implement on python 2.7;
-->It's fine on python 3.4

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

1 participant