-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Incompatibility with tensorflow #71
Labels
question
Further information is requested
Comments
On Thu, Jan 12, 2023 at 06:33:23AM -0800, Nicolas M. Thiéry wrote:
Comment:
Hello,
I am trying to install pythran (in fact SageMath) in the same conda environment
as tensorflow
for our ***@***.*** However, I run in the following version
incompatibilities with gast:
• tensorflow-base-2.11.0-cpu_py310hc9b7e7f_0 requires gast >=0.2.1,<=0.4.0
[1]https://github.com/conda-forge/tensorflow-feedstock/blob/main/recipe/
meta.yaml#L101
• pythran 0.12 (and also 0.11 required by SageMath) requires gast 0.5.*
[2]https://github.com/conda-forge/pythran-feedstock/blob/
966bbc6/recipe/meta.yaml#L56
Is there anything that could be done, on pythran, gast, or tensorflow's side to
alleviate this?
Pythran always requires the latest version of gast. Tensorflow should do the
same...
|
Thank you @isuruf for the pointer; I somehow missed the obvious! I'll comment there. |
hmaarrfk
added a commit
to hmaarrfk/mamba
that referenced
this issue
Apr 9, 2023
``` mamba install "pythran>=0.12.1" __ __ __ __ / \ / \ / \ / \ / \/ \/ \/ \ ███████████████/ /██/ /██/ /██/ /████████████████████████ / / \ / \ / \ / \ \____ / / \_/ \_/ \_/ \ o \__, / _/ \_____/ ` |/ ███╗ ███╗ █████╗ ███╗ ███╗██████╗ █████╗ ████╗ ████║██╔══██╗████╗ ████║██╔══██╗██╔══██╗ ██╔████╔██║███████║██╔████╔██║██████╔╝███████║ ██║╚██╔╝██║██╔══██║██║╚██╔╝██║██╔══██╗██╔══██║ ██║ ╚═╝ ██║██║ ██║██║ ╚═╝ ██║██████╔╝██║ ██║ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝ mamba (1.4.2) supported by @QuantStack GitHub: https://github.com/mamba-org/mamba Twitter: https://twitter.com/QuantStack █████████████████████████████████████████████████████████████ Looking for: ["pythran[version='>=0.12.1']"] warning libmamba Cache file "/home/mark/mambaforge/pkgs/cache/1a6399ac.json" was modified by another program warning libmamba Cache file "/home/mark/mambaforge/pkgs/cache/8e383ab4.json" was modified by another program conda-forge/noarch 11.8MB @ 275.4kB/s 43.1s conda-forge/linux-64 30.7MB @ 343.3kB/s 1m:29.9s Pinned packages: - python 3.9.* Could not solve for environment specs The following packages are incompatible └─ pythran >=0.12.1 is installable with the potential options ├─ pythran 0.12.1 would require │ ├─ beniget 0.4.* , which requires │ │ └─ gast >=0.5.0,<0.6.0 , which can be installed; │ └─ gast 0.5.* , which can be installed; ├─ pythran 0.12.1 would require │ └─ python >=3.10,<3.11.0a0 , which can be installed; ├─ pythran 0.12.1 would require │ └─ python >=3.11,<3.12.0a0 , which can be installed; └─ pythran 0.12.1 would require └─ python >=3.8,<3.9.0a0 , which can be installed. ``` The above example hits the incompatibility explained in conda-forge/pythran-feedstock#71
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comment:
Hello,
I am trying to install pythran (in fact SageMath) in the same conda environment as tensorflow
for our JupyterHub@Paris-Saclay. However, I run in the following version incompatibilities with gast:
https://github.com/conda-forge/tensorflow-feedstock/blob/main/recipe/meta.yaml#L101
pythran-feedstock/recipe/meta.yaml
Line 56 in 966bbc6
Is there anything that could be done, on pythran, gast, or tensorflow's side to alleviate this?
Thanks in advance!
cc: @saraedum, @serge-sans-paille, @isuruf
The text was updated successfully, but these errors were encountered: