-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Your Conda version seems to be too old for the Conda Settings. Use the Interpreter setting instead. #1389
Comments
sorry about that, that's now fixed in 0.20.3 |
Thanks! Works great now :) |
I am on 0.20.4 and just got this error too. Is it possible it came back with the newest version? |
Can you paste the content of your your config file under |
"CONDA ENV","base" |
yes, the space was the issue, I've opened a new issue for this (fixed with next release), see #1396 |
@auggiecat can you please try again with 0.20.5 |
Works thanks! |
I am getting the same error, upon pressing "Run Main", on version 0.21.4. Has this error crept back in? Windows 10 contents of xlwings.conf: "CONDA PATH","C:\ProgramData\Continuum\Anaconda" |
what is your conda version?
|
4.5.4 |
4.5.4
…On Wed, Feb 10, 2021 at 10:54 AM Felix Zumstein ***@***.***> wrote:
what is your conda version?
(base) C:\Users\felix>conda --version
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1389 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANWWE7MSRTNGWYVIUZL2GYLS6KT3XANCNFSM4QAG2YNQ>
.
|
in that case, the message is accurate and not shown erroneously. Conda versions < 4.6 require the path to be set on as Interpreter. I'd recommend you to upgrade conda, but if that's not an option, replace
with
I guess the auto-configuration could be improved to check the version of Conda (on the other hand, 4.5.4 is almost 3 years old ;) |
Couldn't upgrade, changing config worked. Thank you! |
Getting this error with xlwings 0.20.8 on a fresh conda install version 4.9.2. |
Conda Path should just be |
Upon further investigation this appears to be related to the OneDrive Path (Issue #1253), and the fix of adding the project to the PYTHONPATH seems to have fixed my issue. Thanks! |
are you on macOS @slddnd? otherwise you shouldn't need to set the PYTHONPATH even with OneDrive, depends also on the version of xlwings. |
I have also an issue with running the addin in Excel. Either I get "your conda versions seems to be too old..." or "Could not create Python process. |
I'm also still having this issue, conda 4.11.0, xlwings 0.27.6, Windows 10 Using the interpreter path instead of conda path/env works though, at least in my testing so far. |
@goroderickgo What's the values you've tried for both CONDA PATH and CONDA ENV? |
Hi there. Am getting this error again now in V0.30.10 and conda V23.7.3. Could you please help. Thanks |
You probably haven't configured the add-in properly. It requires the Conda Path and Conda Env to be set. You can try to run |
Thanks mate. That worked !!! |
Hello, Having issues calling python from excel from the quickstart project (with same error as original message here). Python to excel works fine. Below are my env details
I have tried using both global and local configs.
What am I missing? Are there any debug logs that I can enable to investigate the issue ? TIA |
Windows 10
xlwings 0.20.2
Excel 2019
Python 3.8.5
Hi, I've just done a new install of xlwings. I ran the standard "xlwings addin install" and "xlwings quickstart myproject". When I open "myproject" and click "Run Main" it works fine and "Hello xlwings!" appears.
However, when I run "Import Function" I get the Microsoft Excel error: "Your Conda version seems to be too old for the Conda Settings. Use the Interpreter setting instead."
This laptop has never had Conda installed. I've tried restarting and re-installing and modifying Interpreter paths and UDF Modules etc.
Thanks for your help
The text was updated successfully, but these errors were encountered: