-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
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: Windows 10
- Poetry version:
0.12.9 - Link of a Gist with the contents of your pyproject.toml file: N/A
Issue
Similar to #199, I'm unable to use Poetry if there is a space in my path. I can't even begin using Poetry enough to create a venv. The full path to the working directory is C:\Users\FirstName LastName\code\. When I try running poetry new or poetry init, I get the following error:
~\code\poetry-test> poetry init -vvv
(null): can't open file 'C:\Users\FirstName': [Errno 2] No such file or directory
The issue occurs even if I create a working directory at the root C:\poetry-test\. Poetry seems to have an issue if it is installed inside a directory that contains a space:
C:\poetry-test> where.exe poetry
C:\Users\FirstName LastName\.poetry\bin\poetry
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected