fmihpc/analysator

Error creating tempfile?

Closed this issue · 2 comments

iljah commented

I get this when importing pytools, am I still not done installing something or is this a bug?

python
Python 2.7.13 (default, May 10 2017, 20:04:28) 
[GCC 6.3.1 20161221 (Red Hat 6.3.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pytools
Error in file(paste(tempdir(), "/Routput.txt", sep = ""), open = "wt+") : 
  cannot open the connection
In addition: Warning message:
In file(paste(tempdir(), "/Routput.txt", sep = ""), open = "wt+") :
  cannot open file '/tmp/Rtmp9QmutJ/Routput.txt': Tiedostoa tai hakemistoa ei ole

Have you tracked down which module does that? Is it one of ours or one of numpy, matplotlib etc.? I don't remember seeing that error message before so I don't know what the cause is.

Is this on your own machine or on one of FMI's servers?

iljah commented

Internets says it's from vtk binding of R or something and it didn't prevent me from using pytools so looks like non-issue...