question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue installing on Python 3.9.10

See original GitHub issue

Hi! 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: image

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zanelliacommented, May 19, 2022

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!

1reaction
zanelliacommented, May 17, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found