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

Conda is broken PyCharm-Community 2022.1.2 #319

Open
antnn opened this issue Jun 18, 2022 · 2 comments
Open

Conda is broken PyCharm-Community 2022.1.2 #319

antnn opened this issue Jun 18, 2022 · 2 comments

Comments

@antnn
Copy link

antnn commented Jun 18, 2022

Hello!

2022.1.2  
stable x86_64 flathub user        
com.jetbrains.PyCharm-Community/x86_64/stable
1abe0ab30874

When I try to use conda i get the following message

ERROR: The install method you used for conda--probably either `pip install conda`
or `easy_install conda`--is not compatible with using conda as an application.
If your intention is to install conda as a standalone application, currently
supported install methods include the Anaconda installer and the miniconda
installer.  You can download the miniconda installer from
https://conda.io/miniconda.html.

And indeed it is... :|
from com.jetbrains.PyCharm-Community.yaml

name: conda
    buildsystem: simple
    build-commands:
      - pip3 install --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST}
        conda

Steps to reproduce
Download Fedora 36

  1. aria2c -s16 -x16 https://dl.fedoraproject.org/pub/fedora/linux/releases/36/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-36-1.5.iso
  2. install OS
  3. in VM run wget https://dl.flathub.org/repo/appstream/com.jetbrains.PyCharm-Community.flatpakref
  4. flatpak install --user com.jetbrains.PyCharm-Community.flatpakref
  5. and env FLATPAK_ENABLE_SDK_EXT="*" /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=pycharm com.jetbrains.PyCharm-Community
  6. In Pycharm attempt to create new project with Conda, see the error
@FakeShemp
Copy link
Collaborator

I need a step by step guide to reproduce to check it out.

@antnn
Copy link
Author

antnn commented Jun 18, 2022

I need a step by step guide to reproduce to check it out.

added steps to reproduce

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