Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2022 09:44:11 -1000
From:      "parv/FreeBSD" <parv.0zero9+freebsd@gmail.com>
To:        LuMiWa <lumiwa@dismail.de>
Cc:        questions@freebsd.org
Subject:   Re: inkscape 1.2.1
Message-ID:  <CABObuOoRNCm221D-GPwg8h=D24dzuKjsR5bADqpq8TvaeVhpuA@mail.gmail.com>
In-Reply-To: <20221113051344.5d517339@dismail.de>
References:  <20221112140934.157b9d6e@dismail.de> <CABObuOr=r25Ap9qabPx-rfxp=xypz6VLBVcf28S63srnHEWAjA@mail.gmail.com> <20221113051344.5d517339@dismail.de>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000d1e82205ed5f5bc7
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

On Sun, Nov 13, 2022 at 12:14 AM LuMiWa wrote:

> On Sat, 12 Nov 2022 19:22:08 -1000 "parv/FreeBSD"  wrote:
>
> > On Sat, Nov 12, 2022 at 9:10 AM LuMiWa wrote:
> >
> > > I am using Inkscape 1.2.1 on FreeBSD 13.1 - Release - p3 and it
> > > works. The problem which I have is when going File - Import Web
> > > Image... than I got:
> > >
> > > Traceback (most recent call last):
> > >   File
> > >
> "/usr/local/share/inkscape/extensions/other/clipart/import_web_image.py",
> > > line 47, in <module>
> > >     from import_sources import RemoteSource, RemoteFile, RemotePage
> > >   File
> > > "/usr/local/share/inkscape/extensions/other/clipart/import_sources.py=
",
> > > line 26, in <module>
> > >     import requests
> > > ModuleNotFoundError: No module named 'requests'
> > >
> > > And I am using packages (pkg install)
> > >
> ...
> > Try again after installing the "py39-requests" package ...
> >
> >   pkg install py39-requests
> >
> > ... if you are running Python 3.9 ("python --version" would
> > tell). Else, adjust "39" in "py39" for your version of
> > python.
>


>
> Thank you. I did install and try again but it doesn't work:
> Traceback (most recent call last):
>
>   File
> "/usr/local/share/inkscape/extensions/other/clipart/import_web_image.py",
> line 47, in <module>
>     from import_sources import RemoteSource, RemoteFile, RemotePage
>   File
> "/usr/local/share/inkscape/extensions/other/clipart/import_sources.py",
> line 29, in <module>
>     from cachecontrol import CacheControl, CacheControlAdapter
> ModuleNotFoundError: No module named 'cachecontrol'
>

=F0=9F=98=85 Damn! Earlier suggestion solved one issue, which allowed
the progress to stop at the next one.

Try installing "py39-cachecontrol" package next.

At this point I think there may be yet more dependencies
unaccounted for.


- parv

--

--000000000000d1e82205ed5f5bc7
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:monospace">On Sun, Nov 13, 2022 at 12:14 AM LuMiWa wrote:<br></div=
></div><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=
=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding=
-left:1ex">On Sat, 12 Nov 2022 19:22:08 -1000<span class=3D"gmail_default" =
style=3D"font-family:monospace"> </span>&quot;parv/FreeBSD&quot;=C2=A0 wrot=
e:<br>
<br>
&gt; On Sat, Nov 12, 2022 at 9:10 AM LuMiWa wrote:<br>
&gt; <br>
&gt; &gt; I am using Inkscape 1.2.1 on FreeBSD 13.1 - Release - p3 and it<b=
r>
&gt; &gt; works. The problem which I have is when going File - Import Web<b=
r>
&gt; &gt; Image... than I got:<br>
&gt; &gt;<br>
&gt; &gt; Traceback (most recent call last):<br>
&gt; &gt;=C2=A0 =C2=A0File<br>
&gt; &gt; &quot;/usr/local/share/inkscape/extensions/other/clipart/import_w=
eb_image.py&quot;,<br>
&gt; &gt; line 47, in &lt;module&gt;<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0from import_sources import RemoteSource, Remot=
eFile, RemotePage<br>
&gt; &gt;=C2=A0 =C2=A0File<br>
&gt; &gt; &quot;/usr/local/share/inkscape/extensions/other/clipart/import_s=
ources.py&quot;,<br>
&gt; &gt; line 26, in &lt;module&gt;<br>
&gt; &gt;=C2=A0 =C2=A0 =C2=A0import requests<br>
&gt; &gt; ModuleNotFoundError: No module named &#39;requests&#39;<br>
&gt; &gt;<br>
&gt; &gt; And I am using packages (pkg install)<br>
&gt; &gt;<br><span class=3D"gmail_default" style=3D"font-family:monospace">=
...</span><br>
&gt; Try again after installing the &quot;py39-requests&quot; package ...<b=
r>
&gt; <br>
&gt;=C2=A0 =C2=A0pkg install py39-requests<br>
&gt; <br>
&gt; ... if you are running Python 3.9 (&quot;python --version&quot; would<=
br>
&gt; tell). Else, adjust &quot;39&quot; in &quot;py39&quot; for your versio=
n of<br>
&gt; python.<br></blockquote><div>=C2=A0</div><blockquote class=3D"gmail_qu=
ote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,20=
4);padding-left:1ex">
<br>
Thank you. I did install and try again but it doesn&#39;t work:<br>
Traceback (most recent call last):<br>
<br>
=C2=A0 File &quot;/usr/local/share/inkscape/extensions/other/clipart/import=
_web_image.py&quot;, line 47, in &lt;module&gt;<br>
=C2=A0 =C2=A0 from import_sources import RemoteSource, RemoteFile, RemotePa=
ge<br>
=C2=A0 File &quot;/usr/local/share/inkscape/extensions/other/clipart/import=
_sources.py&quot;, line 29, in &lt;module&gt;<br>
=C2=A0 =C2=A0 from cachecontrol import CacheControl, CacheControlAdapter<br=
>
ModuleNotFoundError: No module named &#39;cachecontrol&#39;<br></blockquote=
><div><br></div><div>=F0=9F=98=85<span class=3D"gmail_default" style=3D"fon=
t-family:monospace"> Damn! Earlier</span>=C2=A0<span class=3D"gmail_default=
" style=3D"font-family:monospace">suggestion solved one issue, which allowe=
d</span></div><div><span class=3D"gmail_default" style=3D"font-family:monos=
pace">the progress to stop at the next one.<br></span></div><div><br></div>=
<div><div style=3D"font-family:monospace" class=3D"gmail_default">Try insta=
lling &quot;py39-cachecontrol&quot; package next. <br></div><div style=3D"f=
ont-family:monospace" class=3D"gmail_default"><br></div><div style=3D"font-=
family:monospace" class=3D"gmail_default">
<div style=3D"font-family:monospace" class=3D"gmail_default">At this point =
I think there may be yet more dependencies</div><div style=3D"font-family:m=
onospace" class=3D"gmail_default">unaccounted for.<br></div><div style=3D"f=
ont-family:monospace" class=3D"gmail_default"><br></div>

</div><div style=3D"font-family:monospace" class=3D"gmail_default"><br></di=
v><div style=3D"font-family:monospace" class=3D"gmail_default">- parv</div>=
<div style=3D"font-family:monospace" class=3D"gmail_default"><br></div><div=
 style=3D"font-family:monospace" class=3D"gmail_default">-- <br></div><div =
style=3D"font-family:monospace" class=3D"gmail_default"><br></div></div></d=
iv></div>

--000000000000d1e82205ed5f5bc7--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABObuOoRNCm221D-GPwg8h=D24dzuKjsR5bADqpq8TvaeVhpuA>