Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

kfctl Development in Windows #475

Open
mehrdadnd opened this issue Jan 15, 2021 · 2 comments
Open

kfctl Development in Windows #475

mehrdadnd opened this issue Jan 15, 2021 · 2 comments

Comments

@mehrdadnd
Copy link

under windows when I want to compile and test the go packages I will face the following error

C:\Home\kfctl>go test ./...
..\..\go\pkg\mod\github.com\docker\docker@v1.13.1\pkg\term\windows\windows.go:13:2: case-insensitive import collision: "github.com/Sirupsen/logrus" and "github.com/sirupsen/logrus"

is there any workaround for this issue?

@kubeflow-bot kubeflow-bot added this to To Do in Needs Triage Jan 15, 2021
@moficodes
Copy link
Contributor

moficodes commented Feb 4, 2021

Its a known issue for the logrus package,

https://github.com/sirupsen/logrus#case-sensitivity

I will see if I can reproduce on a windows machine. Although we do not build kfctl for windows at this point.

recommendation would be to use wsl on windows.

@mehrdadnd
Copy link
Author

the problem of logrus problem with WSL has been solved.

but still not sure if I can use kfctl under WSL. I will test it and reported here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

2 participants