-
Notifications
You must be signed in to change notification settings - Fork 38
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
NPM package requirement does not work on windows #241
Comments
@OlivierPonant , thanks for filing this issue - the PythonMonkey team will look into this @philippedistributive @Xmader @caleb-distributive , here is the repro: https://github.com/Distributive-Network/pythonmonkey-examples/tree/main/require-npm-package-from-py <-- give it a shot on Windows |
This is likely a bug in the npm |
This is most likely issue #292 |
I'm certain that this issue also exists in the latest release (0.9.0). import pythonmonkey as pm got error:
|
I created an issue dupe of this at #445 and it is fixed by wesgarland/ctx-module#9 |
Issue type
Bug
How did you install PythonMonkey?
Installed from pip
OS platform and distribution
Windows 10
Python version (
python --version
)3.10.2
PythonMonkey version (
pip show pythonmonkey
)0.3.0
Bug Description
PythonMonkey is not able to require NPM package which requires another npm package.
Standalone code to reproduce the issue
It can be reproduce easily by launching the example on your repo : https://github.com/Distributive-Network/pythonmonkey-examples/tree/main/require-npm-package-from-py
Relevant log output or backtrace
Additional info if applicable
We tested it on 2 windows (10 and 11) and it does not work but on Linux Ubuntu, it worked like a charm !
What branch of PythonMonkey were you developing on? (If applicable)
No response
The text was updated successfully, but these errors were encountered: