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
#0 173.5 INFO: pip is looking at multiple versions of pickleshare to determine which version is compatible with other requirements. This could take a while.
#0 174.0 Downloading pickleshare-0.4.tar.gz (11 kB)
#0 174.1 Preparing metadata (setup.py): started
#0 174.2 Preparing metadata (setup.py): finished with status 'error'
#0 174.2 error: subprocess-exited-with-error
#0 174.2
#0 174.2 × python setup.py egg_info did not run successfully.
#0 174.2 │ exit code: 1
#0 174.2 ╰─> [11 lines of output]
#0 174.2 Traceback (most recent call last):
#0 174.2 File "<string>", line 2, in <module>
#0 174.2 File "<pip-setuptools-caller>", line 34, in <module>
#0 174.2 File "/tmp/pip-install-9s9g_51u/pickleshare_7951e09ae637468caa6efddd2108a27f/setup.py", line 3, in <module>
#0 174.2 import pickleshare
#0 174.2 File "/tmp/pip-install-9s9g_51u/pickleshare_7951e09ae637468caa6efddd2108a27f/pickleshare.py", line 41, in <module>
#0 174.2 from path import path as Path
#0 174.2 File "/tmp/pip-install-9s9g_51u/pickleshare_7951e09ae637468caa6efddd2108a27f/path.py", line 724
#0 174.2 def mkdir(self, mode=0777):
#0 174.2 ^
#0 174.2 SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
#0 174.2 [end of output]
#0 174.2 ```
The text was updated successfully, but these errors were encountered:
Cloned the repo and while building,
The text was updated successfully, but these errors were encountered: