-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error while running libs\pointops\setup.py #39
Comments
Oh actually it worked by removing the following problems: (opt,) = get_config_vars('OPT') os.environ['OPT'] = " ".join( |
me/shivap/skp/p0/python=3.8/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
!! i am getting above error when running python setup.py install ...... i have no experience writing project.toml file instead of using setup.py . Can anyone help me resolving this issue? |
did you happen to solve the issue? |
When running the setup.py I am getting the following error:
Traceback (most recent call last): File "setup.py", line 9, in <module> flag for flag in opt.split() if flag != '-Wstrict-prototypes' AttributeError: 'NoneType' object has no attribute 'split'
On further investigation, it seems that "get_config_vars('OPT')" is returning 'None'. Now I can't find what 'OPT' configuration is expected. Please help me with this.
I am using Windows 11, Cuda 11.7, and Python 3.8 (as recommended)
The text was updated successfully, but these errors were encountered: