-
Notifications
You must be signed in to change notification settings - Fork 67
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
problem installing.... #5
Comments
There is nothing specific to brenda. |
I also had the following trouble getting Brenda to install on OS X 10.9.2 (Mavericks).
returns with the following errors:
I then tried on Ubuntu. After installing:
build essentials
and downloading and trying to install the brenda python setup.py install i get the following errors on Ubuntu:
Update 1:
Sadly, now the setup.py is returning the following error:
...the adventure continues. Update 2: HUZZAH
and finally... the install script needs to be run with sudo:
This resolved the install issues on Ubuntu... Will try on an older version of Mac OSX in a few weeks. |
Hi, **1.**I am new to Brenda, I have cloned the brenda project and activated virtual with boto, after that I ran this command, 2. To resolve issue that raised above , I used this command, sudo apt-get install libcurl4-openssl-dev and again getting some dependency error also **" sudo apt-get install libcurl3-openssl-dev The following packages have unmet dependencies: 3. After followed this http://packages.ubuntu.com/trusty/i386/libcurl4-openssl-dev/download, but no use |
* Set up CI with Azure Pipelines [skip ci] * Update pipeline to install brenda. Update README
hi
I'm getting this error message when I run brenda/setup.py (maxosx10.9). I don't think I have gcc4.0?
gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch ppc -arch x86_64 -g -O2 -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c paracurl/paracurl.c -o build/temp.macosx-10.5-fat3-2.7/paracurl/paracurl.o
unable to execute gcc-4.0: No such file or directory
error: command 'gcc-4.0' failed with exit status 1
It seems it can create the work queue etc. but nothing will actually render! Any help would be appreciated!
thx
The text was updated successfully, but these errors were encountered: