-
Notifications
You must be signed in to change notification settings - Fork 34
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
pydnp3 Install Error #6
Comments
Which ubuntu version are you using? I tried it on Ubuntu 16.04 and it worked fine. Make sure to install required packages by running "pip install -r requirements.txt" before running "python setup.py install". |
same issue Ubuntu 16.04 server [ 99%] Building CXX object CMakeFiles/pydnp3.dir/src/pydnp3.cpp.o |
This is probably due to having the wrong version of opendnp3 checked out in the submodule. |
I'm trying to get pydnp3 installed on an Ubuntu VM, and am getting the following error. I checked, and the file LinkedList.h exists where the code thinks it should be. Any ideas?
The text was updated successfully, but these errors were encountered: