Josh Schneider
Josh Schneider
I have currently run aground on this too. I can't share code due to the proprietary nature of what I am working with, but I have a class that loads...
Could the lock file just be per-platform/version/etc? `Pipfile` defines my sources and packages. - When I `pipenv lock` on my Python 3.8 on Windows 64bit, why couldn't it produce a...
Yeah, platform-specific and Python-version-specific dependencies are the issue to solve here. I had similar issues though when I moved a project from Python 3.8 to Python 3.10. My Pipfile and...
For `cryptography`, there's a compiled component written in Rust which is packaged along with the Python code. This would be different per-platform, which accounts for the different hashes per platform....
I forgot to follow up on this, in case anyone else runs into this. I have found that the following pattern works well for the situation I described above: ```python...
Hi there, any update on when this will be resolved?