Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grk2450-fireworks-tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ivan Kondov
grk2450-fireworks-tutorial
Commits
ed5ffcd1
Commit
ed5ffcd1
authored
5 years ago
by
Ivan Kondov
Browse files
Options
Downloads
Patches
Plain Diff
Removed the NOTE due to anaconda distribution not used here any more
parent
03b5a284
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/setup.rst
+6
-9
6 additions, 9 deletions
docs/setup.rst
with
6 additions
and
9 deletions
docs/setup.rst
+
6
−
9
View file @
ed5ffcd1
...
...
@@ -41,16 +41,13 @@ The following python packages must be installed::
pip install python-igraph
pip install fireworks
**NOTE:** For the igraph package a C compiler must be installed on your computer.
**NOTE:** If later, during usage of the igraph package, an error like this::
ImportError: anaconda3/lib/python3.6/site-packages/igraph/_igraph.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev
occurs, then the libgcc package has to be installed/upgraded::
conda install libgcc
**NOTE:** For the igraph package a C++ compiler and some additional development
packages must be installed on your computer. For CentOS and Red Hat Linux these
can be installed with::
sudo yum install gcc-c++
sudo yum install libxml2-devel
sudo yum install python3-devel
Setting up a FireServer
~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment