question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'consts'

See original GitHub issue

plz help … im trying to run OAK-D with python run_tests.py

and im facing thses error

Traceback (most recent call last):
  File "tests\tests_runner.py", line 4, in <module>
    from consts.resource_paths import nn_resource_path
ModuleNotFoundError: No module named 'consts'

im using conda , python env ver =3.8.10

Screenshot (9)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bharath5673commented, Jun 5, 2021

@bharath5673 could you check if the tests are now working? (PR got merged)

yes its working , ty ))

0reactions
VanDavvcommented, May 27, 2021

@bharath5673 could you check if the tests are now working? (PR got merged)

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named constants - python - Stack Overflow
the problem is in the resources.py file for tastypie. It has the following line: from django.db.models.constants import LOOKUP_SEP.
Read more >
ModuleNotFoundError: No module named 'constants'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'constants' How to remove the ModuleNo.
Read more >
No module named 'constants' · Issue #37 - GitHub
apparently unidecode wasn't installed properly, I ran pip install Unidecode and that seems to have fixed the issue.
Read more >
nrfutil ModuleNotFoundError: No module named 'constants'
Hi,. I have installed nrfutil on my Windows 10 computer and get the following error when running it: C:\Users\00315055>nrfutil --help
Read more >
Bug #1170906 “ImportError no module named consts”
The problem is that decibel-audio-player only works under python 2.x, and does not explicitly specify the python version. I was able to resolve ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found