-
Notifications
You must be signed in to change notification settings - Fork 354
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
Running setup.sh aborts with Exception: TypeError: __cal__() takes exactly 2 arguments (1 given) #432
Comments
I am getting the same error and I already reported here: #431 I received no answer from the devs at all. |
I also have this issue. Seems to be an issue with the old installed python version and pip. As a workaround I installed the latest version of python2.7.13 from the tarball. tar -xzf python-2.7.13.tgz
cd Python/
sudo ./configure
sudo make
sudo make install after that run |
Installing the latest python version did not solve my problem when running the virtual machine using vagrant. I modified |
I tried with Python 2.7.13 and even with Python 3.4 (this doesn't work for a variety of other reasons) - to no avail. What finally did fix it for me is this: In file
I changed it to
And that was it - everything went through after that. |
@shchukax Thanks, that indeed works! |
@shchukax Thanks, it works for me. |
How do the nylas guys make this work? I thought vagrant was supposed to give us a 100% identical build. @grinich can you weight in on this? |
In order to fix problems with building the sync-engine, including: #427, #429, #430, #431 Here is what I add into my
after and after Destroy the vagrant box and run |
@shchukax, great solution! It worked! Many thanks! |
@shchukax great fix! Thanks! |
|
… install refers http://www.cnblogs.com/denny402/p/5088399.html Pip: nylas/sync-engine#432 get_pip.py
|
I'm attempting to install sync engine on a mint 17 box (based on ubuntu 14.04). Running
setup.sh
goes through for a bit and then errors out with the following message:How can I get past this error?
The text was updated successfully, but these errors were encountered: