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't install package due to missing dataloader #1

Closed
simonrp84 opened this issue Sep 28, 2021 · 1 comment
Closed

Can't install package due to missing dataloader #1

simonrp84 opened this issue Sep 28, 2021 · 1 comment

Comments

@simonrp84
Copy link

Hello,
I am following the install instructions but when I run pip install -r requirements.txt I get the following error:

Obtaining satellite-dataloader from git+https://li-gitlab.chmi.cz/js/satellite-dataloader@develop#egg=satellite-dataloader (from -r requirements.txt (line 9))
  Cloning https://li-gitlab.chmi.cz/js/satellite-dataloader (to revision develop) to ./src/satellite-dataloader
  Running command git clone -q https://li-gitlab.chmi.cz/js/satellite-dataloader /home/eum/PycharmProjects/satellite-labelling-tool/src/satellite-dataloader
  fatal: unable to access 'https://li-gitlab.chmi.cz/js/satellite-dataloader/': Could not resolve host: li-gitlab.chmi.cz
ERROR: Command errored out with exit status 128: git clone -q https://li-gitlab.chmi.cz/js/satellite-dataloader /home/eum/PycharmProjects/satellite-labelling-tool/src/satellite-dataloader Check the logs for full command output.

I guess because there is no access to the gitlab? Unfortunately changing the last line to point at the satellite-dataloader package on github does not work, as there is no .egg file.
Can you please advise how best to install? Thank you!

@stastkaj
Copy link
Contributor

Hi,

you are right, it was not updated link from our self hosted gitlab. Pip installation should be fixed by pull requests fix/subpackage_installation and fix/dataloader_dependency.

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