-
Notifications
You must be signed in to change notification settings - Fork 7
Issue installing on macOS Sonoma 14.2.1 #28
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
Comments
Thanks a lot for your feedback. Thanks. |
Thanks for your quick answer. Put below the complete traceback from the installation and you are right when I install the PlotPy package alone the same issue raises. |
Thanks again for the feedback. Unfortunately, the traceback message is quite cryptic. Would you be able to do the following steps to help me understanding where the problem comes from?
|
I have tried to install PlotPy from the source but I have Python 3.12 on my MacBook and from Python 3.11 distutils has been removed. |
here the issues when I try to install the ditties python3 -m pip install distutils |
Sorry about that, I was expecting Python 3.9 as written in your PDFs. With more recent versions of Python, you may use
|
I have tried but now I have an issue with Cython... I'm definitely unlucky and I'm afraid that I have to uninstall python 3.12 and install 3.9 ! pip install Cython
ERROR Missing dependencies:
ERROR Missing dependencies: |
You may simply downgrade Cython for a time being:
|
Hello, XXX PlotPy-2.0.3 % python3 -m build --no-isolation
ERROR Missing dependencies:
ERROR Missing dependencies: |
Almost there, now you need to install
|
Thank you for your help, I have succeeded to install the package Plotpy and after cdl but, there is always a but, when I try to execute cdl, I have the following issue. I have no idea how to solve it :( XXX ~ % cdl |
|
Thanks everything works perfectly. |
By the way, I suspect that if you had executed Now, I would be interested in understanding why it didn't work with your Python 3.9 installation.
(where |
I really want to help you by testing these commands but when I execute 'python39' in a terminal, I have this answer : zsh: command not found: python39 I can do any other trials, just tell me. |
Sorry for the misunderstanding, when I wrote
But... as I mentioned in my previous comment, I suspect that homebrew is your default Python install (see the path
|
I have tried with python 3.9 but the build of the PlotPy package generate a strange name like you can see below. So, the installation of the cdl cannot done. XXXPlotPy-2.0.3 % python3.9 -m build --no-isolation
warning: Check: missing meta-data: either (author and author_email) or (maintainer and maintainer_email) should be supplied creating UNKNOWN-0.0.0
|
I found also an issue with the use of DataLab and the polynomial fit like you can see in the attached screenshot. It is strange because the other fits work perfectly. |
That is great news: thanks for taking the time to investigate with me, I think we've got it. Could you post the result of I think that upgrading Could you try this? (still with your homebrew Python 3.9, of course)
|
Here the result of the following command : python3.9 -m pip list . Package Version anyio 2.1.0 |
Here the upgrade of pip and setuptools XXX ~ % python3.9 -m pip install --upgrade pip |
And finally the result when use the command: python3.9 -m build --no-isolation XXX PlotPy-2.0.3 % python3.9 -m build --no-isolation
ERROR Backend subprocess exited when trying to invoke build_wheel |
Have you removed some parts of it or is it the full output in the console? Because if you haven't removed anything, then I think that the build process resumed at its previous state and tried to build wheel which is not possible because of the bad package name / version. If you could just removed the |
I don't remember if I have removed some parts. So I have delete the PlotPy folder and extract a new version from the archive. After use the command python3.9 -m - build --no-isolation, the return looks the same ! XXX PlotPy-2.0.3 % python3.9 -m build --no-isolation
ERROR Backend subprocess exited when trying to invoke build_wheel |
Let's close this one for now. We'll reopen it if the problem happens again. |
Describe the bug
Issue during the pip execution: pip install cdl
Screenshots
Issue_Install_ DataLab.pdf
The text was updated successfully, but these errors were encountered: