-
Notifications
You must be signed in to change notification settings - Fork 10
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
SyntaxError: invalid character in identifier #32
Comments
After a bit more digging, it seems that some of the sparkmagic files have bad_file = '/home/ericdill/dev/sparkmagic/hdijupyterutils/hdijupyterutils/log.py'
with open(bad_file, 'r', encoding='utf-8') as f:
content = f.read()
print(content) Shows:
Not quite sure yet how to fix this issue |
@CJ-Wright is this similar to that issue you encountered with |
Yes I think this is fixed now? |
Did we fix this in depfinder? |
I think so, I think this was the same weird starting character that I was running into before. I did not run the test though, so reopening. |
What in the world is going on here. @ocefpaf @CJ-Wright @tonyfast anyone have cycles to help me figure out what's going on?
hub clone jupyter-incubator/sparkmagic
)hdijupyterutils
subdir (depfinder ./hdijupyterutils
)I edited my local install of depfinder to print out the files it was parsing:
So it seems like these files have some invalid characters in them, but i've got no idea how to find out which characters are "invalid". Also this seems insane because the library clearly works... help!
The text was updated successfully, but these errors were encountered: