Replies: 1 comment
-
Hey @ponyo4, sorry for the late response. Could you share the command that doesn't work and the full stack-trace? Looks like there might be one of a few possible issues going on. Also, would you please share your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have been looking over this project for quite a few hours yesterday trying to understand how this works and how I can start to use this, as this looks like a great tool to have.
Full disclosure, I'm not a programmer, but I hope to have enough dedication to get this to work.
Small background:
At first I was able to follow the installation and command line usages, and I was able to use the campsite searches and --help to run, but then I installed the Docker Desktop app, and how the command line usages won't work. I get this error:
Python-dotenv could not parse statement starting at line 10
.....
AppData\Local\Programs\Python\Python39\lib\site-packages\camply-0.1.7-py3.9.egg\camply\config\notification_config.py", line 51, in EmailConfig
invalid literal for int() with base 10: 'level=logging.INFO)
I've googled this and it appears that the python-dotenv files give this error when there is an extra space at the end of the environment code. I checked a lot of the python codes and most of them have extra spaces at the end. I tried to go thru these to remove this line but that didn't seem to work. Plus there are a lot of these to go thru !
I also tried to "pip uninstall python-dotenv" as well as uninstalling camply, and I also tried deleting the camply files, but that didn't seem to work either.
Any ideas?
Thanks,
Jesse
Beta Was this translation helpful? Give feedback.
All reactions