You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed everything without a problem but both in my Windows 10 Python 3.10 environment in desktop, and Python 3.10 distribution in Google Colab, importing delight.delight gives something like this:
ModuleNotFoundError Traceback (most recent call last) in <cell line: 1>()
----> 1 from delight.delight import *
Then I changed the folder name axes_grid1 in that folder to axes_grid.
Everything looks like perfect now. However, I wanted to inform you about this, as my workaround might actually disrupt something unseen right now.
The text was updated successfully, but these errors were encountered:
Greetings,
I installed everything without a problem but both in my Windows 10 Python 3.10 environment in desktop, and Python 3.10 distribution in Google Colab, importing delight.delight gives something like this:
I moved on mpl_toolkits library folder getting help from the following 2 lines:
import importlib importlib.import_module('mpl_toolkits').__path__
Then I changed the folder name axes_grid1 in that folder to axes_grid.
Everything looks like perfect now. However, I wanted to inform you about this, as my workaround might actually disrupt something unseen right now.
The text was updated successfully, but these errors were encountered: