New Release pyILPER 1.8.3
|
01-12-2021, 09:17 AM
(This post was last modified: 01-14-2021 05:05 PM by jsi.)
Post: #1
|
|||
|
|||
New Release pyILPER 1.8.3
Version 1.8.3 of the pyILPER software is available as from now.
This release fixes some minor bugs in the graphical user interface of the drive tab. See the Release Announcement for details. Notice to users of the Anaconda/Miniconda platform: Meanwhile, the Anaconda/Miniconda platform finished the transition to version 3.8 of the Python Interpreter. Therefore, the new pyILPER version is only available if your Anaconda/Miniconda environment is up to date. If you do not get the new pyILPER version then please upgrade your Python version first. If the Anaconda/Miniconda console shortcuts get lost during the installation on Windows, please follow the instructions in this post. See the Installation instructions how to upgrade. Regards Joachim |
|||
01-12-2021, 11:06 AM
(This post was last modified: 01-12-2021 01:22 PM by ThomasF.)
Post: #2
|
|||
|
|||
RE: New Release pyILPER 1.8.3
Hi Joachim!
This looks amazing - I must give it a try! EDIT: After a "clean" install on my Ubuntu machine, the application failed (see below). After some debugging and googling I found a solution to my problem: Installing Qt5 on Ubuntu needs some OpenGL libraries, so the following update fixed my problem: Code: sudo apt-get install mesa-common-dev ---------------- But, I tried to follow you installation process on a Ubuntu 20.04 machine with Python 3.8 installed. I followed the Anaconda installation guide without any problems, but the application fails during startup. The applications main window opens and I get a dialog saying: "Serial device not configured: Run pyILper configuration" and a OK-button, but as soon as I press the OK-button, the application crashes and exits: "Segmentation fault - memory dump created" so I never get a chance to run the configuration ... /var/log/kernel.log: Code: Jan 12 11:53:28 MossaDev kernel: [ 2336.541767] python3.8[8646]: segfault at 0 ip 0000000000000000 sp 00007ffdd8985d18 error 14 in python3.8[55ba287bf000+5f000] /var/log/apport.log: Code: ERROR: apport (pid 8680) Tue Jan 12 11:53:28 2021: called for pid 8646, signal 11, core limit 0, dump mode 1 The PIL-Box is there (/dev/ttyUSB0) and I can access it - so apparently no access faults on the port ... Same behaviour if I clone the git repository and starts with start.py instead. Any ideas how I could debug or find out what is missing or failing for me? Smells like something outside of your application ... Cheers, Thomas [35/45/55/65/67/97/80 21/25/29C 31E/32E/33E|C/34C/38E 41C|CV|CX 71B 10C/11C/12C/15C|CE/16C 32S|SII/42S 28C|S 48GX/49G/50G 35S 41X] |
|||
01-12-2021, 02:32 PM
Post: #3
|
|||
|
|||
RE: New Release pyILPER 1.8.3
Hi Thomas,
I did a clean installation of Miniconda and pyILper on my KDE-Neon 20.04 machine (which bases on Ubuntu 20.04) and had no issues. According to this source the packages mesa-common-dev and libglu1-mesa-dev are needed to run QT5 on Ubuntu. Interestingly only libglu1-mesa-dev is installed on my system. I think this pitfall exists, if Qt5 of Anaconda/Miniconda is installed without a prior installation of the Qt5 libraries which the Linux distribution provides. Regards Joachim |
|||
01-12-2021, 10:47 PM
Post: #4
|
|||
|
|||
RE: New Release pyILPER 1.8.3
I'm having trouble updating Anaconda, wonder if you could suggest something?
I did the following: (base) path> conda update conda (base) path> conda update --all but pyilper was not updated. If I now do conda list, I get: Code: # packages in environment at C:\Miniconda3: I did not see any errors, warnings, etc. it simply seems to not update ilper. I then tried (base) path > conda update pyilper And it reports "# All requested packages already installed." This is on Win-7 Pro x64 (yes, I know this should be Win-10, but this machine has some s/w which is not Win-10 compatible - hopefully moved to another old machine soon). --Bob Prosperi |
|||
01-13-2021, 06:53 AM
Post: #5
|
|||
|
|||
RE: New Release pyILPER 1.8.3
You are still running Python 3.7. However pyILPER 1.8.3. requires Python 3.8.
Please update your Anaconda environment to Python 3.8 with: Code: conda install python=3.8 And check with Code: conda list In recent times there were many changes to the Anaconda envrionment on Windows. If the update to Python 3.8 fails then I recommend you to do a clean reinstallation of the Anaconda/Miniconda environment. Regards Joachim |
|||
01-14-2021, 02:46 PM
Post: #6
|
|||
|
|||
RE: New Release pyILPER 1.8.3
(01-13-2021 06:53 AM)jsi Wrote: You are still running Python 3.7. However pyILPER 1.8.3. requires Python 3.8. Thanks for the instructions, Joachim. Oddly, after updating Anaconda as described above, it appears the update process has removed the Anaconda Command from my start menu entirely, so now there is nowhere to open the Anaconda command prompt window. The folder structure is intact in c:\Miniconda3, but I don't see any (obvious) links for opening the command window. Could someone please look at their working Miniconda3 setup and let me know the actual file (and arguments, if needed) which is launched when opening the Anaconda Prompt and I'll rebuild a shortcut and start menu entry to go in and attempt this update. Thanks. --Bob Prosperi |
|||
01-14-2021, 03:40 PM
Post: #7
|
|||
|
|||
RE: New Release pyILPER 1.8.3
(01-14-2021 02:46 PM)rprosperi Wrote: Could someone please look at their working Miniconda3 setup and let me know the actual file (and arguments, if needed) which is launched when opening the Anaconda Prompt and I'll rebuild a shortcut and start menu entry to go in and attempt this update. I recently reinstalled Python on my system. This time I only installed Miniconda. It created two shortcuts. Anaconda Powershell Prompt (miniconda3) Target: %windir%\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\USERNAME\miniconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\USERNAME\miniconda3' " Anaconda Prompt (miniconda3) Target: %windir%\System32\cmd.exe "/K" C:\Users\USERNAME\miniconda3\Scripts\activate.bat C:\Users\USERNAME\miniconda3 Dave |
|||
01-14-2021, 03:59 PM
Post: #8
|
|||
|
|||
RE: New Release pyILPER 1.8.3
(01-14-2021 02:46 PM)rprosperi Wrote: Oddly, after updating Anaconda as described above, it appears the update process has removed the Anaconda Command from my start menu entirely, so now there is nowhere to open the Anaconda command prompt window. The folder structure is intact in c:\Miniconda3, but I don't see any (obvious) links for opening the command window. I had this issue some time ago on Windows and solved it with a clean reinstallation of Miniconda. But you can try the following:
|
|||
01-14-2021, 04:03 PM
Post: #9
|
|||
|
|||
RE: New Release pyILPER 1.8.3
Thanks Dave, but I just fixed it following a post I found in stackoverflow, which created essentially the same Anaconda Prompt.
I found the post here: https://stackoverflow.com/questions/3413...windows-10 using the steps in the 4th or 5th post down that begins "mkmenus did not work for me but the following worked..." Once I had the Anaconda Prompt back, Joachim's instructions for updating to Python 3.8 worked perfectly and quickly, updating all components including pyilper. Thanks Joachim and Thanks Dave! --Bob Prosperi |
|||
01-14-2021, 06:02 PM
Post: #10
|
|||
|
|||
RE: New Release pyILPER 1.8.3
(01-14-2021 04:03 PM)rprosperi Wrote: Thanks Dave, but I just fixed it following a post I found in stackoverflow, Greetings, Massimo -+×÷ ↔ left is right and right is wrong |
|||
01-15-2021, 12:04 AM
Post: #11
|
|||
|
|||
RE: New Release pyILPER 1.8.3
There is far more truth in that image than most people are willing to admit... LOL.
Thanks for the cheer Massimo! --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)