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

is:issue is:open when I run cd external/YOLOX/ pip install -r requirements.txt && python setup.py develop,ImportError: cannot import name '_C' from 'yolox' (/TOPICTrack-main/external/YOLOX/yolox/__init__.py) #2

Closed
wangtuo111 opened this issue Aug 31, 2023 · 1 comment

Comments

@wangtuo111
Copy link

@-V2:~/TOPICTrack-main/external/YOLOX$ python setup.py develop
Traceback (most recent call last):
File "setup.py", line 79, in
ext_modules=get_ext_modules(),
File "setup.py", line 52, in get_ext_modules
from yolox.layers import FastCOCOEvalOp
File "/TOPICTrack-main/external/YOLOX/yolox/layers/init.py", line 5, in
from .fast_coco_eval_api import COCOeval_opt
File "/TOPICTrack-main/external/YOLOX/yolox/layers/fast_coco_eval_api.py", line 13, in
from yolox import _C
ImportError: cannot import name '_C' from 'yolox' (/TOPICTrack-main/external/YOLOX/yolox/init.py)

@holmescao
Copy link
Owner

We have fixed the YOLOX installation problem, and please try again. Please do not hesitate to ask again if you have any problems.

@holmescao holmescao assigned holmescao and unassigned holmescao Sep 1, 2023
@holmescao holmescao pinned this issue Sep 1, 2023
Repository owner locked as resolved and limited conversation to collaborators Sep 1, 2023
Repository owner unlocked this conversation Sep 1, 2023
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