You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
pyexcel-io/pyexcel_io/readers/csvr.py
Line 234 in 3f1d14a
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".
The text was updated successfully, but these errors were encountered: