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

Installation Issues #680

Closed
jortiz12 opened this issue Mar 25, 2022 · 3 comments
Closed

Installation Issues #680

jortiz12 opened this issue Mar 25, 2022 · 3 comments

Comments

@jortiz12
Copy link

Dear PyClaw community,

I was trying to install PyClaw in my local machine but got an error during te instalation process.
In particular, I was able to execute all commands as per the instructions,

git clone https://github.com/clawpack/clawpack.git cd clawpack git submodule init git submodule update pip install -e . cd pyclaw/examples/euler_2d python shock_bubble_interaction.py iplot=1

, but this line pip install -e . brought me the error as per attached file.
Nothing is inside pyclaw/
PyClaw_error.docx

Any suggestion?

Thxs vm in advance
Jose

@mandli
Copy link
Member

mandli commented Mar 25, 2022

Couple questions for you:

  • Are you running directly from windows, through the windows sub-system for linux (WSL) or something similar?
  • Have you tried using the conda install instead? Recently someone updated the conda recipe and it seems to work.

The error log seems to indicate a path problem but since we do not officially support windows outside the WSL or another container I am not sure why it would be having issues.

@jortiz12
Copy link
Author

Hello
First of all, many thanks for your attention.
I was trying to install PyClaw with my Anaconda distro in my Windows-based machine.

Tried to run conda install -e ., but the "-e" option was not recognized.

(base) PS C:\Users\jorti\clawpack\pyclaw> conda install -e .
usage: conda-script.py [-h] [-V] command ...
conda-script.py: error: unrecognized arguments: -e

thxs agin
Jose

@mandli
Copy link
Member

mandli commented Mar 27, 2022

The command conda install clawpack is what you want. Even then it sounds like you are on windows and we do not support the platform directly without the WSL or a container such as docker.

@ketch ketch closed this as completed Nov 9, 2022
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

3 participants