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

changes to frnn.py doesn't take effect #5

Closed
yuhao opened this issue Jul 2, 2021 · 4 comments
Closed

changes to frnn.py doesn't take effect #5

yuhao opened this issue Jul 2, 2021 · 4 comments

Comments

@yuhao
Copy link

yuhao commented Jul 2, 2021

seems like changes made to frnn/frnn.py doesn't take place, even after running python setup.py install. any idea why this might be the case?

@yuhao yuhao closed this as completed Jul 2, 2021
@lxxue
Copy link
Owner

lxxue commented Jul 2, 2021

You can use python setup.py develop for this case.

@yuhao
Copy link
Author

yuhao commented Jul 2, 2021

thanks. or i could manually run python setup.py install each time seems like.

@lxxue
Copy link
Owner

lxxue commented Jul 2, 2021

With develop you can constantly make changes in python without doing install again according to this answer. But if you make changes in the C++/CUDA, you need to recompile it with python setup.py install/develop.

@yuhao
Copy link
Author

yuhao commented Jul 2, 2021 via email

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