pyilper on miniconda3 - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: pyilper on miniconda3 (/thread-20111.html) |
pyilper on miniconda3 - Uli - 06-22-2023 07:56 PM Hi, I want to run PYILPER on miniconda3 on my windows10 pc. miniconda3 runs. But I cant install pyilper. I type "conda install pyilper". Installation starts. But at the end I got a lot of fault messages like this: "CondaVerificationError: The package for pyilper located at C:\Users\abcd\miniconda3\pkgs\pyilper-1.8.6-py310_0 appears to be corrupted. The path 'Lib/0/site-packages/pyilper/__pycache__/lifcore.cpython-310.pyc' specified in the package manifest cannot be found." Does anybody know where I on the wrong way? Greetings Uli RE: pyilper on miniconda3 - dmh - 06-23-2023 04:54 AM Make sure you use the Windows installer for Python 3.9 and NOT the latest version. If you used the latest version then uninstall it and then install the appropriate Windows version (I'm using 64 bit) with Python 3.9. RE: pyilper on miniconda3 - floppy - 06-23-2023 07:15 AM (06-22-2023 07:56 PM)Uli Wrote: Hi, I would follow 1:1 the installation instructions https://github.com/bug400/pyilper/blob/master/INSTALL.md Code: pyILPER requires: Then having a look at miniconda3 and what additional packages has to be installed with it for achieving the pyilper requirements. RE: pyilper on miniconda3 - Uli - 06-23-2023 02:44 PM Hello! Thank you dmh and thank you floppy. I made a new installation with (not the newest) version 3.9 and by following the instruction, you mentioned, and it works at first try. Greetings Uli RE: pyilper on miniconda3 - jsi - 06-23-2023 04:14 PM There was an incompatibility of the my pyILPER packages for Python3.10 with the MINICONDA release of April this year. I did a rebuild of the packages and the installation should now be fine on Windows. Regards Joachim |