You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
running the 'python setup.py build' command line I receive the following error:
running build
running build_py
running build_ext
Traceback (most recent call last):
File "setup.py", line 107, in <module>
setup(**setup_args)
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/build.py", line 128, in run
self.run_command(cmd_name)
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/usr/lib/python2.7/distutils/command/build_ext.py", line 449, in build_extensions
self.build_extension(ext)
File "setup.py", line 53, in build_extension
return super().build_extension(ext)
TypeError: super() takes at least 1 argument (0 given)
how can i solve it?
thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
running the 'python setup.py build' command line I receive the following error:
how can i solve it?
thanks!
The text was updated successfully, but these errors were encountered: