keplergl/kepler.gl

[Bug]Attempted import error: 'isTable' is not exported from '@loaders.gl/schema' (imported as 'isTable')

aikjun opened this issue · 4 comments

export 'isTable' (imported as 'isTable') was not found in '@loaders.gl/schema' (possible exports: AsyncQueue, Binary, Bool, ColumnarTableBatchAggregator, DataType, Date, DateDay, DateMillisecond, Field, FixedSizeList, Float, Float16
, Float32, Float64, Int, Int16, Int32, Int64, Int8, Interval, IntervalDayTime, IntervalYearMonth, Null, RowTableBatchAggregator, Schema, Struct, TableBatchBuilder, Time, TimeMillisecond, TimeSecond, Timestamp, TimestampMicrosecond,
TimestampMillisecond, TimestampNanosecond, TimestampSecond, Uint16, Uint32, Uint64, Uint8, Utf8, convertToArrayRow, convertToObjectRow, deduceMeshField, deduceMeshSchema, deduceTypeFromColumn, deduceTypeFromValue, getArrowTypeFromTypedArray, getMeshBoundingBox, getMeshSize, getTypeInfo, makeMeshAttributeMetadata)

Please help

I am also having this issue as well. Same error as above.
May I ask how the error has been resolved now?

Thank you for your advice. In the package.json file for the Kepler 3.0.0 project that I downloaded, the version for @loaders.gl is ^4.1.0-alpha.4. Could you tell me which version would allow Kepler 3.0.0 to run smoothly?

package.json

"dependencies": {
...
"@loaders.gl/polyfills": "^4.1.0-alpha.4",
...
},

"devDependencies": {
...
"@loaders.gl/polyfills": "^4.1.0-alpha.4",
...
},

"resolutions": {
"@loaders.gl/core": "^4.1.0-alpha.4",
"@loaders.gl/csv": "^4.1.0-alpha.4",
"@loaders.gl/gltf": "^4.1.0-alpha.4",
"@loaders.gl/json": "^4.1.0-alpha.4",
"@loaders.gl/loader-utils": "^4.1.0-alpha.4",
"@loaders.gl/polyfills": "^4.1.0-alpha.4",
...
},

I came across a functioning version, kepler.gl-3.0.0-alpha.1.tar.gz, within a node14.21.3 system environment. After executing "yarn" at the root level of the project, the system environment updated to node18.18.2. By running "yarn start" in the project's root, I successfully launched the project.