e-alizadeh / Zotero2Readwise

A Python Library to retrieve annotations and notes from Zotero and upload them to your Readwise.
MIT License
131 stars 24 forks source link

Hi, there is an 'ImportError' #73

Closed CandiceChuDVM closed 7 months ago

CandiceChuDVM commented 8 months ago

ImportError: cannot import name 'write_library_version' from 'zotero2readwise.helper' (/Users/username/miniconda/lib/python3.9/site-packages/zotero2readwise/helper.py)

CandiceChuDVM commented 8 months ago

Tried Approach 2 (through python terminal) and that works for me!

e-alizadeh commented 7 months ago

@CandiceChuDVM Glad Approach 2 worked.

I can't recreate this issue. I believe the ImportError you're seeing has to do with environment setup. Having said that, I've pushed an update in the latest release (v0.4.5) that might resolve the issue you are facing when trying Approach 1. For that, please delete your current environment and recreate it using the latest release.

Feel free to reopen this ticket if the issue persists.