-
Notifications
You must be signed in to change notification settings - Fork 40
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
pip installation does not work #455
Comments
Huh - pretty surprised to see this bug again! Thanks for filing a report, we'll look into it |
File "/usr/share/python-wheels/toml-0.10.0-py2.py3-none-any.whl/toml/decoder.py", line 134, in load
return loads(f.read(), _dict, decoder) It looks like your pip is still picking up We have the following in PythonMonkey's |
You are right. I had:
And after upgrading with:
to
Installation succeed. Thank you. |
This should be fixed in commit a5cdd79 |
Python `toml` version 0.10.0 (the older version pip 20 uses) doesn't support homogeneous arrays See #455 (comment)
Issue type
Bug
How did you install PythonMonkey?
Installed from pip
OS platform and distribution
Ubuntu 20.04.6 LTS (debian bullseye as well)
Python version (
python --version
)3.8.10
PythonMonkey version (
pip show pythonmonkey
)trying to instal 1.0.0 and nightly build 1.0.1 as well
Bug Description
pip3 install pythonmonkey
It might be regression of #173
Standalone code to reproduce the issue
Relevant log output or backtrace
Additional info if applicable
No response
What branch of PythonMonkey were you developing on? (If applicable)
No response
The text was updated successfully, but these errors were encountered: