-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- OS version and name: ArchLinux
- Poetry version: 0.12.2
Issue
A Path was probably expected. I'll submit a PR addressing this in a few minutes.
$ poetry develop -vvv
[TypeError]
unsupported operand type(s) for /: 'str' and 'str'
Exception trace:
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/cleo/application.py in run() at line 94
status_code = self.do_run(input_, output_)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/console/application.py in do_run() at line 88
return super(Application, self).do_run(i, o)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/cleo/application.py in do_run() at line 197
status_code = command.run(input_, output_)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/console/commands/command.py in run() at line 77
return super(BaseCommand, self).run(i, o)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/cleo/commands/base_command.py in run() at line 136
self.initialize(input_, output_)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/console/commands/env_command.py in initialize() at line 16
o, self.poetry.package.name, cwd=self.poetry.file.parent
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/utils/env.py in create_venv() at line 127
env = cls.get(cwd=cwd)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/utils/env.py in get() at line 120
return VirtualEnv(prefix, base_prefix)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/utils/env.py in __init__() at line 341
super(VirtualEnv, self).__init__(path, base)
/home/cauebs/.local/venvs/poetry/lib/python3.7/site-packages/poetry/utils/env.py in __init__() at line 49
self._bin_dir = self._path / bin_dir
develop
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels