This package is currently not compatible with python=3.10 in [core].
You can either wait for an update, or install python39 from AUR.
Git Clone URL: | https://aur.archlinux.org/python-pydstool.git (read-only, click to copy) |
---|---|
Package Base: | python-pydstool |
Description: | Simulation and analysis environment for dynamical systems |
Upstream URL: | https://github.com/robclewley/pydstool |
Licenses: | BSD |
Replaces: | python2-pydstool |
Submitter: | mschu |
Maintainer: | mschu |
Last Packager: | mschu |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-24 18:51 (UTC) |
Last Updated: | 2024-12-27 15:18 (UTC) |
This package is currently not compatible with python=3.10 in [core].
You can either wait for an update, or install python39 from AUR.
Hi, I have the following message error:
Python 3.10.1 (main, Dec 11 2021, 17:22:55) [GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import PyDSTool
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/PyDSTool/__init__.py", line 58, in <module>
from .Events import *
File "/usr/lib/python3.10/site-packages/PyDSTool/Events.py", line 12, in <module>
from .Variable import *
File "/usr/lib/python3.10/site-packages/PyDSTool/Variable.py", line 9, in <module>
from .utils import *
File "/usr/lib/python3.10/site-packages/PyDSTool/utils.py", line 10, in <module>
from .parseUtils import joinStrs
File "/usr/lib/python3.10/site-packages/PyDSTool/parseUtils.py", line 18, in <module>
import parser, symbol, token
ModuleNotFoundError: No module named 'parser'
Because in python3.10
was deprecated this module https://docs.python.org/3.9/library/parser.html
Pinned Comments
mschu commented on 2021-12-20 13:30 (UTC)
This package is currently not compatible with python=3.10 in [core].
You can either wait for an update, or install python39 from AUR.