nylas / sync-engine

:incoming_envelope: IMAP/SMTP sync system with modern APIs
https://nylas.com/docs/platform
GNU Affero General Public License v3.0
3.5k stars 354 forks source link

import config error #425

Closed chakrihacker closed 7 years ago

chakrihacker commented 7 years ago

I am using ubuntu 16.04 and my vagrantbox provision failed to run setup.sh so I ran it manually and I had couple of errors (installing setuptools and pyasn1) and now I am having import error

Traceback (most recent call last): File "bin/create-db", line 9, in from inbox.config import config ImportError: No module named config

ronnietucker commented 7 years ago

Same here.

Finished installing dependencies.
Copying default development configuration to /etc/inboxapp
Copying default secrets configuration to /etc/inboxapp
Copying default mysql configuration to /etc/mysql/conf.d
2017-01-15T17:56:58.165185Z mysqld_safe Logging to syslog.
2017-01-15T17:56:58.169599Z mysqld_safe Logging to '/var/log/mysql/error.log'.
2017-01-15T17:56:58.221094Z mysqld_safe A mysqld process already exists
Traceback (most recent call last):
  File "bin/create-db", line 9, in <module>
    from inbox.config import config
ImportError: No module named config

Installing on Ubuntu 16.10. No VM using instructions from: http://techblog.danielpellarini.com/sysadmin/how-to-install-the-nylas-sync-engine-on-ubuntu-server/

jacobduba commented 7 years ago

+1

ajcollett commented 7 years ago

+1

itsjef commented 7 years ago

+1

how do I work through this?

ronnietucker commented 7 years ago

Still no luck with this, but it sounds like the new versions of Nylar won't need the sync engine.

jacobduba commented 7 years ago

yea i cant wait until nylas basic comes out on linux.

itsjef commented 7 years ago

There is a workaround at https://github.com/nylas/sync-engine/issues/427. Works for me :smile:

chakrihacker commented 7 years ago

Since We got workaround I am closing this issue