Skip to content
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

what is "conflicting option string error" #10

Open
yjtwinpark opened this issue Feb 22, 2023 · 1 comment
Open

what is "conflicting option string error" #10

yjtwinpark opened this issue Feb 22, 2023 · 1 comment

Comments

@yjtwinpark
Copy link

when I run application using paraview:pvpython, like followings,

/paraviewInstalledDirectory/bin/pvphython pv_run.py -venv myvenv --data /dataDirectory/sample.vtk

error message is shown

argpars.ArgumentError: argument --data: conflicting option string: --data

what's wrong with this?

@jourdain
Copy link
Collaborator

Our README need to be fixed as pv_run.py should be removed and therefore not be used.

The correct/better way to start it is by running it that way

/paraviewInstalledDirectory/bin/pvphython -m paraview.apps.trame --venv myvenv --trame-app pv_visualizer --data /dataDirectory/sample.vtk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants