I am a rookie. According to the tutorial, I learned the last step and encountered the following problem #68
Answered
by
YYongzhao11
YYongzhao11
asked this question in
Q&A
Replies: 4 comments 1 reply
-
Can you explain what you did to install trame? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I use the trace installed by PIP according to the tutorial you gave me. . From "setup for vtk" to "application" are correct. There was an error in the last part "paraview". There may be an error when setting the paraview environment in the first step. I don't know how to set it. "ParaView comes with its own Python, which may be missing some dependencies for the desired usage. We can add more Python packages into ParaView by create a virtual environment and activate it inside your application using that import line from paraview.web import venv or by using our local version and importing it." I didn't understand the step. I set the value "PYTHONPATH" of the environment variable to the address of "D:\Program Files\ParaView 5.10.0\bin\Lib\site-packages".
On 5/20/2022 22:35,Sebastien ***@***.***> wrote:
Can you explain what you did to install trame?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
trame v2 will only work with ParaView 5.11 and on top of that you can not have a vtk package in your venv as it will conflict with the one inside The error you are getting here is related to the fact that PV 5.10 is bundling a version of wslink that is not compatible with trame v2. |
Beta Was this translation helpful? Give feedback.
0 replies
-
how to download pv5.11
…---- 回复的原邮件 ----
| 发件人 | Sebastien ***@***.***> |
| 日期 | 2022年05月21日 00:17 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.******@***.***> |
| 主题 | Re: [Kitware/trame] I am a rookie. According to the tutorial, I learned the last step and encountered the following problem (Discussion #68) |
trame v2 will only work with ParaView 5.11 and on top of that you can not have a vtk package in your venv as it will conflict with the one inside pvpython.
The error you are getting here is related to the fact that PV 5.10 is bundling a version of wslink that is not compatible with trame v2.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jourdain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TypeError: start_webserver() got an unexpected keyword argument 'exec_mode'
How to modify it?
Beta Was this translation helpful? Give feedback.
All reactions