Skip to content
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

Module Import Error #1

Open
cwotawa opened this issue Nov 1, 2021 · 2 comments
Open

Module Import Error #1

cwotawa opened this issue Nov 1, 2021 · 2 comments

Comments

@cwotawa
Copy link

cwotawa commented Nov 1, 2021

Hello !
This is a pretty silly error, but I can't seem to understand where it's coming from. I can't enable the addon because it can't find/import the module import_csv. I don't understand why it doesn't find the module...

This is the traceback error that appears :
Traceback (most recent call last):
File "/Applications/Blender.app/Contents/Resources/2.93/scripts/modules/addon_utils.py", line 351, in enable
mod = import(module_name)
File "/Users/aurore/Library/Application Support/Blender/2.93/scripts/addons/io_import_accsv-master/init.py", line 54, in
import import_csv
ModuleNotFoundError: No module named 'import_csv'

I've already tried several methods, like using the module importlib in case the problem came from Python, but the error was still there... If anyone has an idea on how to solve this, please share your ideas !
Thanks !

@febryce
Copy link

febryce commented Apr 10, 2022

Hi, I have the same error. Did you find a solution?

@realdealgod
Copy link

realdealgod commented Jun 7, 2022

Hii there, I have the same issue!
Any fix or workaround?
I couldn't figure out...
Edit: It shows a warning about the version saying 2.9 or above is required, but I'm running 3.1.2.
I saw in the previous releases that version 1.6 had a fix for version check with 3.0. Could this be the problem for version > 3.0?
Edit2: It might be! Installed version 1.6 and it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants