-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Compile errors when using --jobs #219
Comments
@Nexus6 See the installation documentation. You need to run |
I hadn't read the docs, I just did a pip -U update to an existing venv and I assumed that was all that was needed. I'll do a proper/correct coco update tomorrow and test again. Yeah the compiler complains (or used to) if you don't have the watcher component installed so as you say it would be good to have the same behavior for [jobs] and any other optional bits. |
A few observations. On a brand-new 2.7 virtualenv, doing a "pip install coconut[all]" barfed because of the mypy dependency.
It might be good somewhere in the docs(hope I didn't miss it ...) to mention that [all] and [mypy] will fail on py2.7. Lastly, after seemingly successfully installing coconut + coconut[jobs] using a py27 venv, when compiling I still get
|
@Nexus6 I'm looking into the dependency issues right now; I may try to put out a quick |
@Nexus6 I've uploaded a |
As far as I can tell, I believe this has been fixed. Marking as resolved and closing the issue. @Nexus6 lmk if you're still experiencing any problems now on the latest |
This seems to be fixed with 1.2.2. Thanks. The only comment I have w/regard to the fix is that when I The scary "ERROR" text makes me think that the entire pip operation failed, but in fact it seems to have succeeded in all ways except for the mypy install. When I install a single thing (coconut[all] in this case) and get an ERROR, I naturally assume that the entire operation failed and that there won't be any side-effects from having tried the install. Side-effects == evil, right? :-) |
@Nexus6 That scary ERROR message is being emitted by MyPy, not Coconut, so there's not much I can do about it. I could change |
I'm getting compiler crashes when I use the -j argument with the new 1.2.1 release. If I don't use -j then compilation of the same files succeeds.
The text was updated successfully, but these errors were encountered: