Oh, wow. CairoMakie is now at version v0.10.2.
Maybe if you convert your tuples to points before the call it could work?
julia> scatter(Point3f.([(0,1,1), (0,2,2), (0,3,5)]))
 
If you call it with a tuple it will also work:
julia> scatter((1,2))
 
But yes, it is pulling a very old CairoMakie. If I understand correctly BifurcationKit asks for a very old StructArrays and that causes the compatibility.
             
            
               
               
               
            
            
           
          
            
            
              
Here is this error, I specifically left only BifurcationKit and CairoMakie in the environment
            
 
            
               
               
              1 Like 
            
            
           
          
            
            
              I think the problem is different, but apparently it really only remains to use Plots
             
            
               
               
               
            
            
           
          
          
            
            
              Thanks. I only need to build one point that has Float64
             
            
               
               
               
            
            
           
          
            
            
              The lastest master of BifurcationKit now has updates dependencies.
             
            
               
               
               
            
            
           
          
            
            
              Thank you, what could be the reason for the following error? 
UPD:I found a similar problem and as I understand it, I can’t fix it myself
  
  
    
  
  
    
    
      
        opened 05:32PM - 13 Oct 15 UTC 
      
        
          closed 07:56PM - 15 Oct 15 UTC 
        
      
     
    
        
          packages
         
    
   
 
  
    I just got this when trying to install PkgDev. Yet I can load it fine. I have al… so seen it when updating packages, more precisely when updating Jewel.
``` julia
julia> Pkg.clone("https://github.com/JuliaLang/PkgDev.jl.git")
INFO: Cloning PkgDev from https://github.com/JuliaLang/PkgDev.jl.git
INFO: Computing changes...
ERROR: GitError(Code:ENOTFOUND, Class:Repository, Could not find repository from 'lib')
 in call at ./libgit2/repository.jl:11
 in installed at ./pkg/read.jl:181
 in resolve at pkg/entry.jl:472
 [inlined code] from pkg/read.jl:14
 in resolve at pkg/entry.jl:472
 in clone at pkg/entry.jl:206
 in clone at pkg/entry.jl:222
 [inlined code] from promotion.jl:225
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 [inlined code] from pkg/dir.jl:25
 in clone at pkg.jl:38
```