-
Notifications
You must be signed in to change notification settings - Fork 34
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
The command "python setup.py install" for error? #19
Comments
Please use python 3 |
File "setup.py", line 2, in Use python3,leading the error in the line2 of the setup.py file. However, in my enviroment, the following commands can be running correctly:
|
check your python3 enviroment by using following code:
|
Yes, these commands can be running correctly |
One factor that may also cause this problem: there are multiple python versions (including the anconda one). |
ninja: error: './ddf/ddfnet-main/ddf/src/cuda/ddf_mul_cuda.cpp', needed by './ddf/ddfnet-main/ddf/build/temp.win-amd64-cpython-37/Release/src/cuda/ddf_mul_cuda.obj', missing and no known rule to make it |
DDF may not work on windows, use Linux please. |
File "setup.py", line 23
print(f'Compiling {name} without CUDA')
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: