twosigma / twosigma/beakerx

build error: Cannot redeclare block-scoped variable 'tz'.

Open
#8,279 1 comment 0 reactions 0 assignees View on GitHub
Priority Low
Dominant language
Jupyter Notebook
Stars
2.9k
Forks
383
PR merge metrics
No merged PRs in 30d

Description

when we run

> (cd beakerx; pip install -r requirements.txt --verbose)

we get error
on windows:
> [base/js/utils] external "base/js/utils" 42 bytes {main} [built]
> + 18 hidden modules
>
> ERROR in D:/PR/TWOSIGMA/be16/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts
> ERROR in D:/PR/TWOSIGMA/be16/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts(66,9):
> TS2451: Cannot redeclare block-scoped variable 'tz'.
>
> ERROR in d:/PR/TWOSIGMA/be3/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts
> ERROR in d:/PR/TWOSIGMA/be3/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts(57,9):
> TS2451: Cannot redeclare block-scoped variable 'tz'.
> error Command failed with exit code 2.
on linux:

> [base/js/utils] external "base/js/utils" 42 bytes {main} [built]
> + 18 hidden modules
> ERROR in /home/codete/workspace/workspaceBeakerx/arch2/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts
> ERROR in /home/codete/workspace/workspaceBeakerx/arch2/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts(66,9):
> TS2451: Cannot redeclare block-scoped variable 'tz'.
> ERROR in /home/codete/workspace/workspaceBeakerx/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts
> ERROR in /home/codete/workspace/workspaceBeakerx/beakerx/js/beakerx_shared/node_modules/@types/moment-timezone/moment-timezone.d.ts(57,9):
> TS2451: Cannot redeclare block-scoped variable 'tz'.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.