-
Notifications
You must be signed in to change notification settings - Fork 13
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
Contribution guide should include dependencies #191
Comments
Hello @m8ram Thank you for the heads up. Could you please share the baseOS that you are using? also, the version? For example, rhel8.4 or CentOS 8.1? Something like that. With that, I'll create a fresh install, minimal installation, will collect all the requirements and will update our page. You can use the code below
This will tell you which package contains the file in question
I suspect that this is Thank you again for the heads up! |
Hi Waldirio, |
Hello, Thank you! I can see the error, I believe typed-ast got deprecated and it's causing the issue, once it was supported up to python3.7. It still working on my dev env once I have multiple versions as well. Allow me some time to review and fix it. Thank you! |
Hello, Please, proceed as below Install the packages below
and remove the line below from
After that, proceed with the installation, in your virtual environment
The installation should finish with no issues. Please, let me know if it works for you. I'll do a double check on the dependencies for this package, run all the tests and if not necessary anymore, I'll remove it. Thank you again! |
Hi Waldirio, Confirmed, I have deleted the virtual environment, removed the typed-ast from the requirements.tst and with the listed dependencies the installation of the python requirements now completes without errors. The python command works but running
After upgrading pyinstaller to 6.1.0 and pyinstaller-hooks-contrib to 2023.10 using |
Hello, Thank you @m8ram for the heads up. I'm doing some follow up to update all the modules used in the project. Doing the steps below, I can see that I got the latest version of each module
Note. It was necessary to run a couple of times, once pip it was not pulling correctly the dependencies. After that, I was able to see only the issues as presented below
I'll run all the tests with the latest version of the packages, in linux and windows environment and will confirm if it's working properly. Thank you again! |
Hello @m8ram The requirements.txt was updated to the latest version of python modules available. I tested and it's working properly. Thank you! |
Hi,
Installing the Python requirements on my new system failed due to some missing dependencies.
I have been able to determine the following:
So far I have not been able to determine what I need to resolve:
For what it's worth: Version 1.5.5 of typed-ast can be installed without problem.
The text was updated successfully, but these errors were encountered: