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

Locking down versions for pipfile pipenv is failing to instal latest versions #48

Closed
zak-hassan opened this issue Nov 23, 2018 · 4 comments · Fixed by #100
Closed

Locking down versions for pipfile pipenv is failing to instal latest versions #48

zak-hassan opened this issue Nov 23, 2018 · 4 comments · Fixed by #100
Assignees
Labels
developer-productivity help wanted Extra attention is needed

Comments

@zak-hassan
Copy link
Contributor

I'm getting an error unable to download

CI link:
https://travis-ci.org/AICoE/log-anomaly-detector/builds/458659855?utm_source=github_status&utm_medium=notification

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
pylint = "*"
"flake8" = "*"
pydocstyle = "*"
"pep8" = "*"
pytest = "*"

[packages]
"elasticsearch5" = "*"
gensim = "*"
matplotlib = "*"
numpy = "*"
pandas = "*"
scikit-learn = "*"
scipy = "*"
tqdm = "*"
prometheus_client = "*"


[requires]
python_version = "3.6"
@zak-hassan
Copy link
Contributor Author

Instead of using * can we use locked down versions?

@durandom
Copy link
Member

sure. I'd lock down on major versions

@vpavlin
Copy link
Contributor

vpavlin commented Nov 23, 2018

@fridex What is the right way to do this so that we can use Thoth? For some reason the Pipfile.lock still throws an exception: #40

@fridex
Copy link

fridex commented Nov 23, 2018

Instead of using * can we use locked down versions?

BTW for this purpose is the Pipfile.lock file.

@fridex What is the right way to do this so that we can use Thoth? For some reason the Pipfile.lock still throws an exception: #40

This at first shot looks like a pipenv issue. Maybe try a different version?

Also, I would suggest to use pipenv install --deploy in the travis.yaml.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
developer-productivity help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants