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

csvr does not make the same assumptions about mmap availability as _compact.py #45

Closed
jakedotio opened this issue Dec 22, 2017 · 3 comments

Comments

@jakedotio
Copy link

mmap is not available on Google App Engine - this issue was previously thought fixed with #41 but I hadn't tried to read a CSV at the time.

Can we check if it's running on App Engine as well as PY27 and above? From the docs, the environment variable SERVER_SOFTWARE will report one of two things when running on App Engine: In the development web server, this value is "Development/X.Y" where "X.Y" is the version of the runtime. When running on App Engine, this value is "Google App Engine/X.Y.Z".

@chfw
Copy link
Member

chfw commented Dec 22, 2017

I think I will do a try-catch there

@chfw
Copy link
Member

chfw commented Dec 22, 2017

please try: pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip

@jakedotio
Copy link
Author

The fix resolved the issue. Thank you! Best wishes for happy holidays.

@chfw chfw closed this as completed in a9bbbc4 Dec 23, 2017
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

2 participants