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

Can Run Cli Trade Mode #35

Open
jaidetura55 opened this issue May 21, 2021 · 1 comment
Open

Can Run Cli Trade Mode #35

jaidetura55 opened this issue May 21, 2021 · 1 comment

Comments

@jaidetura55
Copy link

jaidetura55 commented May 21, 2021

This error i get after run python3 GUI.py and select main.go file

root@jojoe:~/smartcrypto/ETHena/src/python/GUI# python3.8 GUI.py

github.com/360EntSecGroup-Skylar/excelize

/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1905:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1921:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1937:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1953:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1969:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1985:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2001:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2017:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2037:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2057:19: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2057:19: too many errors

github.com/tealeg/xlsx

/root/go/src/github.com/tealeg/xlsx/lib.go:1191:14: undefined: bytes.ReplaceAll
(base) root@mxcapital:/smartcrypto/ETHena/src/python/GUI# ls
GUI.py Logo.png
(base) root@mxcapital:
/smartcrypto/ETHena/src/python/GUI# python3.8 GUI.py

github.com/360EntSecGroup-Skylar/excelize

/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1905:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1921:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1937:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1953:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1969:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:1985:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2001:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2017:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2037:18: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2057:19: undefined: strconv.ParseComplex
/root/go/src/github.com/360EntSecGroup-Skylar/excelize/calc.go:2057:19: too many errors

github.com/tealeg/xlsx

/root/go/src/github.com/tealeg/xlsx/lib.go:1191:14: undefined: bytes.ReplaceAll

@SanchitAjmera
Copy link
Owner

Hi, its because the dependencies within the setup/setup.sh file have not been installs. Try run the setup.sh script to install these dependencies before running the GUI. If the dependencies still don't install then try looking inside the setup.sh script and install them manually.

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