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

Build error on Python3.6 #46

Open
geekodour opened this issue Jul 14, 2017 · 6 comments
Open

Build error on Python3.6 #46

geekodour opened this issue Jul 14, 2017 · 6 comments

Comments

@geekodour
Copy link

It works alright on python2.7

@ashwamegh
Copy link

@geekodour Please post a screenshot here!

@CuriousLearner
Copy link
Member

@geekodour Build error does not mean anything to us. Can you please show the error you get?

@geekodour
Copy link
Author

image

I am using python2.7 now..

@aakashbajaj
Copy link
Contributor

It seems like your python default has been set to 3.6.1
Set it back to python2.7 and check again

@sayanchowdhury sayanchowdhury changed the title Buid error on Python3.6 Build error on Python3.6 Jul 14, 2017
@aradhyamathur
Copy link

aradhyamathur commented Jul 24, 2017

check the __init__.py of easywatch in the env change it to from .easywatch import watch that could be a workaround. It seems to be a bug in older easywatch on python3.
You can refer to this for further details staticjinja/staticjinja#56

@SanketDG
Copy link

SanketDG commented Aug 3, 2017

Yup, looks like the maintainer has fixed it, but not released the package yet.

The only feasible solution is to add the github mirror to requirements:

git+git://github.com/Ceasar/easywatch.git

For users who already have easywatch, this would mean to do a pip install --upgrade -r requirements.txt to initiate a force upgrade of easywatch to the github mirror instead of pypi.

Rest can do pip install -r requirements.txt

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

6 participants