-
Notifications
You must be signed in to change notification settings - Fork 122
adding py-earth to a conda repository #123
Comments
Hi, I could add you to that organization on conda so you ads packages, but I
|
Thanks @fabianp, I was not aware of conda-forge, if they take care of the build infastructure (moreover, I have seen that they support windows as well as osx and linux) then let's use it. |
Any news on this front? Would like to have this available via conda. :) |
I've been pretty busy with other things lately, so not much progress has been made in terms of releasing version 0.1 (which would then go on pypi and conda). It's been a long time since anyone has found a serious bug in py-earth, so probably I should just call what we now have 0.1 and release it. I'll try to do that soon. Feel free to bug me about it. |
:) |
@jimmywan Keep up the good work! I'm going to try to get to this soon, but it never hurts to prod me further. |
bump |
I should have time next week! @jimmywan, if I don't update next week, feel free to bump this thread again. |
Any progress? I'm still interested because I ran into problems trying to install this by hand. I found a few links from others mentioning the same difficulties related to one of the dependencies and getting the right version of gcc (forgot which one). |
@jimmywan I made some progress, but hit a snag with a bug that shows up on Windows 32 bit systems and ran out of time to work on it. I'll try to move forward soon, though. Can you describe the problems you ran into, and share any links you think are relevant? |
bump |
Another bump. A conda package would be great. |
Thanks for the encouragement, everyone. I've been super busy, and unfortunately am unfamiliar with enough with the process of creating a conda repo that it would probably take me at least a full day to figure out. If anyone reading this has experience with conda repos and wants to help, it would of course be welcome and appreciated. Otherwise, I'll try to get to this as soon as I can, and please feel free to keep bumping this thread to remind me. |
Is the conda package out? I am having a hell of a time trying to install this package on a Windows 10 machine. Do you have any suggestions? Can't wait to use the package. Thanks. |
@jameschartouni It is not, and probably won't be for some time. If you post your errors I may be able to help with the installation. |
I cloned the repo, cd in the py-earth directory and ran 'python setup.py install' using python3. I want to refrain from pasting all the processing messages, but the final result is: Using c:\users\james\appdata\local\programs\python\python36-32\lib\site-packages |
@jameschartouni That's a problem I haven't seen before. Three questions:
I primarily use python 2 on linux and mac, so it's entirely possible this is a bug in py-earth that I need to fix. I do test on Windows and python 3, but there are many different configurations. |
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)] on win32
|
I am also using Anaconda. Trying to figure out which C compiler I am using. I normally use a mac, but am using Windows 10 for work. |
@jameschartouni Do you have the package |
Installed package six.
|
@jameschartouni I think that stack trace got cut off? |
oh sorry. this is the last line. ModuleNotFoundError: No module named 'pyearth.earth' |
@jameschartouni I suggest you uninstall the package and then reinstall. Perhaps installing without |
Deleted the pyearth folder in my users directory as well as the accompanying folder under site packages. C:\Users\james>python
|
I could post the full install trace if you want. It is just very long. |
It looks like your scipy isn't installed correctly. Are you able to use scipy? Specifically, a compiled module within scipy, scipy.linalg._fblas, is failing to load. It seems similar to this: |
What seemed to fix it was deleting everything, installing numpy+mkl, then scipy. Thanks! |
Do you have any recommendations for how to add the pyearth package to my conda install of python? |
@jameschartouni Glad it's working. I'm not sure what you mean by add it to your conda install? If you're referring to a conda environment, it should be installed in whichever one you were using when you installed it. |
Hi any news on if py-earth has been added to conda? cheers |
@Fish-Soup @rth has generously taken charge of this, and I think might be finished or nearly finished. See the following: conda-forge/staged-recipes#5108 Also, py-earth is already on pypi and can be installed with |
Yes, py-earth was added to conda-forge, and can now be installed with,
cf https://github.com/conda-forge/sklearn-contrib-py-earth-feedstock for more details. |
Cheers this helped a lot. My team are setting up a conda environment and this was very helpful. |
Thanks for the development on conda repo. It helps me a lot |
would someone be so kind as to release a binary for 3.7? |
@fabianp @mblondel I think it could be nice to add py-earth to the conda repository you built for lightning in https://anaconda.org/scikit-learn-contrib. What do you think ? is there a way to access that account to upload new packages ? otherwise I can take care of compiling the code and send you the tarball if it is ok for you.
The text was updated successfully, but these errors were encountered: