-
Notifications
You must be signed in to change notification settings - Fork 49
PyFluent on Linux: Unable to install via pip. #197
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
Comments
@seanpearsonuk - I am not sure if I should try with "sudo" access or ask IT to install it? Do we expect our Linux users to have "sudo" access? |
Is this a regression or the first time you've tried? Presumably some folks have been doing this on Linux already. |
please run |
also I believe we require Python version >3.6 as indicated in setup.py |
find_namespace_packages was introduced in v40.1.0 of setuptools |
Try it again with a virtual environment and install new setuptools? eg: if your shell is a bash, it's like this I think:
That should get around needing sudo. Though, Sean is right, we don't support anything older than 3.7: maybe we can make a check for this in setup.py |
@seanpearsonuk @dnwillia-work Thank you. IT has upgraded the Python version on lebfluintrh08. [ypatel@lebfluintrh08][/net/nfs.lebisilon/home/ypatel]> pip3 list pip 19.3.1 However, I still get this error, [ypatel@lebfluintrh08][/net/nfs.lebisilon/home/ypatel/pyfluent/pyfluent]> pip3 install -e . [ypatel@lebfluintrh08][/net/nfs.lebisilon/home/ypatel/pyfluent/pyfluent]> |
@seanpearsonuk @dnwillia-work Use of virtual environment seems working fine to launch PyFluent (without sudo access). Let me follow up on testing using vnev. |
@ypatel-qa Is there anything left to do on this? |
Hi @dnwillia-work venv is working fine on Linux without sudo access. This issue can be closed. Just wondering if we need to document this information for users? |
Yeah right. Let’s at least see if there is a way to check for the interpreter version. |
Glad to see @dnwillia-work and @seanpearsonuk provided guidance on how to solve this. Just a couple of comments before closing this, @ypatel-qa:
This issue is related with ansys/pyansys-dev-guide#50. |
Thank you @jorgepiloto . |
Uh oh!
There was an error while loading. Please reload this page.
While installing PyFluent via pip3 on Linux, I am getting this error:
The text was updated successfully, but these errors were encountered: