Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Install #66

Open
penningavery opened this issue Jun 13, 2019 · 3 comments
Open

Windows Install #66

penningavery opened this issue Jun 13, 2019 · 3 comments
Assignees
Labels

Comments

@penningavery
Copy link
Contributor

penningavery commented Jun 13, 2019

Test and update Windows install.

@penningavery penningavery self-assigned this Jun 13, 2019
@penningavery
Copy link
Contributor Author

The conda install -c conda-forge -c numba -c ccpi survos
will start, but trying to create a workspace fails with:

C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\survos\widgets\slice_viewer.py:132: MatplotlibDeprecationWarning:
The buttons attribute was deprecated in Matplotlib 3.1 and will be removed in 3.3.
self.buttons = {}
Traceback (most recent call last):
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\survos\core\launcher.py", line 54, in on_result
self.cb(res)
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\survos\widgets\mainwindow.py", line 290, in on_data_loaded
self.slice_viewer = SliceViewer()
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\survos\widgets\slice_viewer.py", line 175, in init
self.layered_canvas.canvas, self, self.locLabel)
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\survos\widgets\slice_viewer.py", line 55, in init
super(NavigationToolbar, self).init(canvas, parent=parent)
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\matplotlib\backends\backend_qt5.py", line 685, in init
NavigationToolbar2.init(self, canvas)
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\matplotlib\backend_bases.py", line 2627, in init
self._init_toolbar()
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\survos\widgets\slice_viewer.py", line 132, in _init_toolbar
self.buttons = {}
File "C:\Users\xsy37748.conda\envs\survos_min\lib\site-packages\matplotlib\cbook\deprecation.py", line 218, in set
return super().set(instance, value)
AttributeError: can't set attribute

@penningavery
Copy link
Contributor Author

Hi @srikanthnagella,

I was wondering if you had any advice for how to compile SuRVoS on Windows, any steps you remember needing or certain versions of libraries that were required. Thank you.

Kind regards,

Avery

@penningavery
Copy link
Contributor Author

penningavery commented Jul 8, 2019

SuRVos1 Compilation

CUDA 10.1
MSVC2017 and CMake

  1. python setup.py build_ext
  2. Manually add survos_lib to /libs and survos_cuda.dll to /DLLs>
  3. python setup.py install --single-version-externally-managed --record=record.txt
  4. run "survos"

TODO: build script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant