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

requirements.txt #2

Open
anttonMU opened this issue Jun 4, 2019 · 4 comments
Open

requirements.txt #2

anttonMU opened this issue Jun 4, 2019 · 4 comments

Comments

@anttonMU
Copy link

anttonMU commented Jun 4, 2019

Hi,

I spend all day trying to install your project and make it work, I start with the basic packages you described.

Mininet
Pandapower
PyPower
NetworkX

But after these packages I get a lot of errors with from the pickle library.

I try with python 3 and then checking your video I decided to install everything on python 2.7 but I'm still having some issues with pickle and the "data1 = pickle.load(x)" line 248 from pf.py

I'd appreciate your help with it or some advice at least.

Thanks for your work!

@Gallenger
Copy link

which project? i am using networkx to assess the reliability of distribution network. maybe we can exchange the idea

@anttonMU
Copy link
Author

Hi,
As you can see in the video, https://www.youtube.com/watch?v=karMEnGJ4bk&feature=youtu.be, there are different simulations but if we don't have the python requeriments.txt is quite difficult to configure and start working with it.

Did you install the proper requirements?

@Gallenger
Copy link

Gallenger commented Jun 10, 2019 via email

@CircleJerkHug
Copy link

Hi @anttonMU , I also stumbled on this issue. If you're using python3, even after you change your environment to python2.7 it won't work as python has deprecated that, though you can make it work in python 3, you have to change the line data1=pickle.load(x) to pd.read_pickle(y) and everything will go smooth.
Thanks!

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

No branches or pull requests

3 participants