Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Unable to install mods with spaces in the name #4

Closed
csmith opened this issue Jul 25, 2016 · 0 comments
Closed

Unable to install mods with spaces in the name #4

csmith opened this issue Jul 25, 2016 · 0 comments
Labels

Comments

@csmith
Copy link
Contributor

csmith commented Jul 25, 2016

I can't seem to make fac install a mod with spaces in the name (such as Orbital Ion Cannon).

$ fac install "Orbital Ion Cannon"
Traceback (most recent call last):
File "/usr/local/bin/fac", line 9, in
load_entry_point('fac-cli==0.2', 'console_scripts', 'fac')()
File "/home/factorio/fac-cli/fac/main.py", line 57, in main
args.run(args)
File "/home/factorio/fac-cli/fac/commands/install.py", line 43, in run
req = list(parse_requirements(req))[0]
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2930, in parse_requirements
"version spec")
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2895, in scan_list
raise RequirementParseError(msg, line, "at", line[p:])
pkg_resources.RequirementParseError: Expected version spec in Orbital Ion Cannon at Ion Cannon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants