-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
It's a consequence of a dependency of PythonBridge failing to load OSSubprocess in Pharo 9.
I've loaded using this in BaselineOfKerasBridge
baseline: spec
<baseline>
spec
for: #common
do: [
spec baseline: 'NeoJSON' with: [
spec repository: 'github://svenvc/NeoJSON/repository' ].
spec baseline: 'PythonBridge' with: [
spec repository: 'github://sebastianconcept/PythonBridge:v0.1.1/src' ].
I've left this PR if that helps ObjectProfile/PythonBridge#12
Metadata
Metadata
Assignees
Labels
No labels