-
Notifications
You must be signed in to change notification settings - Fork 125
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
Carla release 0.9.6 for windows doesn't have some folders especially the PythonAPI directory #1
Comments
HD maps are packed during packaging unreal project, all of them could be found in the content folder as a single .pak file.
after egg file created in dist folder, you are able to run example codes like manual_control.py |
@Amin-Tgz |
@Amin-Tgz Thanks! Maybe this information can be added directly to a guide. |
What am I missing? Traceback (most recent call last): setup.py says this
but PythonAPI\carla\dependencies\lib does not contains any dependencies folder |
Dear all, |
In the discord someone posted a egg file. So copypaste the API from the
Linux release, then replace the egg for the one from the discord. Then
install it with easy_install
El jue., 19 dic. 2019 14:50, roser-br <notifications@github.com> escribió:
… Dear all,
I am currenlty facing the same problem as @e270889o
<https://github.com/e270889o> exposed above!
Is there any tip on how to solve it? When should the dependencies folder
be generated?
Thanks in advance!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AHMQFFX5SJJL3TN2VGHRA73QZN3YZA5CNFSM4I5NKPC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHJVEZI#issuecomment-567497317>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHMQFFUTHRQP3A4MNXZJQY3QZN3YZANCNFSM4I5NKPCQ>
.
|
thanks for your reply @e270889o! However, I wasn't able to find this egg file you refer to. Maybe you could redirect me to it? I've tried to use the egg file from 0.9.6 release but I get the following error now when doing easy_instal xxx.egg: So it is unable to reach to the specific file.... Thanks again! |
@bernat uploaded it to discord. Windows channel
carla-0.9.6-py3.7-win-amd64.egg
2 Sept 12:25
Hi, if that helps I attach here the .egg file already compiled for Carla
0.9.6 and Python 3.7 version. This file should be placed as
carla\PythonAPI\carla\dist\carla-0.9.6-py3.7-win-amd64.egg
El vie., 20 dic. 2019 14:48, roser-br <notifications@github.com> escribió:
… In the discord someone posted a egg file. So copypaste the API from the
Linux release, then replace the egg for the one from the discord. Then
install it with easy_install
thanks for your reply @e270889o <https://github.com/e270889o>! However, I
wasn't able to find this egg file you refer to. Maybe you could redirect me
to it? I've tried to use the egg file from 0.9.6 release but I get the
following error now when doing easy_instal xxx.egg:
[image: imagen]
<https://user-images.githubusercontent.com/59055928/71258958-a3699300-2337-11ea-91cc-3c28940a29d6.png>
So it is unable to reach to the specific file....
Thanks again!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AHMQFFTGWNKQ5TJB3GT534TQZTEL7A5CNFSM4I5NKPC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHM646A#issuecomment-567930488>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHMQFFQUPUOFVPVLIYANZUDQZTEL7ANCNFSM4I5NKPCQ>
.
|
Thanks a lot @e270889o! I was able to solve my problem! |
Where can I find the file :carla-0.9.6-py3.7-win-amd64.egg? |
@georgeliu233 check on Carla's channel in discord.org, you'll find the egg file there 😄 |
@roserbatlle Thx a lot !!! 😄😄😄 |
@roserbatlle Thanks again! I was able to successfully installed the egg file, but when I was running the example py file, it occurred the following incompatibility warnings in the control panel, and the e.g. automatic control.py seems to be ineffective: |
@georgeliu233 |
I think with certainty that something is missing in the folder when you unzip Carla's 0.9.6 release for windows (WindowsNoEditor), especially missing maps (HDMaps folder) and the PythonAPI folder. As it is impossible to change the map and to launch any client script without the error:
RuntimeError: rpc::rpc_error during call in function version
The text was updated successfully, but these errors were encountered: