public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Permission denied when using Pandoc via Stata
@ 2021-03-16 15:14 Juan Antonio Solon
       [not found] ` <21e56cbd-1fa2-4ff4-8135-e7136d14ba49n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Juan Antonio Solon @ 2021-03-16 15:14 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 925 bytes --]

I am on Mac OS Catalina and just started using pandoc. 
It is found here: /usr/local/Cellar/pandoc/2.12

I am able to do the examples found here: https://pandoc.org/demos.html
However, when I use the markstat command in Stata which uses pandoc, I get 
an error 
Running Pandoc
/usr/local/Cellar/pandoc/2.12

zsh:1: permission denied: /usr/local/Cellar/pandoc/2.12
file auto1.docx not found

I am able to see the intermediate outputs of markstat , but it is the final 
step in pandoc that seems to be a problem.




-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/21e56cbd-1fa2-4ff4-8135-e7136d14ba49n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1367 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Permission denied when using Pandoc via Stata
       [not found] ` <21e56cbd-1fa2-4ff4-8135-e7136d14ba49n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-03-16 15:26   ` William Lupton
       [not found]     ` <CAEe_xximOMqfoq7UB_1vhh-yPq-EedpFyUiejxaJz6ZfXJNHKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: William Lupton @ 2021-03-16 15:26 UTC (permalink / raw)
  To: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 1807 bytes --]

that looks like a directory?

on my system (with an older version):

*% *ls /usr/local/Cellar/pandoc/2.11.4/bin/pandoc

/usr/local/Cellar/pandoc/2.11.4/bin/pandoc*

On Tue, 16 Mar 2021 at 15:14, Juan Antonio Solon <jsolon-mWE9Js8LL8XXfrYAhh+zQw@public.gmane.org> wrote:

> I am on Mac OS Catalina and just started using pandoc.
> It is found here: /usr/local/Cellar/pandoc/2.12
>
> I am able to do the examples found here: https://pandoc.org/demos.html
> However, when I use the markstat command in Stata which uses pandoc, I get
> an error
> Running Pandoc
> /usr/local/Cellar/pandoc/2.12
>
> zsh:1: permission denied: /usr/local/Cellar/pandoc/2.12
> file auto1.docx not found
>
> I am able to see the intermediate outputs of markstat , but it is the
> final step in pandoc that seems to be a problem.
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/21e56cbd-1fa2-4ff4-8135-e7136d14ba49n%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/21e56cbd-1fa2-4ff4-8135-e7136d14ba49n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CAEe_xximOMqfoq7UB_1vhh-yPq-EedpFyUiejxaJz6ZfXJNHKQ%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 3693 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Permission denied when using Pandoc via Stata
       [not found]     ` <CAEe_xximOMqfoq7UB_1vhh-yPq-EedpFyUiejxaJz6ZfXJNHKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2021-03-16 16:30       ` Juan Antonio Solon
  0 siblings, 0 replies; 3+ messages in thread
From: Juan Antonio Solon @ 2021-03-16 16:30 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 2168 bytes --]

Thank you!
I had specified the wrong location as you saw.  These now both work.
whereis pandoc /usr/local/Cellar/pandoc/2.12/bin/pandoc
markstat using auto1.stmd, bundle

and the shorter
whereis pandoc/usr/local/bin/pandoc
markstat using auto1.stmd, bundle

On Tuesday, 16 March 2021 at 16:26:33 UTC+1 William Lupton wrote:

> that looks like a directory?
>
> on my system (with an older version):
>
> *% *ls /usr/local/Cellar/pandoc/2.11.4/bin/pandoc 
>
> /usr/local/Cellar/pandoc/2.11.4/bin/pandoc*
>
> On Tue, 16 Mar 2021 at 15:14, Juan Antonio Solon <jso...-mWE9Js8LL8XXfrYAhh+zQw@public.gmane.org> 
> wrote:
>
>> I am on Mac OS Catalina and just started using pandoc. 
>> It is found here: /usr/local/Cellar/pandoc/2.12
>>
>> I am able to do the examples found here: https://pandoc.org/demos.html
>> However, when I use the markstat command in Stata which uses pandoc, I 
>> get an error 
>> Running Pandoc
>> /usr/local/Cellar/pandoc/2.12
>>
>> zsh:1: permission denied: /usr/local/Cellar/pandoc/2.12
>> file auto1.docx not found
>>
>> I am able to see the intermediate outputs of markstat , but it is the 
>> final step in pandoc that seems to be a problem.
>>
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "pandoc-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/21e56cbd-1fa2-4ff4-8135-e7136d14ba49n%40googlegroups.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/21e56cbd-1fa2-4ff4-8135-e7136d14ba49n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/83ff4a27-beb0-4f7d-8ebb-7fdd4c58f3d9n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 4795 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-16 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16 15:14 Permission denied when using Pandoc via Stata Juan Antonio Solon
     [not found] ` <21e56cbd-1fa2-4ff4-8135-e7136d14ba49n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-03-16 15:26   ` William Lupton
     [not found]     ` <CAEe_xximOMqfoq7UB_1vhh-yPq-EedpFyUiejxaJz6ZfXJNHKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-03-16 16:30       ` Juan Antonio Solon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).