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

Fails to load in Pharo 9 #4

Open
sebastianconcept opened this issue Feb 8, 2023 · 0 comments
Open

Fails to load in Pharo 9 #4

sebastianconcept opened this issue Feb 8, 2023 · 0 comments

Comments

@sebastianconcept
Copy link

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

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

1 participant