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
After having upgraded to the latest ubuntu (noble), I found that midnight commander is not able to dive into compressed archived files anymore. So I turned to unp for a quick fix. And tried opening up a wheel. It failed.
mini-me@virtucon ~/h/b/h/S/o/p/dist (development)> unp soar-0.1-py3-none-any.whl Unpacking "/home/mini-me/home/backyard/hephaestus/Soar-development/out/python/dist/soar-0.1-py3-none-any.whl" with unzipTraceback (most recent call last): File "/home/mini-me/.pyenv/versions/3.12.2/bin/unp", line 8, in <module> sys.exit(cli()) ^^^^^ File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/click/core.py", line 1157, in __call__ return self.main(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/click/core.py", line 1078, in main (warning) cannot set modif./access times No such file or directorycheckdir error: cannot create soar No such file or directory unable to process soar/_Python_sml_ClientInterface.so. checkdir error: cannot create soar-0.1.dist-info No such file or directory unable to process soar-0.1.dist-info/METADATA. checkdir error: cannot create soar-0.1.dist-info No such file or directory unable to process soar-0.1.dist-info/WHEEL. checkdir error: cannot create soar-0.1.dist-info No such file or directory unable to process soar-0.1.dist-info/top_level.txt. checkdir error: cannot create soar-0.1.dist-info No such file or directory unable to process soar-0.1.dist-info/RECORD. rv = self.invoke(ctx) ^^^^^^^^^^^^^^^^ File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/unp.py", line 565, in cli unpacker.unpack(output) File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/unp.py", line 210, in unpack if self.real_unpack(tmp_dir) != 0: ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/unp.py", line 243, in real_unpack for filename in self.stream_processor.process(c): File "/home/mini-me/.pyenv/versions/3.12.2/lib/python3.12/site-packages/unp.py", line 71, in process match = self.regex.search(line) ^^^^^^^^^^^^^^^^^^^^^^^TypeError: cannot use a string pattern on a bytes-like object
The text was updated successfully, but these errors were encountered:
After having upgraded to the latest ubuntu (noble), I found that midnight commander is not able to dive into compressed archived files anymore. So I turned to unp for a quick fix. And tried opening up a wheel. It failed.
The text was updated successfully, but these errors were encountered: