HELLO. I’m trying to create a new python environment in Preferences but I can’t an error message appears:
“Failed to resolve the following list of packages.
Please make sure these packages are available for the local platform or exclude them from the creation process pyarrow=6.0”
how do I solve this?
Hi Ivy_Lima,
to reproduce your issue, could you provide us with the following information?
- Which Operating System do you use?
- Which (version of the) KNIME Analytics Platform do you use?
- Which Conda version do you use?
- With which Python version did you try to create the Conda environment?
- Could you send us a screenshot of the Preference Page?
- Could you send us the debug log of that incident? For this, go to Preferences → KNIME and set the log file log level to DEBUG; then reproduce the error and then got to View → Open KNIME log; and send us the log
Thank you and don’t hesitate to ask further questions!
Best regards
Steffen
HI Steffen
- windows system
- I am using KNIME version 4.6.1
- I use Conda version 4.13.0
knime.log (12.0 KB)
Hi Ivy_Lima,
could you check in your console conda config --describe channel_priority
to see whether conda has the desired priority flexible
?
Besides that, I am not sure how to reproduce your error.
I suggest creating the environment from command line and only select it in the preference page. To create the environment from command line
- download py39_knime.txt (1.2 KB) (it is the content of this file, which you could also try to download: knime-python-legacy/py39_knime.yml at master · knime/knime-python-legacy · GitHub)
- rename it from
.txt
to .yml
- go to your command line
- enter
conda env create -n py39_knime_1 -f <path/to/your/py39_knime.yml>
- in the preference page, select the environment
py39_knime_1
Does that help? Don’t hesitate to ask further questions!
Best regards
Steffen
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.