Closed nesnoj closed 7 years ago
In my setup (Windows 7 / Ubuntu Linux 64bit, Python 3.6, Anaconda 4.3) it works.
"could not find MARK" sound like a unpickling error. I checked my version with "pickle.format_version" and it is 4.0
Maybe this is the problem? Which version are you using?
On a fresh pp install (v1.4.0) in a virtualenv it works fine! But using the manual install of the cloned pp-repo with pip3 (using "-e" Option) I get the described exception in the master
as well as in the develop
branch. Since the versions of all installed packages equal (including pickle v4.0), the issue might be related to recent modifications of pp?!
I run Python 3.5.3 on Xubuntu 17.04.
This might indeed be a reason.
However, as soon as I find some time I will alter the storage format of the included networks from pickle to json or sqlite anyways.
These formats are faster and smaller.
Ok.
Update: The case9241pegase.p
files of both versions are different (says MD5)..
I will simply use the file from the current stable..
The pickle of case
case9241pegase
seems to be broken indevelop
branch asthrows