Skip to content
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

unable to install deepnl in windows #43

Open
tweetsharp opened this issue Dec 29, 2016 · 1 comment
Open

unable to install deepnl in windows #43

tweetsharp opened this issue Dec 29, 2016 · 1 comment

Comments

@tweetsharp
Copy link

hi
i want install deepnl in windows 10 x64. when i excute "python setup.py install" i get follow error :
plus i have problem to install some dependencies like Eigen.
any Idea?

C:\Users\regularman>python setup.py install
Please put "# distutils: language=c++" in your .pyx or .pxd file(s)
Traceback (most recent call last):
  File "C:\Users\regularman\Desktop\New Folder (4)\deepnl-master\setup.py", line 62, in <module>
    nthreads=4),
  File "C:\Users\regularman\AppData\Local\Programs\Python\Python35-32\lib\site-packages\Cython\Build\Dependencies.py", line 818, in cythonize
    aliases=aliases)
  File "C:\Users\regularman\AppData\Local\Programs\Python\Python35-32\lib\site-packages\Cython\Build\Dependencies.py", line 704, in create_extension_list
    for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
  File "C:\Users\regularman\AppData\Local\Programs\Python\Python35-32\lib\site-packages\Cython\Build\Dependencies.py", line 108, in nonempty
    raise ValueError(error_msg)
ValueError: 'deepnl/words.pyx' doesn't match any files
@attardi
Copy link
Owner

attardi commented Dec 29, 2016

Unfortunately not. I never tried DeepNL on Windows.
The error on missing file deepnl/words.pyx is strange.
On MacOs there was a problem with upper case in file names, but it was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants