Issue installing on Python 3.9.10
See original GitHub issueHi! I was looking forward to installing the module but came across this error while trying to install the module on Python v3.9.10:
C:\Users\HP>py -3.9 -m pip install prometeo-dsl
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python >=3.6, <=3.9; 0.0.10 Requires-Python >=3.6, <=3.9; 0.0.2 Requires-Python >=3.6, <=3.9; 0.0.3 Requires-Python >=3.6, <=3.9; 0.0.4 Requires-Python >=3.6, <=3.9; 0.0.5 Requires-Python >=3.6, <=3.9; 0.0.6 Requires-Python >=3.6, <=3.9; 0.0.7 Requires-Python >=3.6, <=3.9; 0.0.9 Requires-Python >=3.6, <=3.9
ERROR: Could not find a version that satisfies the requirement prometeo-dsl (from versions: none)
ERROR: No matching distribution found for prometeo-dsl
The screenshot for the same:
Issue Analytics
- State:
- Created a year ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Can't install new packages for Python (Python 3.9.0, Windows ...
I have already tried reinstalling pip, Python, I have tried installing the packages via conda, but I can't seem to solve the problem....
Read more >Python Release Python 3.9.10
Python 3.9.10. Release Date: Jan. 14, 2022. This is the ninth maintenance release of Python 3.9. Note: The release you're looking at is ......
Read more >Can't install with Python 3.9 under Windows 10 #44 - GitHub
Newish Windows 10 installation. I have Python 3.9.0 installed. Running pip3 install datapane fails with a massive error output and an error.
Read more >How to PIP Install Requests Python Package - ActiveState
Try a faster and easier way to manage your Python dependencies. Use Python 3.9 by ActiveState and build your own runtime with the...
Read more >How to Download and Install Python on Windows - Data to Fish
Steps to Download and Install Python on Windows · Step 1: Download Python · Step 2: Run the .exe file · Step 3:...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
alright version 0.0.11 with beta support for Python3.9 is on PyPI https://pypi.org/project/prometeo-dsl/ - keep in mind that prometeo is still quite experimental: any feedback/suggestion is more than welcome!
Hey @Hunter2807, thanks for you interest and thanks for reporting! Unfortunately there are small changes to the AST from one version to another which require small adjustments to prometeo. I have puhsed a fix regarding the handling of slice AST nodes. Will make a PyPI package for 3.9 later today/tomorrow.