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

No module named 'win32con' #14

Open
Aliweka2020 opened this issue Jun 16, 2022 · 2 comments
Open

No module named 'win32con' #14

Aliweka2020 opened this issue Jun 16, 2022 · 2 comments

Comments

@Aliweka2020
Copy link

I am running the repo on RTX2060 with pytorch1.10 + cuda 10.2 environment and got this error
File "C:\Users\Ali\anaconda3\envs\detr\lib\site-packages\portalocker-2.4.0-py3.10.egg\portalocker\portalocker.py", line 10, in
import win32con
ModuleNotFoundError: No module named 'win32con'

ang suggestions

@yexiguafuqihao
Copy link
Collaborator

Hope this may help U.

@Aliweka2020
Copy link
Author

It helps me thanks, but during installing dectron2, I got this error.
I using pytorch1.10 + cuda 10.2 version

C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(68): error: identifier "single_box_iou_rotated" is undefined
detected during instantiation of "void nms_rotated_cuda_kernel(int, float, const T *, unsigned long long *) [with T=float]"
(105): here

C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(68): error: type name is not allowed
detected during instantiation of "void nms_rotated_cuda_kernel(int, float, const T *, unsigned long long *) [with T=float]"
(105): here

C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(68): warning: expression has no effect
detected during instantiation of "void nms_rotated_cuda_kernel(int, float, const T *, unsigned long long *) [with T=float]"
(105): here

C:\Users\Ali\crowdhuman-main\DETR\Iter-E2EDET-main\detectron2\layers\csrc\nms_rotated\nms_rotated_cuda.cu(58): warning: variable "cur_box" was set but never used
detected during instantiation of "void nms_rotated_cuda_kernel(int, float, const T *, unsigned long long *) [with T=float]"
(105): here

5 errors detected in the compilation of "C:/Users/Ali/crowdhuman-main/DETR/Iter-E2EDET-main/detectron2/layers/csrc/nms_rotated/nms_rotated_cuda.cu".
error: command 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3\bin\nvcc.exe' failed with exit code 1

any advices

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

2 participants