You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last summer I really needed tmap working on my pc, but package didn't work due to "unspecified cpu instruction".
I had ubuntu 18.06. My friend had this package working on his mac, and another friend on Arch.. well he didn't want to build it)
Also there was no package for Windows. So... i had to build it from scratch.
Tmap depends on the ogdf package. The repository contains ogdf and tmap. Although the ogdf can be downloaded pre-built from conda repository, I built both - since the error was in the ogdf part.
you need clean conda or miniconda for python 3.7 (3.6 is acceptable, but definitely not 3.8 - I don't think tmap can be built on this version of python)
create an environment so as not to fuck up your own
do conda install conda-build
do conda build ogdf-conda
do conda build tmap
install built packages from local source (just google, it is easy)
IMPORTANT -after steps 4 and 5 you can find in console output locations of log files. Save them in safe place just in case.
sidenote - I had pythons 3.6 and 3.7, so two packages were built in my case.
The text was updated successfully, but these errors were encountered:
Last summer I really needed tmap working on my pc, but package didn't work due to "unspecified cpu instruction".
I had ubuntu 18.06. My friend had this package working on his mac, and another friend on Arch.. well he didn't want to build it)
Also there was no package for Windows. So... i had to build it from scratch.
You need to know that:
OGDF related links:
Also there is anaconda repository - https://anaconda.org/tmap/tmap
All packages were collected by the author through this script - https://github.com/reymond-group/tmap/blob/master/azure-pipelines.yml
The test method of the assembled package is to run the script https://github.com/reymond-group/tmap/blob/master/tmap/tests/test_layout.py
Line 19 should work -### it is critical. If you debug and have error on this line - check previous errors. If still wrong - good luck.
tldr instructions:
conda install conda-build
conda build ogdf-conda
conda build tmap
IMPORTANT -after steps 4 and 5 you can find in console output locations of log files. Save them in safe place just in case.
sidenote - I had pythons 3.6 and 3.7, so two packages were built in my case.
The text was updated successfully, but these errors were encountered: