-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cant install requirements #25
Comments
Downloading decorator-4.4.2-py2.py3-none-any.whl (9.2 kB) |
I am facing the same issue downloading the required packages, specifically SharedArray and torch_scatter. Below are my build specs: |
could you send me list of your environment? |
stack here: cd LoGoNet/detection/models/image_modules/swin_model && pip install -r requirements.txt && python setup.py develop python setup.py develop Installed /home/dev/Desktop/LoGoNet/detection/al3d_det/models/image_modules/swin_model gcc -v |
also cant run any of setup to instalation /home/dev/Desktop/LoGoNet/detection/al3d_det/models/ops/src/cuda/ms_deform_im2col_cuda.cuh(778): warning #177-D: variable "q_col" was declared but never referenced /home/dev/Desktop/LoGoNet/detection/al3d_det/models/ops/src/cuda/ms_deform_im2col_cuda.cuh(888): warning #177-D: variable "q_col" was declared but never referenced /home/dev/Desktop/LoGoNet/detection/al3d_det/models/ops/src/cuda/ms_deform_im2col_cuda.cuh(347): warning #177-D: variable "q_col" was declared but never referenced /home/dev/Desktop/LoGoNet/detection/al3d_det/models/ops/src/cuda/ms_deform_im2col_cuda.cuh(452): warning #177-D: variable "q_col" was declared but never referenced /home/dev/Desktop/LoGoNet/detection/al3d_det/models/ops/src/cuda/ms_deform_im2col_cuda.cuh(560): warning #177-D: variable "q_col" was declared but never referenced /home/dev/Desktop/LoGoNet/detection/al3d_det/models/ops/src/cuda/ms_deform_im2col_cuda.cuh(665): warning #177-D: variable "q_col" was declared but never referenced /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I've encountered some challenges while setting up the LogoNet project:
Additionally, I seem to run into similar problems as others when:
For context, I'm currently on:
I have attached a text file with my current configuration for trying to compile the repository below. If anyone has managed to compile the code successfully, could you please share the versions of the libraries you used? Any guidance or shared experiences would be appreciated. I hope the details above provide some insights into potential issues. Thank you in advance. |
Here is my conda environment configuration: I hope it will solve your problems. |
Did you run the code in windows or linux? |
linux - ubuntu 22 |
Pls do you have a fix for this?I also meet thie problem, especially pip require and python setup.py in swin_model |
hello im using ubuntu 22 and cuda 11.8. I cant install requirements for example sklearn library and torch_scatter. Do you have maybe already created environment in conda and could send me all required version?
The text was updated successfully, but these errors were encountered: