-
Notifications
You must be signed in to change notification settings - Fork 11
Problem loading twisted into autobahn #38
Comments
Hi @chasain, can you please post your Also the |
Ah sorry, I usually change that when I post online, but we use this for improved readability:
Thanks for looking into this, I'll work on getting you an example this morning. |
This seems to work on my end to produce the error, we're on bazel 3.1.0: settings.py
test.py:
requirements.txt
|
@chasian this is somewhat tangential, but renaming "requirement" to "pip_install" is a misleading rename. "pip install" is an imperative command suggesting that something is being run to do
Further, you may be using Back to the core concern of this issue, thanks for providing the repro 🙂 |
I have not forgotten about this, but as explained in #52 (comment) the issue is that this depends on
This suggested workaround should address the issue you are seeing but will require your py_binary targets to disable automatic |
Fixed with 275995e. To use this workaround, you will need to add I tested with the example reproduction you gave above and everything works as expected. |
We have a project that relies on daphne, django and channels, all in python 3.6.
We're trying out this set of rules since the official rules are still in early stages and getting this error:
It seems to have pulled everything it needs, including pypi__twisted. Any help would be appreciated. Using release 0.1.5
The text was updated successfully, but these errors were encountered: