-
Notifications
You must be signed in to change notification settings - Fork 234
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 during install in HPC #74
Comments
Hi, flash-attn 1.0.9 may be too new a version. Can you try |
same here |
Hi @blackwidowst, did you solve it? Feel free to let me know if any updates or questions |
Hi @Bec-k , would you have a try with the above suggestion and could you share the error messages? |
It is not working yet, still trying. |
I got the same error message, solved by installing the "packaging" module. In my case "$ pip install packaging" |
I was finally able to get it running but now having an issue with the program. When running the sample code available at https://github.com/bowang-lab/scGPT/blob/main/tutorials/Tutorial_Reference_Mapping.ipynb, the function scg.tasks.embed_data() in the code throws an error saying: AttributeError: module 'scgpt.tasks' has no attribute 'embed_data' Has anyone run into this? |
Hi, @blackwidowst
Please let me know how it works |
I am getting an error when trying to install, please help:
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-fsgv573f/flash-attn_f375291c450540ad8ce1e11cb0a1eef7/setup.py", line 8, in
from packaging.version import parse, Version
ModuleNotFoundError: No module named 'packaging'
[end of output]
The text was updated successfully, but these errors were encountered: