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
Hi! (Experience report & idea.)
I cannot use the installer on this machine, but installing python and using the source is ok, which I did.
It seems to be working nicely, around 3000 mails being restored from mbox as I write this.
However, I ran into one snag - I installed python and downloaded source, but got a dependency error. I dont use python that much, but found the instruction to install the dependencies (here), using pip3, as it where. E g:
pip3 install -r requirements.txt
After that, the project setup went mostly without issues (the google org/workspace TOS thing threw me off, the google cloud org webpage announced that I should get a trial, but I realized after a while that this was not necessary, and everything proceeded smoothly after that), and again, it is restoring messages now, 80% done.
Idea: Consider adding the requirements installation instruction to the wiki page.
That was the major snag, for me.
Thanks alot for creating this useful tool! ❤️
Btw, I also did not bother with making the python script executable, but instead just ran:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! (Experience report & idea.)
I cannot use the installer on this machine, but installing python and using the source is ok, which I did.
It seems to be working nicely, around 3000 mails being restored from mbox as I write this.
However, I ran into one snag - I installed python and downloaded source, but got a dependency error. I dont use python that much, but found the instruction to install the dependencies (here), using pip3, as it where. E g:
pip3 install -r requirements.txt
After that, the project setup went mostly without issues (the google org/workspace TOS thing threw me off, the google cloud org webpage announced that I should get a trial, but I realized after a while that this was not necessary, and everything proceeded smoothly after that), and again, it is restoring messages now, 80% done.
Idea: Consider adding the requirements installation instruction to the wiki page.
That was the major snag, for me.
Thanks alot for creating this useful tool! ❤️
Btw, I also did not bother with making the python script executable, but instead just ran:
Beta Was this translation helpful? Give feedback.
All reactions