<div dir="ltr">Hi Harold!  <div><br></div><div>The problem may be the python 3.10.4 release you are using.  </div><div><br></div><div>In my case if I set up using python 2.7 everything goes well. </div><div>But if I use python 3.8.10 some warnings appear during the setup (see below), although it reaches until the end properly.  </div><div><br></div><div>Best! </div><div>Ernesto. </div><div><br></div><div>===== </div><div><font face="monospace">./setup Sedov -auto -2d <br></font></div><div><font face="monospace">/home/ernesto/flash4.6.2/bin/setup.py:16: DeprecationWarning: sys.getcheckinterval() and sys.setcheckinterval() are deprecated.  Use sys.setswitchinterval() instead.<br>  sys.setcheckinterval(10000) # this is not threaded application <br></font></div><div><font face="monospace">Processing Shortcut file: /home/ernesto/flash4.6.2/bin/setup_shortcuts.txt<br>checking for needed files and directories<br>    checking sites Aliases file<br>    using site directory for site pc<br>generating default Units file<br>/home/ernesto/flash4.6.2/bin/unitCfg.py:108: FutureWarning: Possible nested set at position 81<br>  myClass.regexps[keyword] = re.compile(regexp)<br>/home/ernesto/flash4.6.2/bin/unitCfg.py:114: FutureWarning: Possible nested set at position 42<br>  myClass.regexps['pstring']=re.compile(r'PARAMETER\s+(\w+)\s+'\<br>    Driver/DriverMain/Unsplit<br>    Driver/localAPI<br>    Grid/GridBoundaryConditions<br>    Grid/GridMain/paramesh/interpolation/Paramesh4/prolong<br>    Grid/GridMain/paramesh/interpolation/prolong<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/headers<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/mpi_source<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/source<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/utilities/multigrid<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/flash_avoid_orrery<br>    Grid/localAPI<br>    IO/IOMain/hdf5/serial/PM<br>    IO/localAPI<br>    PhysicalConstants/PhysicalConstantsMain<br>    RuntimeParameters/RuntimeParametersMain<br>    Simulation/SimulationMain/Sedov<br>    flashUtilities/contiguousConversion<br>    flashUtilities/general<br>    flashUtilities/interpolation/oneDim<br>    flashUtilities/nameValueLL<br>    flashUtilities/sorting/quicksort<br>    flashUtilities/system/memoryUsage/legacy<br>    monitors/Logfile/LogfileMain<br>    monitors/Timers/TimersMain/MPINative<br>    physics/Eos/EosMain/Gamma<br>    physics/Eos/localAPI<br>    physics/Hydro/HydroMain/unsplit/Hydro_Unsplit<br>    physics/Hydro/localAPI<br>scanning /home/ernesto/flash4.6.2/object/Units file for included units<br>    Driver/DriverMain/Unsplit<br>    Driver/localAPI<br>    Grid/GridBoundaryConditions<br>    Grid/GridMain/paramesh/interpolation/Paramesh4/prolong<br>    Grid/GridMain/paramesh/interpolation/prolong<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/headers<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/mpi_source<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/source<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/PM4_package/utilities/multigrid<br>    Grid/GridMain/paramesh/paramesh4/Paramesh4dev/flash_avoid_orrery<br>    Grid/localAPI<br>    IO/IOMain/hdf5/serial/PM<br>    IO/localAPI<br>    PhysicalConstants/PhysicalConstantsMain<br>    RuntimeParameters/RuntimeParametersMain<br>    Simulation/SimulationMain/Sedov<br>    flashUtilities/contiguousConversion<br>    flashUtilities/general<br>    flashUtilities/interpolation/oneDim<br>    flashUtilities/nameValueLL<br>    flashUtilities/sorting/quicksort<br>    flashUtilities/system/memoryUsage/legacy<br>    monitors/Logfile/LogfileMain<br>    monitors/Timers/TimersMain/MPINative<br>    physics/Eos/EosMain/Gamma<br>    physics/Eos/localAPI<br>    physics/Hydro/HydroMain/unsplit/Hydro_Unsplit<br>    physics/Hydro/localAPI<br>Computing default values for options not specified on command line<br>Using Makefile.h: /home/ernesto/flash4.6.2/sites/pc/Makefile.h<br>generating Makefile<br>Copying data files: 3 copied<br>SUCCESS</font><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 30 Aug 2022 at 16:25, Harold J Johnson <<a href="mailto:harold.johnson@utexas.edu" target="_blank">harold.johnson@utexas.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>I'm in the process of setting up flash for the first time on a linux virtualbox. I'm pretty new to this in general and have followed the flash manual but I'm running into a problem when setting up the Sedov explosion problem and I've really no idea how to fix it. Any assistance or pointing me in the right direction would be helpful.</div><div><br></div><div>fyi the error reads:</div><div>harry@harry-VirtualBox:~/Documents/FLASH4.6.2$ ./setup Sedov -auto<br><br>A setup internal error has occured, if possible please email the following<br>debugging info to <a href="mailto:flash-bugs@flash.uchicago.edu" target="_blank">flash-bugs@flash.uchicago.edu</a><br>Arguments: ['/home/harry/Documents/FLASH4.6.2/bin/setup.py', 'Sedov', '-auto']<br>Python Version: 3.10.4<br>Platform Details: linux<br>Traceback (most recent call last):<br>  File "/home/harry/Documents/FLASH4.6.2/bin/setup.py", line 315, in <module><br>    raise e<br>  File "/home/harry/Documents/FLASH4.6.2/bin/setup.py", line 300, in <module><br>    main()<br>  File "/home/harry/Documents/FLASH4.6.2/bin/setup.py", line 16, in main<br>    sys.setcheckinterval(10000) # this is not threaded application<br>AttributeError: module 'sys' has no attribute 'setcheckinterval'. Did you mean: 'setswitchinterval'?<br></div><div><br></div><div>Harold JJ</div></div>
_______________________________________________<br>
flash-users mailing list<br>
<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a><br>
<br>
For list info, including unsubscribe:<br>
<a href="https://flash.rochester.edu/mailman/listinfo/flash-users" rel="noreferrer" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a><br>
</blockquote></div>