-
Notifications
You must be signed in to change notification settings - Fork 317
Is it possible to ship the package quadprog and its parent qpsolvers in the WinPython #955
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
If it's not in cgohlke wheels, like also cyipopt, it's a problem today, less than yesterday and more than tomorrow, but still a problem. |
Is there a close enough equivalent in existing cgohlke wheels ? |
Well, the suggestion to have a Jump interface to quadprod solver is interesting. |
there is this quadprog/quadprog#17 leading to this https://github.com/stephane-caron/qpsolvers and this |
so... maybe yes for quadprod, for the qpsolvers thing, needs further reading. |
is this other thing qdldl required for you ? |
My request is quite simple, and I would avoid using the Visual C++ compiler when I install the I see you add this to 2021-02 Spyder-5 / Matplotlib-3.4, and what is the solution? I can add those my requested packages? Thanks. |
qpsolvers and quadprog will be in it, this next few days. |
OK, thanks! This is the screen cast when I run the robotics tool box (git version) with the vpython back end, (robotics-toolbox-python/puma_jtraj.py at master · petercorke/robotics-toolbox-python). I'm not good at using |
ok. |
You'll get also qdldl-0.1.5.post0 , as it was impeaching to get osqp-0.6.2.post |
I followed robotics-toolbox-python threads and related:
WinPython contribution this cycle will be to include underlying packages: qpsolvers , quadprog and qdldl. |
OK, thanks, I understand your idea. This will save me and my students a lot of time to install the MS Visual compiler. In-fact, install |
I see that some core functions in the robotic tool box are implemented in C language, see here: https://github.com/petercorke/robotics-toolbox-python/tree/master/roboticstoolbox/core So, I still have to install the visual C++ compiler to use/install this package. |
It depends if it's provided as a wheel or not |
The fact that this c code call a numpy object is very curious to me, I suppose they had a reason for not using cython. |
I see the new generation of robotics-toolbox and swift are out. |
Thanks for the notification. I never know this. I will try both of them too. Do you mean that I can just download the the latest winpython from: WinPython 2021-02 of April 21st, 2021 Then I can use the pip command to install the latest robotics-toolbox and swift without the visual studio C++ compiler suite? Thanks. |
I just tried the latest winpython 3.8.9, but pip install just failed, I'm not sure why:
|
Try pip install sqlite-bro ... to see if something basic works |
Thanks, I just tried, and here is the result:
|
If no explanation, maybe try scripts\upgrade_pip.bat |
This is the result, still no luck.
The Chinese words |
There is a long discussion here: But sorry I don't quite understand that pypa issue. |
Argh, I thought everything was utf-8 now. You are in mainland ? |
I will try it in another PC today.
Yes. |
so, did you understand/resolve this issue ? |
hum, I'll put my stupid pagecode guesser in the winpython/utils offending line |
seems a general error, in fact WinPython didn't open in utf-8 per default but in system default |
No. |
Hi, I use WinPython for teaching robotics for my students. WinPython is a portable and easy tool for scientific teaching. Thanks for your work.
When I try to use a python package called
robotics-toolbox-python
, I meet an issue that, when I try to installrobotics-toolbox-python
, I have to install its dependencies package such asquadprog
, while this need Visual C++ compiler command line tool to be installed in my OS. While to install the Visual C++ compiler, one needs to download about 2G bytes size files, and have 4G bytes disk space installed. This is not a simple task as we have to ask every students who use WinPython to build the quadprog and its parent qpsolvers packages.I have reported in the following issue:
Is it possible to build a whl package which contains all the pyd/dll files · Issue #207 · petercorke/robotics-toolbox-python
It looks like some other Python suite, such as
conda
doesn't have such issue because it alreadyquadprog
package pre-installed.Any suggestions?
Thanks.
The text was updated successfully, but these errors were encountered: