-
Notifications
You must be signed in to change notification settings - Fork 87
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
error when installing in windows 10 #127
Comments
Please upload the wheel file on pypi or here, i have the same problem. |
Is there a way to install it without the wheel file? Because its not working at all with pip |
Hi! If the compilation fails and you are sure that igraph is installed
Continuing in 10 seconds; press Enter to continue immediately. error: [WinError 10038] An operation was attempted on something that is not a socket Failed building wheel for python-igraph Thank you! |
Apparently, python-igraph does not support automatic installation via pip on windows (see https://igraph.org/python/). Manual installation of python-igraph before using 'pip install pyunicorn' should solve the issue. |
@jkroenke |
@dingfengqian |
the environment i am using is Windows 10 Python 3.6.2 and Python 3.7
and I have installed python-igraph before the installationi of pyunicorn
then I directly enter "pip install pyunicorn" on cmd,and the error is showed below:
thanks for your reply
…------------------ 原始邮件 ------------------
发件人: "jkroenke"<notifications@github.com>;
发送时间: 2019年10月25日(星期五) 晚上9:03
收件人: "pik-copan/pyunicorn"<pyunicorn@noreply.github.com>;
抄送: "赚到一个亿后再改名"<1079874473@qq.com>;"Mention"<mention@noreply.github.com>;
主题: Re: [pik-copan/pyunicorn] error when installing in windows 10 (#127)
@dingfengqian
This might be a different problem. Can you provide more information on how you tried to install pyunicorn and when exactly the error appeared?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I have the same problem, have you guys sovled? |
Yeah, I've solved this problem for Windows 10 x64 and notified the developers about it. Anyway, contact me if you need some help |
Hello, how did you solve it? |
Hello
I have the same problem too, how did you solve it? |
Hi @nikfrlv ! |
Hi @nikfrlv <https://github.com/nikfrlv> ,
if that would be OK for you, could you please post the link to your wheel file in this thread?
We’ll add a download link to the docs or somewhere else appropriate once more people have tested it (pyunicorn core developers at PIK are all
working on Linux and macOS, not Windows…)
Best,
Jonathan
…
Hi @nikfrlv <https://github.com/nikfrlv> !
The developers of pyunicorn kindly provided me with your wheel file.
It worked "out-of-the-box" in a new Conda (v4.8.2) env.
Thanks a lot for your help!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#127 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAYJW6YUY3FJIOA466FS36DRKC6BVANCNFSM4HVQDG7A>.
|
Hi Jonathan @jdonges, I've uploaded the .whl file in this repository: https://github.com/nikfrlv/pyunicorn-windows-whl. Best, |
Hi, @nikfrlv Did you get it to work on windows 10 ? Thanks |
Hi, @maldeer-Winlab yes, this has been done exactly for windows 10 x64. My colleagues use it as well. |
Hi, @nikfrlv snapshots Any advice is appreciated |
@maldeer-Winlab Please, try the following test: If it's done correctly - it should work. At least, I've done this test right now. Please, respond if you still have issues here. |
@nikfrlv Thank you again for getting back to me Your help is appreciated as I need to use Pyunicorn to create recurrence plots for my research. |
@maldeer-Winlab No, you don't have to uninstall anaconda. Please pay attention to the compatibility of the pre-compiled .whl file of the python-igraph package with your Python version. Please, use it and retry the installation. |
I see, my bad. I will install the one for python 3.7. |
@maldeer-Winlab if you activate the same environment all the installed packages will be available, so I think that (1) and (2) are unnecessary. |
@maldeer-Winlab then, I believe, you have windows 10 x32 -- python_igraph‑0.7.1.post6‑cp37‑cp37m‑win32.whl should work. Unfortunately, in this case, my .whl file for pyunicorn will not work with your platform either. |
@nikfrlv |
Any chance you could make a wheel file for python3.6, windows64? |
Hi @bscully27, |
I downloaded the wheel file and it worked. Thank you. |
the wheel file works to install pyunicorn. However, there are still errors that preclude its utilisation.
I thought perhaps the line was erroneous but
has anybody got any stories of having been able to successfully use pyunicorn in spyder using python 3.7 on windows 10?? Cheers Matt |
@nikfrlv thank you |
Hello, |
@Mattyboi123 got any solution?! I'm stuck with the same issue |
Much appreciated!!!It has been bothering me for several days! |
Any solution found yet? |
@abhijithsbabu unfortunately, this .whl does not provide full access to functionality of the pyunicorn package, because some dependencies are still missing. However, some modules like RecurrencePlots (which I mostly use) are working well. |
- Resolve issues: #122, #127, #129, #130, #134, #135, #138, #143, #146, #147, #149, #151, #152, #154, #158 - Migrate to PEP 517/518 package format - Single-source version info via `importlib.metadata`, add test - Declare build dependencies: numpy, Cython - Remove Cython outputs from sdist - Update runtime dependencies - Bump version - Update README - Add feature test macros to avoid Cython compilation warnings - Parallelize Cythonization - Update test suite configuration: tox, pytest - Remove `conftest.py` (obsolesced by bb80ad1) - Remove obsolete `__init__.py` files from `tests` - Remove obsolete script: `tools/publish` - (WIP) Start CI transition: Travis -> Github Actions
Thank you for reporting this issue, and please accept our apologies for our delay in providing a rigorous solution. This set of problems should be fully resolved with the commit linked above, which will be reflected in an upcoming new release including official wheels. I'm tentatively closing this ticket, but please let us know in case you have any trouble installing Cython is now declared as a build dependency, which means that your Python package manager (e.g., |
Trying to install in a Windows 10 system. It has anaconda and visual c++ build tools 14 installed. I get the cl.exe unable to start error.
Thus unable to build wheel. Please upload the wheel file on pypi or here.
The text was updated successfully, but these errors were encountered: