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

Fix typo downlaod -> downloaded #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

aaronorosen
Copy link

why not :P

This is common for python projects. Install dependences through:
pip install -Ur requirements.txt
Previously make all would return this on my machine:

$ make all
mkdir -p output
python scripts/outputCsvs.py
  File "scripts/outputCsvs.py", line 5
SyntaxError: Non-ASCII character '\xc2' in file scripts/outputCsvs.py online 5, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
make: *** [output/Emails.csv] Error 1

Now it gets a little further but returns:

python scripts/emailsNoId.py
Traceback (most recent call last):
  File "scripts/emailsNoId.py", line 60, in <module>
    raise Exception("There isn't exactly one matching filename for %s: %s" % (filename, locs))
Exception: There isn't exactly one matching filename for C05765907.txt: []
make: *** [input/emailsNoId.csv] Error 1
Modules used arrow and numpy don't ship with python3 support it looks like.
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

Successfully merging this pull request may close these issues.

None yet

1 participant