Replies: 2 comments
-
outsider comment; feel free to ignore: What is the output of the following command (taken from here)? python -c "import pysplishsplash" That should help determine if SPlisHSPlasH was installed correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you take a look if you find the splash executable in a subfolder (Scripts) of your Python installation? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I've installed SPlisHSplasH using pip install without a virtual environment and also followed everything in the installation process word for word except the command
pip install -I build/dist/*.whl
where it gave an error. Therefore I changed it to
pip install -I build/dist/pySPlisHSPlasH-2.12.4-cp311-cp311-win_amd64.whl
and it worked after that, the installation process was over. However when I tried to run
splash
it gave the errorI've never used a program of this sort before and I'm still not much experienced in programming so if the solution is really obvious, sorry for not identifying it. If possibly, I would prefer a quick response since its an urgent job.
Beta Was this translation helpful? Give feedback.
All reactions