ryanvolz / radioconda

Software radio distribution and installer for conda
Other
340 stars 39 forks source link

conda cannot start for windows #66

Open houstonwhy opened 1 year ago

houstonwhy commented 1 year ago

1686598021771 Hey guys, I have downloaded multiple Windows versions of Redioconda, but when I click on the icon, a terminal window briefly appears and then closes. There is some information displayed in the window, but it disappears too quickly for me to read. I have Python versions 3.10.7 and 3.11.4 installed, and I encounter this issue regardless of which Python version I use. How can I solve this problem?

ryanvolz commented 1 year ago

Maybe you can open a terminal window and run the installer .exe from there, rather than clicking on it to launch? That might leave a window open from which we can see an error message. What version of Windows are you using?

You could also try installing just conda/mamba another way (like by following these instructions), and if that works then just install the packages directly by running

conda create -n radioconda -c conda-forge -c ryanvolz --only-deps radioconda

from a terminal with conda activated.

I have Python versions 3.10.7 and 3.11.4 installed, and I encounter this issue regardless of which Python version I use.

The installer shouldn't care what other Python you have installed, and in fact it will install its own copy of Python within the conda environment. With that in mind, it would actually be more likely that having another Python installation could be detrimental and actually interfere with radioconda, although I think that's unlikely.

houstonwhy commented 1 year ago

也许您可以打开一个终端窗口并从那里运行安装程序.exe,而不是单击它来启动?这可能会打开一个窗口,从中我们可以看到错误消息。您使用的是哪个版本的 Windows?

您也可以尝试以另一种方式安装conda / mamba(例如按照这些说明进行操作),如果可行,则只需通过运行直接安装软件包

conda create -n radioconda -c conda-forge -c ryanvolz --only-deps radioconda

从激活了 CONDA 的终端。

我安装了 Python 版本 3.10.7 和 3.11.4,无论我使用哪个 Python 版本,都会遇到此问题。

安装程序不应该关心你安装了什么其他 Python,事实上它会在 conda 环境中安装自己的 Python 副本。考虑到这一点,实际上更有可能的是,安装另一个Python可能是有害的,并且实际上会干扰radioconda,尽管我认为这不太可能。

Thank you for your response! I obtained the information shown in the screenshot when I ran conda from the terminal, but no interface has popped up. Could you please tell me what the problem might be? 1686617555007