# ImageInTerminal with Julia 1.5.1

**URL:** https://discourse.julialang.org/t/imageinterminal-with-julia-1-5-1/46786
**Category:** General Usage
**Tags:** package, images
**Created:** [September 17, 2020, 3:45pm UTC](https://discourse.julialang.org/t/imageinterminal-with-julia-1-5-1/46786 "2020-09-17T15:45:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![HerAdri](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/heradri/32/5816_2.png) [@HerAdri](https://discourse.julialang.org/u/HerAdri)
#### Post date: [September 17, 2020, 3:45pm UTC](https://discourse.julialang.org/t/imageinterminal-with-julia-1-5-1/46786/1 "2020-09-17T15:45:48Z")

</div>

I receive the following alert:

```julia
using ImageInTerminal, ImageView
[Info: Precompiling ImageInTerminal [d8c32880-2388-543b-8c61-d9f865259254]
┌ Warning: ImageInTerminal is not supported for Windows platform: Julia at least v1.6.0 is required.
└ @ ImageInTerminal C:\Users\user\.julia\packages\ImageInTerminal\Q8aEH\src\ImageInTerminal.jl:93

```

Everything will be fine, if as a result of correcting the command, the following does not happen:

```julia
imshow(cmn)
WARNING: both ImageView and ImageInTerminal export "imshow"; uses of it in module Main must be qualified
ERROR: UndefVarError: imshow not defined
Stacktrace:
 [1] top-level scope at REPL[9]:1
imshow(cmn)
ERROR: UndefVarError: imshow not defined
Stacktrace:
 [1] top-level scope at REPL[12]:1
ims(clr)
ERROR: UndefVarError: ims not defined
Stacktrace:
 [1] top-level scope at REPL[10]:1
filter((x) -> typeof(eval(x)) <: Module && x ≠ :Main, names(Main,imported=true))
ERROR: UndefVarError: imshow not defined

```

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [September 17, 2020, 3:58pm UTC](https://discourse.julialang.org/t/imageinterminal-with-julia-1-5-1/46786/2 "2020-09-17T15:58:44Z")

</div>

> [@HerAdri](#):
>
> `WARNING: both ImageView and ImageInTerminal export "imshow"; uses of it in module Main must be qualified`

Maybe you missed this warning.
