Skip to content

Fails to load in Pharo 9 #4

Description

@sebastianconcept

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions