Licini / compas

compas main library
https://compas-dev.github.io/main/
MIT License
0 stars 0 forks source link

Viewer missing #7

Open Licini opened 5 years ago

Licini commented 5 years ago

https://compas-dev.github.io/main/examples/viewer/formfinding-cablenet.html

Traceback (most recent call last): File "test.txt", line 4, in from compas.viewers import NetworkViewer ModuleNotFoundError: No module named 'compas.viewers'

Licini commented 5 years ago

after change to from compas_viewers.viewers import NetworkViewer and conda install pyopengl

could not install pyside, conda reports conflict:

The following specifications were found to be incompatible with each other:

Package setuptools conflicts for: pyside -> python[version='2.7.,3.3.,3.4.'] -> pip -> wheel -> setuptools python=3.7 -> pip -> wheel -> setuptools Package certifi conflicts for: pyside -> python[version='2.7.,3.3.,3.4.'] -> pip -> wheel -> setuptools -> certifi[version='>=2016.09'] python=3.7 -> pip -> wheel -> setuptools -> certifi[version='>=2016.09'] Package pip conflicts for: python=3.7 -> pip pyside -> python[version='2.7.,3.3.,3.4.'] -> pip Package wheel conflicts for: pyside -> python[version='2.7.,3.3.,3.4.'] -> pip -> wheel python=3.7 -> pip -> wheel Package wincertstore conflicts for: python=3.7 -> pip -> wheel -> setuptools -> wincertstore[version='>=0.2'] pyside -> python[version='2.7.,3.3.,3.4.*'] -> pip -> wheel -> set