-
Notifications
You must be signed in to change notification settings - Fork 246
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
problem with MegadetectorV6 #533
Comments
Hello @Ladanovasv , thanks for reporting! This is something we have never seen before. Did you pip install . -e? |
Hello @zhmiao, yes, I did |
Hello @Ladanovasv, it might be caused my setuptool versions according to these issues: Lightning-AI/pytorch-lightning#12324 and pytorch/pytorch#69894 . Could you try |
Hello @zhmiao It is fixed first problem, but I have a new problem. |
This might be related to your cuda version. Do you know what cuda version are you using? |
Hello @zhmiao, I am using cuda 12.3 |
Do you have problem importing pytorch independently? I did some search and it might be an issue related the compatibility of pytorch and cuda. I assume you are using the |
Search before asking
Bug
Hi, Thanks for the code and model weights.
I try to use MegadetectorV6 and I have a problem
LooseVersion = distutils.version.LooseVersion
AttributeError: module 'distutils' has no attribute 'version'
How can I fix it?
Environment
No response
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: