Changes between Initial Version and Version 1 of Ticket #63492, comment 10


Ignore:
Timestamp:
Sep 16, 2021, 3:50:05 PM (3 years ago)
Author:
DavidBAEpstein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63492, comment 10

    initial v1  
    33That's extremely helpful, and looks promising. I will try that and report back, either way.
    44I forget how I installed everything, but I certainly did use a mixture of conda, pip and port, without an inkling that this could cause problems.
     5
    56...some time later...
     7
    68My problem has now gone away. I found a conda requirements file on our Github repo, removed my old unsuccessful environment and created the new environment, using "conda create" with the -f flag for the requirements file. This installs a conda version of pip, so that pip in that environment works consistently with conda. I think that conda cannot install the openslide binaries from C-code directly, and this has to be done by pip (but one must use the conda version of pip). Incidentally, although "import openslide" now works, the diff -r between the openslide packages on /opt/local and on ~/anaconda3, continues to give an identical answer to what I saw before, so my previous "test" using "diff -r" was misleading. I think all the binary files are differ for both the failing environment and the new successful one. All the other files (python programs) are identical.
    79