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

Error while installing dftimewolf #3521

Closed
Szewcson opened this issue Sep 22, 2022 · 3 comments
Closed

Error while installing dftimewolf #3521

Szewcson opened this issue Sep 22, 2022 · 3 comments
Labels
external::upstream-issue For issues that were created to track upstream issues lang::python type::bug Valid bug

Comments

@Szewcson
Copy link

Szewcson commented Sep 22, 2022

Bug description

While installing dftimewolf error appears.

Steps to reproduce

1.) Install dftimewolf
Actual result: Describe here what happens after you run the steps above (i.e. the buggy behaviour)
error:

Collecting typing-extensions>=4.0.1
ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
    typing-extensions>=4.0.1 from https://files.pythonhosted.org/packages/ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b/typing_extensions-4.3.0-py3-none-any.whl (from azure-core==1.24.2->-r requirements.txt (line 95))
:: Running post-transaction hooks...
@Szewcson Szewcson added the type::bug Valid bug label Sep 22, 2022
@noraj
Copy link
Contributor

noraj commented Sep 22, 2022

there were similar issues upstream log2timeline/dftimewolf#649 and here is the upstream issue log2timeline/dftimewolf#660

also related pypa/pip#9644

@noraj noraj added the external::upstream-issue For issues that were created to track upstream issues label Sep 22, 2022
@tomchop
Copy link

tomchop commented Nov 25, 2022

FTR, we've moved away from pip and pipenv in favor of poetry to install dftimewolf. requirements.txt is no longer supported: log2timeline/dftimewolf#675 (we'll be pushing pypi packages soon, althought given the plug-in nature of the code it might not be that useful)

@noraj
Copy link
Contributor

noraj commented Nov 26, 2022

FTR, we've moved away from pip and pipenv in favor of poetry to install dftimewolf.

Nice. Here is how it is packaged currently on our repos https://github.com/BlackArch/blackarch/tree/master/packages/dftimewolf. Has it has many uncommon python dependencies we used a virtual environment template else it would be impossible to maintain for us.

(we'll be pushing pypi packages soon, althought given the plug-in nature of the code it might not be that useful)

Currently we automatically detect changes from git directly but if you offer pypi release we could auto-update at each release easily rather than at each commit.

source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")

noraj added a commit that referenced this issue Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external::upstream-issue For issues that were created to track upstream issues lang::python type::bug Valid bug
Projects
None yet
Development

No branches or pull requests

3 participants