paulgb / nbgraph

Inline, interactive graphs inside jupyter/ipython notebooks
Other
16 stars 5 forks source link

Can not install through pip #1

Open jerreyz opened 7 years ago

jerreyz commented 7 years ago

I can't seem to install the package through pip.

I get the error Command "python setup.py egg_info" failed with error code 1 in C:\Users\JEROEN~1\AppData\Local\Temp\pip-build-oykpg240\nbgraph\

and File "C:\Users\Jeroen De Ryck\AppData\Local\Continuum\Anaconda3\lib\distutils\util.py", line 125, in convert_path raise ValueError("path '%s' cannot be absolute" % pathname) ValueError: path '/' cannot be absolute

Any ideas?

paulgb commented 7 years ago

Hi, I haven't seen this issue before but it may be a Windows-specific thing. I don't have a Windows machine so I can only guess but I think it might have to do with find_packages. I just uploaded a new version 0.0.4 to pypi (pip) that doesn't use find_packages, does that work for you?

jerreyz commented 7 years ago

Yeah it seems to be a Windows issue, works fine on a Mac jupyter notebook Also maybe worth mentioning that the graph doesn't show up in jupyter lab, but since it`s still in alpha thats not surprising

paulgb commented 7 years ago

Thanks, let me know if you have a chance to try again on windows and if it works now that I've updated it.

jerreyz commented 7 years ago

Tried it at work today but it's still a negative. I'm still getting a absolute path value error.

Kind regards

nickums commented 6 years ago

I'm getting exactly the same error trying to pip install pycraft ,
from disutils/util.py 'convert_path(f[0])' statement in line 145

paulgb commented 6 years ago

Ok, I'm making note of this to have a look this weekend.

nickums commented 6 years ago

Thanks very much Paul for looking at this - I'm really baffled and very out-of-my-depth when the install compiling and buidling C libraries process fails Best wishes Nick

On 3 August 2018 at 15:28, Paul Butler notifications@github.com wrote:

Ok, I'm making note of this to have a look this weekend.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/paulgb/nbgraph/issues/1#issuecomment-410268097, or mute the thread https://github.com/notifications/unsubscribe-auth/APFWFfQxT7B-X4j9Eo-IOWMv6pwpPiWgks5uNF4mgaJpZM4O7pol .

-- Nick "Mac" McElwaine