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

Cannot install packages using requirements.txt #5

Open
abhi1625 opened this issue Aug 6, 2024 · 3 comments
Open

Cannot install packages using requirements.txt #5

abhi1625 opened this issue Aug 6, 2024 · 3 comments

Comments

@abhi1625
Copy link

abhi1625 commented Aug 6, 2024

I am trying to go through the installation instructions and I'm running into an error while using pip install -r requirements.txt with the following error:


ERROR: Invalid requirement: '_libgcc_mutex=0.1=main': Expected package name at the start of dependency specifier
    _libgcc_mutex=0.1=main
    ^ (from line 4 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ?

Also, the requirements.txt file contains the following instructions, but unfortunately that doesnt work as well.


# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
_libgcc_mutex=0.1=main

This looks like the environment was created using conda list -e method which might be the cause of my above error. Can you please help with this and share the right requirements.txt file? Thanks!

@WeihuangLin
Copy link

I am trying to go through the installation instructions and I'm running into an error while using pip install -r requirements.txt with the following error:


ERROR: Invalid requirement: '_libgcc_mutex=0.1=main': Expected package name at the start of dependency specifier
    _libgcc_mutex=0.1=main
    ^ (from line 4 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ?

Also, the requirements.txt file contains the following instructions, but unfortunately that doesnt work as well.


# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
_libgcc_mutex=0.1=main

This looks like the environment was created using conda list -e method which might be the cause of my above error. Can you please help with this and share the right requirements.txt file? Thanks!

Hi, I am experiencing the same problem. May I ask if you have solved it?

@DRM-Free
Copy link

DRM-Free commented Aug 27, 2024

For those interested, I am working on a dockerfile that runs llmseg. It's not fully tested but I could reach the point of being able to download the weights and apply the weights deltas. I'll update with a proper readme when I get it to work.

@derektan95
Copy link

Hi @DRM-Free,
Thanks for working on the dockerfile. I'm wondering if you have fully tested if you can run training / inference with your dockerfile implementation yet?

Thanks,
Derek

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

4 participants