Advertisement
Guest User

Untitled

a guest
Jun 14th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. pip3 install pycuda
  2. Error: Building wheels for collected packages: pycuda
  3. Building wheel for pycuda (setup.py) ... error
  4. ERROR: Complete output from command 'c:anacondapython.exe' -u -c
  5. 'import setuptools, tokenize;__file__='"'"'
  6. C:\Users\hack\AppData\Local\Temp\pip-install-a1dsshvv\pycuda
  7.  
  8. setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"',open) (__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:UsershackAppDataLocalTemppip-wheel-9r1hq74i' --python-tag cp36:
  9. ERROR: *************************************************************
  10. *** I have detected that you have not run configure.py.
  11.  
  12. TypeError: '>=' not supported between instances of 'NoneType' and 'str'
  13. ----------------------------------------
  14. ERROR: Failed building wheel for pycuda
  15.  
  16. import pycuda.gpuarray as gpuarray
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement