Closed rsolano1-uw closed 4 years ago
I figured out the problem. svtyper needs Python 2.7.X to build, but provides dependencies that, by default, want python 3.X to build. To work around this I had to manually build Python 2.7.X versions of the following: numpy scipy pysam toolz
And then load them into my environment and re-run the svtyper setup, which then completed and I was able to run svtyper --help
successfully.
I figured out the problem. svtyper needs Python 2.7.X to build, but provides dependencies that, by default, want python 3.X to build. To work around this I had to manually build Python 2.7.X versions of the following: numpy scipy pysam toolz
And then load them into my environment and re-run the svtyper setup, which then completed and I was able to run
svtyper --help
successfully.
Hi @rsolano1-uw , would you please elaborate how you did that?
thanks
Hello,
I am trying to build svtyper inside of a python 3.7.7 environment and I am running into difficulty. When I attempt to build the software with
python3 setup.py
, I receive the following errors:The compilation eventually finishes, and when I attempt to launch the svtyper software to see if it is working, I again see the same print error:
This is with Python 3.7.7 on CentOS 7.