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

setup.py not working properly #33

Closed
keiyamamo opened this issue Jan 17, 2023 · 2 comments
Closed

setup.py not working properly #33

keiyamamo opened this issue Jan 17, 2023 · 2 comments

Comments

@keiyamamo
Copy link
Collaborator

When I run

python setup.py install

on my local machine or cluster, I get the following error message

No local packages or working download links found for fenics-dolfin
error: Could not find suitable distribution for Requirement.parse('fenics-dolfin')

I believe it is due to the recent update at the following line.

DEPENDENCIES = ['configargparse', "fenics-dolfin",

I remember it worked fine without this fenics-dolfin dependencies before, so I’m wondering if we need it.
Could @jorgensd comment on this?

@jorgensd
Copy link
Collaborator

That's quite strange, as it should really find fenics-dolfin on your system, as that is the python module used inside TurtleFSI.
Could you post the output of
python --version
python -m pip list
python -c "import dolfin; print(dolfin.__version__)"

@keiyamamo
Copy link
Collaborator Author

I see. I usually run setup.py on login-node without any sourcing but it works perfect after activating fenics. Thanks for your answer!

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