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
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 (-vvv option).
Windows (Travis CI):
1.1.0:
Link of a Gist with the contents of your pyproject.toml file:
Issue
I don't really understand what the problem is, but below is a stack trace from Poetry failing to install my app's dependencies on a Travis Windows system.
The problem can be fixed by rolling back to 1.0.10 or by setting experimental.new-installer=false, so I believe it to be a Poetry issue (even though it's not clear from the stack trace).
I'm having the same issue here , but I use Poetry 1.1.2. However my logs aren't so detailed. You can see the complete logs there and navigate to the pyproject.toml file. The summary:
Installing dependencies from lock file
UnicodeDecodeError
'charmap' codec can't decode byte 0x90 in position 356: character maps to <undefined>
at c:\hostedtoolcache\windows\python\3.8.6\x64\lib\encodings\cp1252.py:23 in decode
19│ return codecs.charmap_encode(input,self.errors,encoding_table)[0]
20│
21│ class IncrementalDecoder(codecs.IncrementalDecoder):
22│ def decode(self, input, final=False):
→ 23│ return codecs.charmap_decode(input,self.errors,decoding_table)[0]
24│
25│ class StreamWriter(Codec,codecs.StreamWriter):
26│ pass
27│
##[error]Process completed with exit code 1.
-vvv
option).Issue
I don't really understand what the problem is, but below is a stack trace from Poetry failing to install my app's dependencies on a Travis Windows system.
The problem can be fixed by rolling back to
1.0.10
or by settingexperimental.new-installer=false
, so I believe it to be a Poetry issue (even though it's not clear from the stack trace).Full Travis log is here if it helps - https://travis-ci.org/github/Origen-SDK/o2/jobs/732477284
The text was updated successfully, but these errors were encountered: