-
Notifications
You must be signed in to change notification settings - Fork 3
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
Service_identity module missing #36
Comments
So I did a little looking and it seems the version of VTK we have picked in the I have created a PR over on the But we can leave this open until the issue is resolved to the satisfaction of all. |
@scottwittenburg the biggest issue I foresee with this, is that we are using OpenGL1 and it is removed from vtk... So we can't even build master any longer... Once this is fixed we can review this issue. |
Sounds good @doutriaux1, and if we need to do something more quickly we can always just add a |
@scottwittenburg I like the idea of adding a @doutriaux1 Is a requirements file alright with you until a formal fix is in place? |
@scottwittenburg, Where are we on this issue? |
Well, I haven't done anything since my last comments. But this doesn't actually break anything, so maybe it boils down to: "what are we willing to do in order to avoid that warning getting printed?" I can add a I guess I'm kind of on the fence. I can add the file, but it seems a little weird. |
If you don't believe it makes sense then we don't need to. I just double checked and a fresh install of vcdat gives the warning, but does not cause the application to fail. I will leave it open for now, and when the new VTK comes out we can revisit this then. That sound alright to you? |
Yes, I think that makes sense, thanks. |
@doutriaux1 I'm testing this project out with my
That covers the issue @James-Crean first reported here and gets me some modules like
Do you know where I can get that module? There are a lot of projects under ping @danlipsa @aashish24 |
Compute graph is the base package. Cdat compute graph extends the
functionality so that cdat computations can be performed with it. Most
likely you will need both.
…On Thu, Oct 25, 2018, 8:20 AM Scott Wittenburg ***@***.***> wrote:
@doutriaux1 <https://github.com/doutriaux1> I'm testing this project out
with my context2d-alpha-release branch, and noticed that we have finally
come to the point of needing to address this issue. I'm setting up a
requirements.txt to note the python modules needed. The first one I added
was:
wslink[security]
That covers the issue @James-Crean <https://github.com/James-Crean> first
reported here and gets me some modules like twisted and autobahn, etc...
that used to come with VTK. Now I have hit another import error:
Program stderr: Traceback (most recent call last):
File "/data/scott/projects/uvcdat/vcs-js/scripts/vcs-test-server.py", line 14, in <module>
from vcs_server.Visualizer import Visualizer
File "/data/scott/projects/uvcdat/vcs-js/vcs_server/Visualizer.py", line 13, in <module>
import compute_graph
ImportError: No module named compute_graph
Do you know where I can get that module? There are a lot of projects under
cdat, two of them look promising: compute_graph and cdat_compute_graph.
ping @danlipsa <https://github.com/danlipsa> @aashish24
<https://github.com/aashish24>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#36 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADS0drhEh7Zxdxvkm8_MxHm4zIHxctEzks5uodaygaJpZM4SHvRn>
.
|
should be avail via conda. but github.com/cdat/compute_graph |
Thanks @doutriaux1 and @James-Crean for the information. |
When doing a clean/fresh install it seems that Linux (and sometimes Mac) report that twisted can't find the service_identity module.
Doing
pip install service_identity
fixes the issue, but we should make sure that it is included during the set up. Is it missing from a dependency list somewhere?The text was updated successfully, but these errors were encountered: