-
Notifications
You must be signed in to change notification settings - Fork 75
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
requirement text file #141
Comments
Hi @sbmubs, while the answer from @FeckNeck is technically correct, those If instead you want to contribute a fix or a feature to the project you should clone the repo, install poetry and use that for development. You can install the needed dependencies by running If you prefer working with a Hope this helps you out 🙂 |
Hi @matteo4diani, I was trying to download the package via pip like you suggested doing. However, when doing so it starts out downloading and then encounters an error. I am including an screenshot of the bottom bit of the error. I will happily provide more information in order to get the package working on my system. Thanks! |
Hi @Jrhasse, I need these info to help you troubleshoot the problem:
While you gather this info, at a glance it is most likely a problem with Python versions, try using a more recent version (3.10/3.11) and let me know if that fixes the problem. |
I am using Windows 11 (version 23H2). I just installed python via anaconda so I am using 3.12.3. I am relatively inexperienced with Python so my terminology may be incorrect, but my understanding is that it is not a virtual environment but is a conda environment (that is not the "base" environment). Below is a list of my modules/libraries in the environment I am trying to download your package into: |
Ok, I can see a couple of issues now, namely:
You got two options:
Let me know if one of these options is viable for you, and if it fixed your problem. |
Try a new env with Python 3.10. |
Success! For anyone else who runs into similar issues. I ran the following in the anaconda prompt: Thank you @matteo4diani for your help! |
🎉 You're welcome @Jrhasse , happy to help. If you find anything that needs improvement or you need a missing feature please open a new issue here on GitHub :) |
Thank you both! I was going crazy with this installation problem. It worked perfectly (provided one pays attention to run anaconda in myenv too :) ). |
Hi, thank you for your valuable package,
After clone the mentioned repository, to install requirements(pip install -r requirements.txt), I found this error:
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
The text was updated successfully, but these errors were encountered: