-
Notifications
You must be signed in to change notification settings - Fork 53
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
Cannot import module @cortex-js/compute-engine #111
Comments
thanks for replying. Yep, I confirmed that it works when using it independently. Then, it seems like this package and Django are not compatible.
|
There does seem to be a minor issue with ESM path resolution, potentially fixed in #115. But with or without Django, I don't notice any issues. without - https://gist.github.com/extremeheat/c97ea38e8fb40921080ad97e2325a5b1 |
I believe if you start the Django server, you will see the error. I think it might have something to do with how Django handles the import path.
|
What is the Python code that triggered this error? |
Here's the code
|
Can you link to a notebook that reproduces the error? |
running directly in sandbox will fail, so you might need to reproduce it by cloning the code into your local and run the commands above. |
Does anyone know how I can import module
@cortex-js/compute-engine
?I get a module not found error when importing that module.
The text was updated successfully, but these errors were encountered: