question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

import cupy 9.0.0a2 doesn't work on Windows 10

See original GitHub issue

Thank you for using and contributing to CuPy!

If your issue is a request for support in using CuPy, please post it on Stack Overflow or Google Groups (en / ja). Developer team members are monitoring questions on these channels.

If it is a bug report, please include the following information:

  • Conditions (you can just paste the output of python -c 'import cupy; cupy.show_config()')
    • CuPy version 9.0.0a2
    • OS/Platform: Windows 10
    • CUDA version: 10.2
    • cuDNN/NCCL version (if applicable)
  • Code to reproduce
>>> import cupy
  • Error messages, stack traces, or logs
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\Amin\anaconda3\envs\py38\lib\site-packages\cupy\__init__.py", line 57, in <module>
    from cupy import fft  # NOQA
  File "C:\Users\Amin\anaconda3\envs\py38\lib\site-packages\cupy\fft\__init__.py", line 1, in <module>
    from cupy.fft._fft import fft  # NOQA
  File "C:\Users\Amin\anaconda3\envs\py38\lib\site-packages\cupy\fft\_fft.py", line 9, in <module>
    from cupy.fft import config
  File "C:\Users\Amin\anaconda3\envs\py38\lib\site-packages\cupy\fft\config.py", line 13, in <module>
    from cupy.fft._callback import get_current_callback_manager  # NOQA
  File "cupy\fft\_callback.pyx", line 35, in init cupy.fft._callback
AttributeError: 'NoneType' object has no attribute 'split'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kmaehashicommented, Dec 2, 2020

we’ll soon make a release including this fix as v9.0.0a3.

Unfortunately, as many test failures are observed in #4362, we decided not to release v9.0.0a3 this time and will work on fixing the Windows issues towards v9.0.0b1 planned next month. We are going to take down v9.0.0a2 Windows wheels. We’re sorry for the inconvenience.

1reaction
kmaehashicommented, Nov 30, 2020

Thank you for the feedback, we’ll soon make a release including this fix as v9.0.0a3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to compile and install cupy on Windows 10 x64 #914
C:\WINDOWS\system32>pip install cupy Collecting cupy Using cached cupy-2.3.0.tar.gz Complete output from command python setup.py egg_info: ...
Read more >
Trouble while installing cupy on Windows 10 with pip
pip install cupy ERROR: Command errored out with exit status 1: command: 'c:\users\micha\appdata\local\programs\python\python37\python.exe' -c ' ...
Read more >
cupy - PyPI
CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated computing with Python. This package (cupy) is a source distribution.
Read more >
Installation — CuPy 11.4.0 documentation
pip fails to install CuPy# ... If you are using certain versions of conda, it may fail to build CuPy with error g++:...
Read more >
Changelog — Python 3.7.15 documentation
1 (from 2.2.8) to get the fix for the CVE-2013-0340 “Billion Laughs” vulnerability. This copy is most used on Windows and macOS.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found