Replies: 1 comment
-
|
was able to fix by uncommenting "import imp" in the Lib\site-packages\future\backports_init_.py. I was also looked into standard_library and removed it from there too, I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get the following error when i try to run "from skidl import *"
ModuleNotFoundError: No module named 'imp'. It seems that skidl its not compatible with the new versions of python right?
Beta Was this translation helpful? Give feedback.
All reactions