After changing env imports arnt working #2816
-
Hi there im on python_version = "3.10", ["maturin>=0.13,<0.14"] I had a library releasing as expected via the actions but after changing env and then changing back (to the original env i had been using) the following stopped working. in python/fastqlapi/_init.py
my structure was and im getting this error from the deployed code when i try to import the library: Traceback (most recent call last): Im looking at the diff of the two commits and absolutely nothing has changed apart from some small changes in some rust code which has no relation to py03 and the version number |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Transferred from
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
a bit more info: When i look at the content of the installed dependency, in the version that works i can find the file that the error is complaining is missing: But it is missing in the new version Even though in my git files it is in the correct and identical place? I thought maybe i was gitignoring it but as i say the contents of git are identical between the version that includes the server.py file and the one that doesnt |
Beta Was this translation helpful? Give feedback.
-
Hey .. yeh thats actually another file i had in root, not cause of the problem. making that donation now |
Beta Was this translation helpful? Give feedback.
a bit more info:
When i look at the content of the installed dependency, in the version that works i can find the file that the error is complaining is missing:
But it is missing in the new version
Even though in my git files it is in the correct and identical place?
I thought maybe i was gitignoring it but as i say the contents of git are identical between the version that includes the server.py file and the one that doesnt