-
Notifications
You must be signed in to change notification settings - Fork 24
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
FileNotFoundError: [Errno 2] No such file or directory: '...\\site-packages\\aanalytics2\\eventType_usageLogs.pickle' #47
Comments
Hello, For unknown reason, one file was not uploaded to pypi. |
Thanks, but still does not work. ERROR:root:Fatal Error in xxx.py: [Errno 2] No such file or directory: 'D:\xxx\venv2\lib\site-packages\aanalytics2\eventType_usageLogs.pickle' |
I install via git+https://github.com/pitchmuc/adobe_analytics_api_2.0.git@832ada23c9daaec358eb12267aaa096ad7c51925#egg=aanalytics2 BUt that should be your latest commit in Github. |
are these pickle files a standard everywhere? |
@loldenburg Can you try again with the latest commit (71384e7) ? |
wonderful, that fixed it! THANKS! |
Note however that the pickle files are still not downloaded (cannot see them in my aanalytics2 folders). |
OK... they are in the repo as well... Is there a specific reason for not using |
In Google Cloud Repositories, you specify the module dependencies in a requirements.txt file, so there is no pip. I think the fact that I include your lib via Github is still from the time when your library did not support pip, it is also needed to get library versions or forks thereof which were not officially released (yet), e.g. to work around issues or test sth befor releasing it. Most importantly, it is probably one of those "never touch a running system" as every change I make usually breaks sth somewhere in the many scripts that already run on your wrapper (thanks!). As long as the pip release version is avaible and stable, I think I could switch to pip for this library as well. |
Local Test: Very interesting, this time the pickle files were indeed downloaded to the folders. Strange because that would mean there is no synchronicity between GIthub and pip modules in some cases. Now for the cloud test... |
I also tested your way of installing it and it downloaded the files as well. |
"I am not sure why you couldn't with your pip command." Cloud test also successful! :) |
Thanks for letting me know. |
I tried to update to the newest version today, but cannot log in anymore. Could it be that the new better logging is related to this? Have no time to check this in detail at the moment, but rolling back for now to older version.
Traceback (most recent call last):
File "C:\Users\Franz\AppData\Local\Programs\Python\Python37\lib\contextlib.py", line 112, in enter
return next(self.gen)
File "C:\Users\Franz\AppData\Local\Programs\Python\Python37\lib\importlib\resources.py", line 201, in path
with open_binary(package, resource) as fp:
File "C:\Users\Franz\AppData\Local\Programs\Python\Python37\lib\importlib\resources.py", line 91, in open_binary
return reader.open_resource(resource)
File "", line 929, in open_resource
FileNotFoundError: [Errno 2] No such file or directory: 'C:\gitrepos\dim28-repo\venv\lib\site-packages\aanalytics2\eventType_usageLogs.pickle'
The text was updated successfully, but these errors were encountered: