Replies: 1 comment 6 replies
-
Try |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the below error when trying to run the setup file via CMD. Does anyone know how to fix this?
C:\Program Files (x86)\bulk-downloader-for-reddit-2.4.2>python "setup.py"
ERROR:root:Error parsing
Traceback (most recent call last):
File "c:\program files (x86)\bulk-downloader-for-reddit-2.4.2.eggs\pbr-5.7.0-py3.9.egg\pbr\core.py", line 96, in pbr
attrs = util.cfg_to_args(path, dist.script_args)
File "c:\program files (x86)\bulk-downloader-for-reddit-2.4.2.eggs\pbr-5.7.0-py3.9.egg\pbr\util.py", line 272, in cfg_to_args
pbr.hooks.setup_hook(config)
File "c:\program files (x86)\bulk-downloader-for-reddit-2.4.2.eggs\pbr-5.7.0-py3.9.egg\pbr\hooks_init_.py", line 25, in setup_hook
metadata_config.run()
File "c:\program files (x86)\bulk-downloader-for-reddit-2.4.2.eggs\pbr-5.7.0-py3.9.egg\pbr\hooks\base.py", line 27, in run
self.hook()
File "c:\program files (x86)\bulk-downloader-for-reddit-2.4.2.eggs\pbr-5.7.0-py3.9.egg\pbr\hooks\metadata.py", line 25, in hook
self.config['version'] = packaging.get_version(
File "c:\program files (x86)\bulk-downloader-for-reddit-2.4.2.eggs\pbr-5.7.0-py3.9.egg\pbr\packaging.py", line 874, in get_version
raise Exception("Versioning for this project requires either an sdist"
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name bdfr was given, but was not able to be found.
error in setup command: Error parsing C:\Program Files (x86)\bulk-downloader-for-reddit-2.4.2\setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name bdfr was given, but was not able to be found.
C:\Program Files (x86)\bulk-downloader-for-reddit-2.4.2>
Beta Was this translation helpful? Give feedback.
All reactions