Browse Source

adding new folders and files

main
JoBCB 3 years ago
parent
commit
2f257f7ac7
  1. 23
      README.md
  2. BIN
      error_camp_zine_sample/audio/Relaxing-spring-birds-chirping.mp3
  3. BIN
      error_camp_zine_sample/erratic_reading_lists/boxes_of_books_with_no_covers_Hazel.jpg
  4. 162
      error_camp_zine_sample/erratic_reading_lists/index.html
  5. 15
      error_camp_zine_sample/erratic_reading_lists/intro.md
  6. 33
      error_camp_zine_sample/erratic_reading_lists/intro.md.html
  7. 28
      error_camp_zine_sample/errors_frictions_and_fictions/index.html
  8. BIN
      error_camp_zine_sample/frozen_errors/Glitch_Antonio Roberts.png
  9. BIN
      error_camp_zine_sample/frozen_errors/a_talkative_error_Hazel.jpg
  10. BIN
      error_camp_zine_sample/frozen_errors/do_not_TidalCycles.png
  11. BIN
      error_camp_zine_sample/frozen_errors/error-chicau-digitalselfs.gif
  12. 131
      error_camp_zine_sample/frozen_errors/index.html
  13. 0
      error_camp_zine_sample/frozen_errors/syntax-error-Joana_Chicau.png
  14. BIN
      error_camp_zine_sample/images/error_Joana_Chicau.gif
  15. 27
      error_camp_zine_sample/index.css
  16. 69
      error_camp_zine_sample/index.html
  17. 42
      error_camp_zine_sample/intro.md
  18. 34
      error_camp_zine_sample/intro.md.html
  19. BIN
      error_camp_zine_sample/premeditated_errors/Screenshot 2021-09-11 at 17.08.30.png
  20. BIN
      error_camp_zine_sample/premeditated_errors/footpath2tune3.jpg
  21. 127
      error_camp_zine_sample/premeditated_errors/index.html
  22. BIN
      error_camp_zine_sample/sounds_from_errorland/UR big dafty.mp3
  23. 30
      error_camp_zine_sample/sounds_from_errorland/index.html
  24. 193
      error_camp_zine_sample/sourcing_errors/distribusi_install_error.md
  25. 203
      error_camp_zine_sample/sourcing_errors/distribusi_install_error.md.html
  26. 331
      error_camp_zine_sample/sourcing_errors/index.html

23
README.md

@ -1 +1,22 @@
## making of ... * Error * Camp * zine
## Welcome to the * Error * CampZine *
__How to Generate the Zine__
_install..._
[distribusi.sh](https://git.vvvvvvaria.org/varia/distribusi)
&amp
[md2html.sh which uses pandoc](https://pandoc.org/demos.html)
_then, in the terminal run the two scripts in order as below:_
* $ sh md2html.sh
* $ sh distribusi.sh
__Colophon__
Zine generation facilitated by Joana Chicau and envisioned with Lucy Cheesman
@ Error Camp 2021
[snap font by Morgane Bartoli and Corentin Moussard](https://usemodify.com/fonts/snap-it/)

BIN
error_camp_zine_sample/audio/Relaxing-spring-birds-chirping.mp3

Binary file not shown.

BIN
error_camp_zine_sample/erratic_reading_lists/boxes_of_books_with_no_covers_Hazel.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

162
error_camp_zine_sample/erratic_reading_lists/index.html

@ -0,0 +1,162 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
<meta name="generator" content="distribusi" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
.image{max-width: 100%;}
.pdf object{width:640px;height: 640px;}
.dir::before{content:"📁 ";font-size:18px;}
.filename{display:block;font-family:mono;}
.unkown-file::before{content:"📄 ";font-size:18px;}
div{max-width: 640px;display:inline-block;vertical-align:top;margin:1em;padding:1em;}
video {width:640px;max-height:640px;}
:root {
--color-gray: #858585;
--color-whiteish: #fffff4;
--color-pink: #F557FF;
--color-yellow: #ffff45;
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
background-color: var(--color-whiteish);
margin-top: calc(6px + 1em);
font-family: "Snap" ;
color: var(--color-blue);
}
body > a {
position: fixed;
top: 0;
left: 0;
color: var(--color-whiteish);
background-color: var(--color-orange);
width: 100%;
padding: 3px 10px;
}
.filename {
visibility: hidden;
}
h1{
font-size: 6.5rem;
line-height: 6.5rem;
margin: 2rem 0rem 4rem 0rem;
text-shadow: 0.05em 0.05em 0.05em var(--color-orange);
}
div{
max-width: 520px;
float: left;
margin: 1rem;
padding: 0;
}
.html{
margin:0 3em;
}
li {
list-style: none;
}
.pdf object{
width: 400px;
height: 400px;
}
div#folder{
float:left;
margin-right:2em;
}
.plain,
.unkown-file{
float:right;
clear:right;
}
img, audio {
box-shadow: 0.2em 0.2em 0.5em var(--color-green);
}
figcaption,
.filename{
font-size:small;
color: var(--color-green);
margin:1em;
word-break: break-word;
text-transform: uppercase;
}
a{
font-family: "Snap" ;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
<div id="boxes_of_books_with_no_covers_Hazel" class="jpeg"><figure><img class="image" src="boxes_of_books_with_no_covers_Hazel.jpg"><figcaption>boxes_of_books_with_no_covers_Hazel.jpg</figcaption></figure></div>
<div id="intro" class="plain unkown-file"><a href='intro.md'>intro.md</a></div>
<div id="intro" class="html"><section id="intro.md.html"><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>intro</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="error">‘er·ror’</h1>
<p>..an erratic reading list..</p>
<ul>
<li><a href="https://theerrorbar.com/">Errors in neuroscience</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly90cm93ZWxhbmRlcnJvcnBvZGNhc3QuY29tL2ZlZWQv">A podcast about errors in gardening</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuc3ByZWFrZXIuY29tL3Nob3cvNDc3MzE0MC9lcGlzb2Rlcy9mZWVk">This epson printer error podcast appears to be algorithmically generated…</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuc3ByZWFrZXIuY29tL3Nob3cvNDgwMzcxNS9lcGlzb2Rlcy9mZWVk">This canon printer error podcast looks legit though</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</body>
</html>
</section></div>
<a href="../">../</a>
</body>
</html>

15
error_camp_zine_sample/erratic_reading_lists/intro.md

@ -0,0 +1,15 @@
# 'er·ror'
..an erratic reading list..
* ↝ [Errors in neuroscience](https://theerrorbar.com/)
* ↳ [A podcast about errors in gardening](https://podcasts.google.com/feed/aHR0cHM6Ly90cm93ZWxhbmRlcnJvcnBvZGNhc3QuY29tL2ZlZWQv)
* ⇧ [This epson printer error podcast appears to be algorithmically generated…](https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuc3ByZWFrZXIuY29tL3Nob3cvNDc3MzE0MC9lcGlzb2Rlcy9mZWVk)
* ⇢ [This canon printer error podcast looks legit though](https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuc3ByZWFrZXIuY29tL3Nob3cvNDgwMzcxNS9lcGlzb2Rlcy9mZWVk)
* ↪ []()
* ↷ []()
* ⇒ []()
* ⇉ []()
* ⇾ []()

33
error_camp_zine_sample/erratic_reading_lists/intro.md.html

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>intro</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<h1 id="error">‘er·ror’</h1>
<p>..an erratic reading list..</p>
<ul>
<li><a href="https://theerrorbar.com/">Errors in neuroscience</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly90cm93ZWxhbmRlcnJvcnBvZGNhc3QuY29tL2ZlZWQv">A podcast about errors in gardening</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuc3ByZWFrZXIuY29tL3Nob3cvNDc3MzE0MC9lcGlzb2Rlcy9mZWVk">This epson printer error podcast appears to be algorithmically generated…</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly93d3cuc3ByZWFrZXIuY29tL3Nob3cvNDgwMzcxNS9lcGlzb2Rlcy9mZWVk">This canon printer error podcast looks legit though</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</body>
</html>

28
error_camp_zine_sample/audio/index.html → error_camp_zine_sample/errors_frictions_and_fictions/index.html

@ -21,12 +21,12 @@
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 14.6px;
line-height: 16px;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/error_camp_demo_zine/Snap-itmono-1.6-Regular.otf");
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
@ -91,22 +91,34 @@ figcaption,
}
a{
font-family: "Snap" ;
word-break: break-word;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin:3em 0;
padding:0;
font-style:italic;
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="Relaxing-spring-birds-chirping" class="mpeg"><audio controls class="audio"><source src="Relaxing-spring-birds-chirping.mp3"></audio><span class="filename">Relaxing-spring-birds-chirping.mp3</span></div>
<a href="../">../</a>
</body>

BIN
error_camp_zine_sample/frozen_errors/Glitch_Antonio Roberts.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
error_camp_zine_sample/frozen_errors/a_talkative_error_Hazel.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
error_camp_zine_sample/frozen_errors/do_not_TidalCycles.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
error_camp_zine_sample/frozen_errors/error-chicau-digitalselfs.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 KiB

131
error_camp_zine_sample/frozen_errors/index.html

@ -0,0 +1,131 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
<meta name="generator" content="distribusi" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
.image{max-width: 100%;}
.pdf object{width:640px;height: 640px;}
.dir::before{content:"📁 ";font-size:18px;}
.filename{display:block;font-family:mono;}
.unkown-file::before{content:"📄 ";font-size:18px;}
div{max-width: 640px;display:inline-block;vertical-align:top;margin:1em;padding:1em;}
video {width:640px;max-height:640px;}
:root {
--color-gray: #858585;
--color-whiteish: #fffff4;
--color-pink: #F557FF;
--color-yellow: #ffff45;
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
background-color: var(--color-whiteish);
margin-top: calc(6px + 1em);
font-family: "Snap" ;
color: var(--color-blue);
}
body > a {
position: fixed;
top: 0;
left: 0;
color: var(--color-whiteish);
background-color: var(--color-orange);
width: 100%;
padding: 3px 10px;
}
.filename {
visibility: hidden;
}
h1{
font-size: 6.5rem;
line-height: 6.5rem;
margin: 2rem 0rem 4rem 0rem;
text-shadow: 0.05em 0.05em 0.05em var(--color-orange);
}
div{
max-width: 520px;
float: left;
margin: 1rem;
padding: 0;
}
.html{
margin:0 3em;
}
li {
list-style: none;
}
.pdf object{
width: 400px;
height: 400px;
}
div#folder{
float:left;
margin-right:2em;
}
.plain,
.unkown-file{
float:right;
clear:right;
}
img, audio {
box-shadow: 0.2em 0.2em 0.5em var(--color-green);
}
figcaption,
.filename{
font-size:small;
color: var(--color-green);
margin:1em;
word-break: break-word;
text-transform: uppercase;
}
a{
font-family: "Snap" ;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
<div id="Glitch_Antonio_Roberts" class="png"><figure><img class="image" src="Glitch_Antonio Roberts.png"><figcaption>Glitch_Antonio Roberts.png</figcaption></figure></div>
<div id="a_talkative_error_Hazel" class="jpeg"><figure><img class="image" src="a_talkative_error_Hazel.jpg"><figcaption>a_talkative_error_Hazel.jpg</figcaption></figure></div>
<div id="do_not_TidalCycles" class="png"><figure><img class="image" src="do_not_TidalCycles.png"><figcaption>do_not_TidalCycles.png</figcaption></figure></div>
<div id="error-chicau-digitalselfs" class="gif"><figure><img class="image" src="error-chicau-digitalselfs.gif"><figcaption>error-chicau-digitalselfs.gif</figcaption></figure></div>
<div id="syntax-error-Joana_Chicau" class="png"><figure><img class="image" src="syntax-error-Joana_Chicau.png"><figcaption>syntax-error-Joana_Chicau.png</figcaption></figure></div>
<a href="../">../</a>
</body>
</html>

0
error_camp_zine_sample/images/Joana_Chicau.png → error_camp_zine_sample/frozen_errors/syntax-error-Joana_Chicau.png

Before

Width:  |  Height:  |  Size: 886 KiB

After

Width:  |  Height:  |  Size: 886 KiB

BIN
error_camp_zine_sample/images/error_Joana_Chicau.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

27
error_camp_zine_sample/index.css

@ -6,12 +6,12 @@
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 14.6px;
line-height: 16px;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/error_camp_demo_zine/Snap-itmono-1.6-Regular.otf");
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
@ -76,14 +76,27 @@ figcaption,
}
a{
font-family: "Snap" ;
word-break: break-word;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin:3em 0;
padding:0;
font-style:italic;
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}

69
error_camp_zine_sample/index.html

@ -21,12 +21,12 @@
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 14.6px;
line-height: 16px;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/error_camp_demo_zine/Snap-itmono-1.6-Regular.otf");
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
@ -91,23 +91,40 @@ figcaption,
}
a{
font-family: "Snap" ;
word-break: break-word;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin:3em 0;
padding:0;
font-style:italic;
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="folder" class="dir"><a href='images'>images/</a></div>
<div id="folder" class="dir"><a href='audio'>audio/</a></div>
<div id="folder" class="dir"><a href='sourcing_errors'>sourcing_errors/</a></div>
<div id="folder" class="dir"><a href='sounds_from_errorland'>sounds_from_errorland/</a></div>
<div id="folder" class="dir"><a href='premeditated_errors'>premeditated_errors/</a></div>
<div id="folder" class="dir"><a href='frozen_errors'>frozen_errors/</a></div>
<div id="folder" class="dir"><a href='errors_frictions_and_fictions'>errors_frictions_and_fictions/</a></div>
<div id="folder" class="dir"><a href='erratic_reading_lists'>erratic_reading_lists/</a></div>
<div id="folder" class="dir"><a href='.git'>.git/</a></div>
<div id="" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
<div id="Snap-itmono-1" class="vnd.ms-opentype"><a href='Snap-itmono-1.6-Regular.otf'>Snap-itmono-1.6-Regular.otf</a><span class="filename">Snap-itmono-1.6-Regular.otf</span></div>
@ -134,25 +151,33 @@ blockquote{
<body>
<h1 id="error">‘er·ror’</h1>
<ul>
<li>: the quality or state of erring;</li>
<li>: a deficiency or imperfection in structure or function;</li>
<li>: the amount of deviation from a standard or specification;</li>
<li>: mix-up;</li>
<li>: is the quality or state of erring;</li>
<li>: is a deficiency or imperfection in structure or function;</li>
<li>: is the amount of deviation from a standard or specification;</li>
<li>: is odd (not even);</li>
<li>: has its own sporadic rhythm;</li>
<li>: or aperiodic, discontinuous;</li>
<li>: appreciates the unsystematic;</li>
<li>: is the antonym of set and stable;</li>
<li>: is not nonrandom;</li>
<li>: is also know as mix-up;</li>
<li>: may not be fully conscious;</li>
<li>: and may creates new languages and magic spells;</li>
</ul>
<blockquote>
<p>..about the ritual..</p>
<p>..during error camp we invite you on a ritual.. <br> ..every instant an error occurs.. <br> ..share it with the error camp drive.. <br> ..you can place it in one of the locations in the drive:</p>
<ul>
<li>◌ …</li>
<li>● …</li>
<li>◦ …</li>
<li>● …</li>
<li>○ …</li>
<li>◦ …</li>
<li>● …</li>
<li>◌ erratic_reading_lists (.md) ◌</li>
<li>◦ frozen_errors (.jpg,.png,.gif) ◦</li>
<li>● sounds_from_errorland (.mp3) ●</li>
<li>◦ sourcing_errors (.js, .pd, .sh,..) ◦</li>
<li>● errors_frictions_and_fictions (¿?) ●</li>
</ul>
<p><sup>..alternatively leave your error traces @ <a href="https://cryptpad.fr/whiteboard/#/2/whiteboard/edit/SN1raDrVLQt3l5UfXAk9uXkV/">cryptpad</a>..</sup><br></p>
<p>..at the end of Error Camp a zine will be compiled.. with all errors included..thank you!</p>
</blockquote>
<p><strong>Colophon</strong></p>
<p>Zine generation facilitated by Lucy Cheesman and Joana Chicau @ Error Camp 2020</p>
<p>Zine generation facilitated by Joana Chicau and envisioned with Lucy Cheesman @ Error Camp 2021</p>
<p><em>with the help of…</em> <a href="https://git.vvvvvvaria.org/varia/distribusi">distribusi.sh</a> &amp;amp <a href="https://pandoc.org/demos.html">md2html.sh using pandoc</a> &amp;amp <a href="https://usemodify.com/fonts/snap-it/">snap font by Morgane Bartoli and Corentin Moussard</a></p>
</body>
</html>

42
error_camp_zine_sample/intro.md

@ -1,28 +1,42 @@
# 'er·ror'
* : the quality or state of erring;
* : a deficiency or imperfection in structure or function;
* : the amount of deviation from a standard or specification;
* : mix-up;
* : is the quality or state of erring;
* : is a deficiency or imperfection in structure or function;
* : is the amount of deviation from a standard or specification;
* : is odd (not even);
* : has its own sporadic rhythm;
* : or aperiodic, discontinuous;
* : appreciates the unsystematic;
* : is the antonym of set and stable;
* : is not nonrandom;
* : is also know as mix-up;
* : may not be fully conscious;
* : and may creates new languages and magic spells;
<blockquote>
..about the ritual..
..during error camp we invite you on a ritual.. <br>
..every instant an error occurs.. <br>
..share it with the error camp drive.. <br>
..you can place it in one of the locations in the drive:
* ◌ ...
* ● ...
* ◦ ...
* ● ...
* ○ ...
* ◦ ...
* ● ...
* ◌ erratic_reading_lists (.md) ◌
* ◦ frozen_errors (.jpg,.png,.gif) ◦
* ● sounds_from_errorland (.mp3) ●
* ◦ sourcing_errors (.js, .pd, .sh,..) ◦
* ● errors_frictions_and_fictions (¿?) ●
<sup>..alternatively leave your error traces @ [cryptpad](https://cryptpad.fr/whiteboard/#/2/whiteboard/edit/SN1raDrVLQt3l5UfXAk9uXkV/)..</sup><br>
..at the end of Error Camp a zine will be compiled.. with all errors included..thank you!
</blockquote>
__Colophon__
Zine generation facilitated by Lucy Cheesman and Joana Chicau
@ Error Camp 2020
Zine generation facilitated by Joana Chicau and envisioned with Lucy Cheesman
@ Error Camp 2021
_with the help of..._
[distribusi.sh](https://git.vvvvvvaria.org/varia/distribusi) &amp

34
error_camp_zine_sample/intro.md.html

@ -18,25 +18,33 @@
<body>
<h1 id="error">‘er·ror’</h1>
<ul>
<li>: the quality or state of erring;</li>
<li>: a deficiency or imperfection in structure or function;</li>
<li>: the amount of deviation from a standard or specification;</li>
<li>: mix-up;</li>
<li>: is the quality or state of erring;</li>
<li>: is a deficiency or imperfection in structure or function;</li>
<li>: is the amount of deviation from a standard or specification;</li>
<li>: is odd (not even);</li>
<li>: has its own sporadic rhythm;</li>
<li>: or aperiodic, discontinuous;</li>
<li>: appreciates the unsystematic;</li>
<li>: is the antonym of set and stable;</li>
<li>: is not nonrandom;</li>
<li>: is also know as mix-up;</li>
<li>: may not be fully conscious;</li>
<li>: and may creates new languages and magic spells;</li>
</ul>
<blockquote>
<p>..about the ritual..</p>
<p>..during error camp we invite you on a ritual.. <br> ..every instant an error occurs.. <br> ..share it with the error camp drive.. <br> ..you can place it in one of the locations in the drive:</p>
<ul>
<li>◌ …</li>
<li>● …</li>
<li>◦ …</li>
<li>● …</li>
<li>○ …</li>
<li>◦ …</li>
<li>● …</li>
<li>◌ erratic_reading_lists (.md) ◌</li>
<li>◦ frozen_errors (.jpg,.png,.gif) ◦</li>
<li>● sounds_from_errorland (.mp3) ●</li>
<li>◦ sourcing_errors (.js, .pd, .sh,..) ◦</li>
<li>● errors_frictions_and_fictions (¿?) ●</li>
</ul>
<p><sup>..alternatively leave your error traces @ <a href="https://cryptpad.fr/whiteboard/#/2/whiteboard/edit/SN1raDrVLQt3l5UfXAk9uXkV/">cryptpad</a>..</sup><br></p>
<p>..at the end of Error Camp a zine will be compiled.. with all errors included..thank you!</p>
</blockquote>
<p><strong>Colophon</strong></p>
<p>Zine generation facilitated by Lucy Cheesman and Joana Chicau @ Error Camp 2020</p>
<p>Zine generation facilitated by Joana Chicau and envisioned with Lucy Cheesman @ Error Camp 2021</p>
<p><em>with the help of…</em> <a href="https://git.vvvvvvaria.org/varia/distribusi">distribusi.sh</a> &amp;amp <a href="https://pandoc.org/demos.html">md2html.sh using pandoc</a> &amp;amp <a href="https://usemodify.com/fonts/snap-it/">snap font by Morgane Bartoli and Corentin Moussard</a></p>
</body>
</html>

BIN
error_camp_zine_sample/premeditated_errors/Screenshot 2021-09-11 at 17.08.30.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
error_camp_zine_sample/premeditated_errors/footpath2tune3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 KiB

127
error_camp_zine_sample/premeditated_errors/index.html

@ -0,0 +1,127 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
<meta name="generator" content="distribusi" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
.image{max-width: 100%;}
.pdf object{width:640px;height: 640px;}
.dir::before{content:"📁 ";font-size:18px;}
.filename{display:block;font-family:mono;}
.unkown-file::before{content:"📄 ";font-size:18px;}
div{max-width: 640px;display:inline-block;vertical-align:top;margin:1em;padding:1em;}
video {width:640px;max-height:640px;}
:root {
--color-gray: #858585;
--color-whiteish: #fffff4;
--color-pink: #F557FF;
--color-yellow: #ffff45;
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
background-color: var(--color-whiteish);
margin-top: calc(6px + 1em);
font-family: "Snap" ;
color: var(--color-blue);
}
body > a {
position: fixed;
top: 0;
left: 0;
color: var(--color-whiteish);
background-color: var(--color-orange);
width: 100%;
padding: 3px 10px;
}
.filename {
visibility: hidden;
}
h1{
font-size: 6.5rem;
line-height: 6.5rem;
margin: 2rem 0rem 4rem 0rem;
text-shadow: 0.05em 0.05em 0.05em var(--color-orange);
}
div{
max-width: 520px;
float: left;
margin: 1rem;
padding: 0;
}
.html{
margin:0 3em;
}
li {
list-style: none;
}
.pdf object{
width: 400px;
height: 400px;
}
div#folder{
float:left;
margin-right:2em;
}
.plain,
.unkown-file{
float:right;
clear:right;
}
img, audio {
box-shadow: 0.2em 0.2em 0.5em var(--color-green);
}
figcaption,
.filename{
font-size:small;
color: var(--color-green);
margin:1em;
word-break: break-word;
text-transform: uppercase;
}
a{
font-family: "Snap" ;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="Screenshot_2021-09-11_at_17" class="png"><figure><img class="image" src="Screenshot 2021-09-11 at 17.08.30.png"><figcaption>Screenshot 2021-09-11 at 17.08.30.png</figcaption></figure></div>
<div id="footpath2tune3" class="jpeg"><figure><img class="image" src="footpath2tune3.jpg"><figcaption>footpath2tune3.jpg</figcaption></figure></div>
<a href="../">../</a>
</body>
</html>

BIN
error_camp_zine_sample/sounds_from_errorland/UR big dafty.mp3

Binary file not shown.

30
error_camp_zine_sample/images/index.html → error_camp_zine_sample/sounds_from_errorland/index.html

@ -21,12 +21,12 @@
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 14.6px;
line-height: 16px;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/error_camp_demo_zine/Snap-itmono-1.6-Regular.otf");
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
@ -91,24 +91,36 @@ figcaption,
}
a{
font-family: "Snap" ;
word-break: break-word;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin:3em 0;
padding:0;
font-style:italic;
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
<div id="Joana_Chicau" class="png"><figure><img class="image" src="Joana_Chicau.png"><figcaption>Joana_Chicau.png</figcaption></figure></div>
<div id="error_Joana_Chicau" class="gif"><figure><img class="image" src="error_Joana_Chicau.gif"><figcaption>error_Joana_Chicau.gif</figcaption></figure></div>
<div id="UR_big_dafty" class="mpeg"><audio controls class="audio"><source src="UR big dafty.mp3"></audio><span class="filename">UR big dafty.mp3</span></div>
<a href="../">../</a>
</body>

193
error_camp_zine_sample/sourcing_errors/distribusi_install_error.md

@ -0,0 +1,193 @@
Last login: Sat Sep 11 18:42:09 on ttys001
jsimon@jsairm ~ % pip install --user distribusi
Collecting distribusi
Using cached distribusi-0.0.10-py2.py3-none-any.whl (20 kB)
Collecting pillow<7.0,>=6.1.0
Using cached Pillow-6.2.2.tar.gz (37.8 MB)
Requirement already satisfied: python-magic<1.0,>=0.4.15 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from distribusi) (0.4.24)
Using legacy 'setup.py install' for pillow, since package 'wheel' is not installed.
Installing collected packages: pillow, distribusi
# Running setup.py install for pillow ... error
## ERROR: Command errored out with exit status 1:
command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py'"'"'; __file__='"'"'/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-record-ecjwl63g/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /Users/jsimon/Library/Python/3.9/include/python3.9/pillow
cwd: /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/
Complete output (175 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-3.9
creating build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MpoImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMode.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PngImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XbmImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcxImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SunImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SpiderImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TarIO.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FitsStubImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MpegImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BdfFontFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GribStubImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageStat.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PixarImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GimpPaletteFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageColor.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ContainerIO.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MspImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MicImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_version.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImtImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GifImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PalmImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageQt.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMath.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PaletteFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FontFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PdfParser.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ExifTags.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageCms.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FpxImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageChops.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BufrStubImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PSDraw.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcdImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFilter.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageDraw2.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImagePath.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/DcxImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/__init__.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/JpegPresets.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/features.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageDraw.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GimpGradientFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageWin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IcoImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_tkinter_finder.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/EpsImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TgaImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMorph.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WalImageFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcfFontFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BlpImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageTk.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GbrImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageOps.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PdfImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageShow.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageEnhance.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WmfImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageGrab.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WebPImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FliImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TiffTags.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/CurImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_util.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GdImageFile.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TiffImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IptcImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImagePalette.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BmpImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageTransform.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IcnsImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/McIdasImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XpmImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/DdsImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageSequence.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PyAccess.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_binary.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Image.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/__main__.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SgiImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PsdImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/JpegImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFont.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PpmImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FtexImagePlugin.py -> build/lib.macosx-10.9-universal2-3.9/PIL
running egg_info
writing src/Pillow.egg-info/PKG-INFO
writing dependency_links to src/Pillow.egg-info/dependency_links.txt
writing top-level names to src/Pillow.egg-info/top_level.txt
adding license file 'LICENSE' (matched pattern 'LICEN[CS]E*')
reading manifest file 'src/Pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.c'
warning: no files found matching '*.h'
warning: no files found matching '*.sh'
warning: no previously-included files found matching '.appveyor.yml'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.codecov.yml'
warning: no previously-included files found matching '.editorconfig'
warning: no previously-included files found matching '.readthedocs.yml'
warning: no previously-included files found matching 'azure-pipelines.yml'
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
no previously-included directories found matching '.azure-pipelines'
no previously-included directories found matching '.travis'
writing manifest file 'src/Pillow.egg-info/SOURCES.txt'
running build_ext
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
Traceback (most recent call last):
File "/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py", line 852, in <module>
setup(
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/install.py", line 546, in run
self.run_command('build')
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py", line 687, in build_extensions
raise RequiredDependencyException(f)
__main__.RequiredDependencyException: zlib
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py", line 903, in <module>
raise RequiredDependencyException(msg)
__main__.RequiredDependencyException:
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
----------------------------------------
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py'"'"'; __file__='"'"'/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-record-ecjwl63g/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /Users/jsimon/Library/Python/3.9/include/python3.9/pillow Check the logs for full command output.
jsimon@jsairm ~ %

203
error_camp_zine_sample/sourcing_errors/distribusi_install_error.md.html

@ -0,0 +1,203 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>distribusi_install_error</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<p>Last login: Sat Sep 11 18:42:09 on ttys001 jsimon@jsairm ~ % pip install –user distribusi Collecting distribusi Using cached distribusi-0.0.10-py2.py3-none-any.whl (20 kB) Collecting pillow&lt;7.0,&gt;=6.1.0 Using cached Pillow-6.2.2.tar.gz (37.8 MB) Requirement already satisfied: python-magic&lt;1.0,&gt;=0.4.15 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from distribusi) (0.4.24) Using legacy ‘setup.py install’ for pillow, since package ‘wheel’ is not installed. Installing collected packages: pillow, distribusi</p>
<h1 id="running-setup.py-install-for-pillow-error">Running setup.py install for pillow … error</h1>
<h2 id="error-command-errored-out-with-exit-status-1">ERROR: Command errored out with exit status 1:</h2>
<pre><code> command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c &#39;import io, os, sys, setuptools, tokenize; sys.argv[0] = &#39;&quot;&#39;&quot;&#39;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&#39;&quot;&#39;&quot;&#39;; __file__=&#39;&quot;&#39;&quot;&#39;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&#39;&quot;&#39;&quot;&#39;;f = getattr(tokenize, &#39;&quot;&#39;&quot;&#39;open&#39;&quot;&#39;&quot;&#39;, open)(__file__) if os.path.exists(__file__) else io.StringIO(&#39;&quot;&#39;&quot;&#39;from setuptools import setup; setup()&#39;&quot;&#39;&quot;&#39;);code = f.read().replace(&#39;&quot;&#39;&quot;&#39;\r\n&#39;&quot;&#39;&quot;&#39;, &#39;&quot;&#39;&quot;&#39;\n&#39;&quot;&#39;&quot;&#39;);f.close();exec(compile(code, __file__, &#39;&quot;&#39;&quot;&#39;exec&#39;&quot;&#39;&quot;&#39;))&#39; install --record /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-record-ecjwl63g/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /Users/jsimon/Library/Python/3.9/include/python3.9/pillow
cwd: /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/
Complete output (175 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-3.9
creating build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MpoImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMode.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PngImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XbmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcxImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SunImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SpiderImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TarIO.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FitsStubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MpegImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BdfFontFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GribStubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageStat.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PixarImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GimpPaletteFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageColor.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ContainerIO.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MspImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MicImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_version.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImtImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GifImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PalmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageQt.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMath.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PaletteFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FontFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PdfParser.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ExifTags.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageCms.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FpxImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageChops.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BufrStubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PSDraw.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcdImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFilter.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageDraw2.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImagePath.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/DcxImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/__init__.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/JpegPresets.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Hdf5StubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/features.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageDraw.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GimpGradientFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageWin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IcoImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_tkinter_finder.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/EpsImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TgaImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMorph.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Jpeg2KImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WalImageFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcfFontFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BlpImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageTk.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GbrImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageOps.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PdfImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageShow.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageEnhance.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WmfImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageGrab.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WebPImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FliImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TiffTags.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/CurImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_util.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GdImageFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TiffImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IptcImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImagePalette.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BmpImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageTransform.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IcnsImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/McIdasImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XpmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/DdsImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageSequence.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PyAccess.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_binary.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Image.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/__main__.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XVThumbImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SgiImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PsdImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/JpegImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFont.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PpmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FtexImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
running egg_info
writing src/Pillow.egg-info/PKG-INFO
writing dependency_links to src/Pillow.egg-info/dependency_links.txt
writing top-level names to src/Pillow.egg-info/top_level.txt
adding license file &#39;LICENSE&#39; (matched pattern &#39;LICEN[CS]E*&#39;)
reading manifest file &#39;src/Pillow.egg-info/SOURCES.txt&#39;
reading manifest template &#39;MANIFEST.in&#39;
warning: no files found matching &#39;*.c&#39;
warning: no files found matching &#39;*.h&#39;
warning: no files found matching &#39;*.sh&#39;
warning: no previously-included files found matching &#39;.appveyor.yml&#39;
warning: no previously-included files found matching &#39;.coveragerc&#39;
warning: no previously-included files found matching &#39;.codecov.yml&#39;
warning: no previously-included files found matching &#39;.editorconfig&#39;
warning: no previously-included files found matching &#39;.readthedocs.yml&#39;
warning: no previously-included files found matching &#39;azure-pipelines.yml&#39;
warning: no previously-included files matching &#39;.git*&#39; found anywhere in distribution
warning: no previously-included files matching &#39;*.pyc&#39; found anywhere in distribution
warning: no previously-included files matching &#39;*.so&#39; found anywhere in distribution
no previously-included directories found matching &#39;.azure-pipelines&#39;
no previously-included directories found matching &#39;.travis&#39;
writing manifest file &#39;src/Pillow.egg-info/SOURCES.txt&#39;
running build_ext
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
Traceback (most recent call last):
File &quot;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&quot;, line 852, in &lt;module&gt;
setup(
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/setuptools/__init__.py&quot;, line 153, in setup
return distutils.core.setup(**attrs)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py&quot;, line 148, in setup
dist.run_commands()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 966, in run_commands
self.run_command(cmd)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 985, in run_command
cmd_obj.run()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/setuptools/command/install.py&quot;, line 61, in run
return orig.install.run(self)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/install.py&quot;, line 546, in run
self.run_command(&#39;build&#39;)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py&quot;, line 313, in run_command
self.distribution.run_command(command)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 985, in run_command
cmd_obj.run()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py&quot;, line 135, in run
self.run_command(cmd_name)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py&quot;, line 313, in run_command
self.distribution.run_command(command)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 985, in run_command
cmd_obj.run()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py&quot;, line 340, in run
self.build_extensions()
File &quot;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&quot;, line 687, in build_extensions
raise RequiredDependencyException(f)
__main__.RequiredDependencyException: zlib
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;
File &quot;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&quot;, line 903, in &lt;module&gt;
raise RequiredDependencyException(msg)
__main__.RequiredDependencyException:
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
----------------------------------------</code></pre>
<p>ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] =’“‘“‘/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py’”’”‘; <strong>file</strong>=’“‘“‘/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py’”’”‘;f = getattr(tokenize,’“‘“‘open’”’”‘, open)(<strong>file</strong>) if os.path.exists(<strong>file</strong>) else io.StringIO(’“‘“‘from setuptools import setup; setup()’”’”‘);code = f.read().replace(’“‘“‘’”’”‘,’“‘“‘’”’”‘);f.close();exec(compile(code, <strong>file</strong>,’“‘“‘exec’”’”‘))’ install –record /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-record-ecjwl63g/install-record.txt –single-version-externally-managed –user –prefix= –compile –install-headers /Users/jsimon/Library/Python/3.9/include/python3.9/pillow Check the logs for full command output. jsimon@jsairm ~ %</p>
</body>
</html>

331
error_camp_zine_sample/sourcing_errors/index.html

@ -0,0 +1,331 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
<meta name="generator" content="distribusi" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
.image{max-width: 100%;}
.pdf object{width:640px;height: 640px;}
.dir::before{content:"📁 ";font-size:18px;}
.filename{display:block;font-family:mono;}
.unkown-file::before{content:"📄 ";font-size:18px;}
div{max-width: 640px;display:inline-block;vertical-align:top;margin:1em;padding:1em;}
video {width:640px;max-height:640px;}
:root {
--color-gray: #858585;
--color-whiteish: #fffff4;
--color-pink: #F557FF;
--color-yellow: #ffff45;
--color-green: #099;
--color-blue: #4a67cf;
--color-orange: #f96163;
font-size: 15px;
line-height: 16.6px;
}
@font-face {
font-family: "Snap" ;
src: url("https://vvvvvvaria.org/~jochicau/all_errors/Snap-itmono-1.6-Regular.otf");
}
body{
background-color: var(--color-whiteish);
margin-top: calc(6px + 1em);
font-family: "Snap" ;
color: var(--color-blue);
}
body > a {
position: fixed;
top: 0;
left: 0;
color: var(--color-whiteish);
background-color: var(--color-orange);
width: 100%;
padding: 3px 10px;
}
.filename {
visibility: hidden;
}
h1{
font-size: 6.5rem;
line-height: 6.5rem;
margin: 2rem 0rem 4rem 0rem;
text-shadow: 0.05em 0.05em 0.05em var(--color-orange);
}
div{
max-width: 520px;
float: left;
margin: 1rem;
padding: 0;
}
.html{
margin:0 3em;
}
li {
list-style: none;
}
.pdf object{
width: 400px;
height: 400px;
}
div#folder{
float:left;
margin-right:2em;
}
.plain,
.unkown-file{
float:right;
clear:right;
}
img, audio {
box-shadow: 0.2em 0.2em 0.5em var(--color-green);
}
figcaption,
.filename{
font-size:small;
color: var(--color-green);
margin:1em;
word-break: break-word;
text-transform: uppercase;
}
a{
font-family: "Snap" ;
word-break: break-word;
color: var(--color-blue);
text-decoration: none;
border-bottom: 0.1rem solid var(--color-orange);
}
a:visited {
color: var(--color-blue);
}
blockquote{
margin: 5em 0em;
padding: 2rem;
font-style: italic;
background: var(--color-blue);
color: var(--color-whiteish);
border-radius: 4rem 1rem;
box-shadow: 0.5rem 0.1rem 2rem var(--color-orange);
font-size: 1.2rem;
line-height: 1.8rem;
}
blockquote a, blockquote a:visited{
color: var(--color-whiteish) !important;
}
</style>
</head>
<body>
<div id="" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
<div id="distribusi_install_error" class="plain unkown-file"><a href='distribusi_install_error.md'>distribusi_install_error.md</a></div>
<div id="distribusi_install_error" class="html"><section id="distribusi_install_error.md.html"><!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>distribusi_install_error</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<p>Last login: Sat Sep 11 18:42:09 on ttys001 jsimon@jsairm ~ % pip install –user distribusi Collecting distribusi Using cached distribusi-0.0.10-py2.py3-none-any.whl (20 kB) Collecting pillow&lt;7.0,&gt;=6.1.0 Using cached Pillow-6.2.2.tar.gz (37.8 MB) Requirement already satisfied: python-magic&lt;1.0,&gt;=0.4.15 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from distribusi) (0.4.24) Using legacy ‘setup.py install’ for pillow, since package ‘wheel’ is not installed. Installing collected packages: pillow, distribusi</p>
<h1 id="running-setup.py-install-for-pillow-error">Running setup.py install for pillow … error</h1>
<h2 id="error-command-errored-out-with-exit-status-1">ERROR: Command errored out with exit status 1:</h2>
<pre><code> command: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c &#39;import io, os, sys, setuptools, tokenize; sys.argv[0] = &#39;&quot;&#39;&quot;&#39;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&#39;&quot;&#39;&quot;&#39;; __file__=&#39;&quot;&#39;&quot;&#39;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&#39;&quot;&#39;&quot;&#39;;f = getattr(tokenize, &#39;&quot;&#39;&quot;&#39;open&#39;&quot;&#39;&quot;&#39;, open)(__file__) if os.path.exists(__file__) else io.StringIO(&#39;&quot;&#39;&quot;&#39;from setuptools import setup; setup()&#39;&quot;&#39;&quot;&#39;);code = f.read().replace(&#39;&quot;&#39;&quot;&#39;\r\n&#39;&quot;&#39;&quot;&#39;, &#39;&quot;&#39;&quot;&#39;\n&#39;&quot;&#39;&quot;&#39;);f.close();exec(compile(code, __file__, &#39;&quot;&#39;&quot;&#39;exec&#39;&quot;&#39;&quot;&#39;))&#39; install --record /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-record-ecjwl63g/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /Users/jsimon/Library/Python/3.9/include/python3.9/pillow
cwd: /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/
Complete output (175 lines):
running install
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-3.9
creating build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MpoImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMode.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PngImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XbmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcxImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SunImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SpiderImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TarIO.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FitsStubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MpegImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BdfFontFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GribStubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageStat.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PixarImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GimpPaletteFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageColor.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ContainerIO.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MspImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/MicImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_version.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImtImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GifImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PalmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageQt.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMath.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PaletteFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FontFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PdfParser.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ExifTags.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageCms.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FpxImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageChops.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BufrStubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PSDraw.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcdImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFilter.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageDraw2.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImagePath.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/DcxImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/__init__.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/JpegPresets.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Hdf5StubImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/features.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageDraw.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GimpGradientFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageWin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IcoImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_tkinter_finder.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/EpsImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TgaImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageMorph.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Jpeg2KImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WalImageFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PcfFontFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BlpImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageTk.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GbrImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageOps.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PdfImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageShow.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageEnhance.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WmfImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageGrab.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/WebPImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FliImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TiffTags.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/CurImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_util.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/GdImageFile.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/TiffImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IptcImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImagePalette.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/BmpImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageTransform.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/IcnsImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/McIdasImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XpmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/DdsImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageSequence.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PyAccess.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/_binary.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/Image.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/__main__.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/XVThumbImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/SgiImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PsdImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/JpegImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/ImageFont.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/PpmImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
copying src/PIL/FtexImagePlugin.py -&gt; build/lib.macosx-10.9-universal2-3.9/PIL
running egg_info
writing src/Pillow.egg-info/PKG-INFO
writing dependency_links to src/Pillow.egg-info/dependency_links.txt
writing top-level names to src/Pillow.egg-info/top_level.txt
adding license file &#39;LICENSE&#39; (matched pattern &#39;LICEN[CS]E*&#39;)
reading manifest file &#39;src/Pillow.egg-info/SOURCES.txt&#39;
reading manifest template &#39;MANIFEST.in&#39;
warning: no files found matching &#39;*.c&#39;
warning: no files found matching &#39;*.h&#39;
warning: no files found matching &#39;*.sh&#39;
warning: no previously-included files found matching &#39;.appveyor.yml&#39;
warning: no previously-included files found matching &#39;.coveragerc&#39;
warning: no previously-included files found matching &#39;.codecov.yml&#39;
warning: no previously-included files found matching &#39;.editorconfig&#39;
warning: no previously-included files found matching &#39;.readthedocs.yml&#39;
warning: no previously-included files found matching &#39;azure-pipelines.yml&#39;
warning: no previously-included files matching &#39;.git*&#39; found anywhere in distribution
warning: no previously-included files matching &#39;*.pyc&#39; found anywhere in distribution
warning: no previously-included files matching &#39;*.so&#39; found anywhere in distribution
no previously-included directories found matching &#39;.azure-pipelines&#39;
no previously-included directories found matching &#39;.travis&#39;
writing manifest file &#39;src/Pillow.egg-info/SOURCES.txt&#39;
running build_ext
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
Traceback (most recent call last):
File &quot;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&quot;, line 852, in &lt;module&gt;
setup(
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/setuptools/__init__.py&quot;, line 153, in setup
return distutils.core.setup(**attrs)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/core.py&quot;, line 148, in setup
dist.run_commands()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 966, in run_commands
self.run_command(cmd)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 985, in run_command
cmd_obj.run()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/setuptools/command/install.py&quot;, line 61, in run
return orig.install.run(self)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/install.py&quot;, line 546, in run
self.run_command(&#39;build&#39;)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py&quot;, line 313, in run_command
self.distribution.run_command(command)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 985, in run_command
cmd_obj.run()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build.py&quot;, line 135, in run
self.run_command(cmd_name)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/cmd.py&quot;, line 313, in run_command
self.distribution.run_command(command)
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/dist.py&quot;, line 985, in run_command
cmd_obj.run()
File &quot;/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/distutils/command/build_ext.py&quot;, line 340, in run
self.build_extensions()
File &quot;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&quot;, line 687, in build_extensions
raise RequiredDependencyException(f)
__main__.RequiredDependencyException: zlib
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File &quot;&lt;string&gt;&quot;, line 1, in &lt;module&gt;
File &quot;/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py&quot;, line 903, in &lt;module&gt;
raise RequiredDependencyException(msg)
__main__.RequiredDependencyException:
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
Please see the install instructions at:
https://pillow.readthedocs.io/en/latest/installation.html
----------------------------------------</code></pre>
<p>ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] =’“‘“‘/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py’”’”‘; <strong>file</strong>=’“‘“‘/private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-install-h77cvpuw/pillow_3051c75df670438296048bc64247d4ea/setup.py’”’”‘;f = getattr(tokenize,’“‘“‘open’”’”‘, open)(<strong>file</strong>) if os.path.exists(<strong>file</strong>) else io.StringIO(’“‘“‘from setuptools import setup; setup()’”’”‘);code = f.read().replace(’“‘“‘’”’”‘,’“‘“‘’”’”‘);f.close();exec(compile(code, <strong>file</strong>,’“‘“‘exec’”’”‘))’ install –record /private/var/folders/lg/3c1b35bj7v7685m629_tfqkh0000gn/T/pip-record-ecjwl63g/install-record.txt –single-version-externally-managed –user –prefix= –compile –install-headers /Users/jsimon/Library/Python/3.9/include/python3.9/pillow Check the logs for full command output. jsimon@jsairm ~ %</p>
</body>
</html>
</section></div>
<a href="../">../</a>
</body>
</html>
Loading…
Cancel
Save